summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Collapse)AuthorAgeFilesLines
* work on codec modeJay Sorg2014-07-191-3/+3
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-194-7/+18
|
* libxrdp: another len fixspeidy2014-07-121-1/+4
|
* libxrdp: fix off by one length indicator issuespeidy2014-07-121-1/+1
|
* libxrdp: changes in rdp security layer negotiationIdan Freiberg2014-07-103-125/+146
|
* libxrdp: added an option to enforce security layer in xrdp.iniIdan Freiberg2014-07-091-0/+22
|
* libxrdp: minor mppc compressor changeJay Sorg2014-07-042-54/+12
|
* libxrdp: iso: fixed a validation check in RDP_NEG_REQ ↵speidy2014-07-021-1/+1
| | | | (CORRELATION_INFO_PRESENT flag is sent by mac itap client by default from now)
* libxrdp: fastpath fragmented mppc fix, make sure we have at least 16 bytes ↵Jay Sorg2014-06-301-17/+10
| | | | to compress
* libxrdp: mppc fix when compressor failsJay Sorg2014-06-301-2/+2
|
* 32 bpp compress the alpha, leave room for biggest 32 bpp dataJay Sorg2014-06-291-2/+2
|
* libxrdp: complete fastpath mppc compressionJay Sorg2014-06-281-25/+67
|
* libxrdp: planar unroll deltaJay Sorg2014-06-231-20/+28
|
* libxrdp: planar compreesion, check for temp buffer limitsJay Sorg2014-06-221-126/+135
|
* libxrdp: changed the way we calculate gcc-response length, RSA 2048 working ↵Idan Freiberg2014-06-191-12/+17
| | | | now with mstsc
* support 2048 bit RSA keysJay Sorg2014-06-183-43/+102
|
* libxrdp: remove some alloc / freeJay Sorg2014-06-183-16/+17
|
* libxrdp: changes for planar compressionJay Sorg2014-06-173-72/+216
|
* libxrdp: no logic change, fix warning, some optimize planar compressionJay Sorg2014-06-171-25/+57
|
* libxrdp: 32 bpp compression changes / fixesJay Sorg2014-06-152-58/+105
|
* libxrdp: planar(32 bit) compression working nowJay Sorg2014-06-151-13/+209
|
* more fixes for 32 bit colorJay Sorg2014-06-101-8/+26
|
* work on 32 bit planar bitmap compressorJay Sorg2014-06-101-1/+60
|
* no logic change, indentJay Sorg2014-06-023-399/+399
|
* libxrdp: xrdp_channel: don't change channel flags whenspeidy2014-04-211-4/+15
| | | | | CHANNEL_OPTION_SHOW_PROTOCOL flag exists. [according to doc: http://msdn.microsoft.com/en-us/library/cc240513.aspx]
* libxrdp: make sure jpeg quality is validspeidy2014-04-021-3/+10
|
* addec checks for TurboJPEG in autoconfLaxmikant Rashinkar2014-03-231-2/+2
|
* libxrdp: memory leak fixes on errorJay Sorg2014-03-221-0/+3
|
* libxrdp: fix for fips and fragmented fastpathJay Sorg2014-03-221-1/+10
|
* work on surface commandJay Sorg2014-03-184-0/+90
|
* libxrdp: fix for when not compiling with turbo jpegJay Sorg2014-03-161-0/+9
|
* work on codec mode jpegJay Sorg2014-03-161-5/+30
|
* libxrdp: export jpeg compress for codec modeJay Sorg2014-03-162-0/+26
|
* o added fastpath output, syncronize update pduspeidy2014-03-153-20/+43
| | | o refactor caps a bit
* o libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-133-58/+165
| | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output.
* Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into develspeidy2014-03-122-407/+446
|\
| * libxrdp: send, get, and use multi fragment max capsJay Sorg2014-03-102-1/+20
| |
| * libxrdp: remove caps warning and added fastpath fragment capsJay Sorg2014-03-101-406/+426
| |
* | indentation fixspeidy2014-03-121-4/+6
|/
* libxrdp: keep rdp packets < 16KJay Sorg2014-03-094-4/+4
|
* o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.cspeidy2014-03-105-876/+887
| | | | o move monitor layout call to demand active.
* libxrdp: fastpath input, validate eventFlagsspeidy2014-03-101-0/+10
|
* libxrdp: work on fastpath fragmentsJay Sorg2014-03-095-192/+127
|
* libxrdp: fix for fastpath output and fipsJay Sorg2014-03-071-1/+2
|
* libxrdp: fastpath output, orders workingJay Sorg2014-03-075-52/+262
|
* libxrdp: detect client fastpath capsJay Sorg2014-03-062-4/+36
|
* libxrdp: minor fastpath logic change and indent changesJay Sorg2014-03-063-182/+196
|
* minor fastpath changesJay Sorg2014-03-052-4/+15
|
* libxrdp: add fips support in xrdp_sec_recv_fastpathspeidy2014-03-051-11/+26
|
* libxrdp: fastpath, add stream check (all stack)speidy2014-03-052-8/+51
|