summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Expand)AuthorAgeFilesLines
* add frame acks and h264 codec mode basicsJay Sorg2015-03-285-13/+104
* libxrdp: opps, fix typeoJay Sorg2014-12-231-1/+1
* libxrdp: no logic change, tabs to spacesJay Sorg2014-12-232-8/+8
* libxrdp: no logic change, statis functions, indentJay Sorg2014-12-181-58/+47
* libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fixJay Sorg2014-12-161-1/+1
* libxrdp: indent, no logic changeJay Sorg2014-12-161-33/+41
* libxrdp: no logic change, tabs to spacesJay Sorg2014-12-151-41/+41
* libxrdp: fix for 'low' RDP security level (issue #202)speidy2014-12-151-35/+42
* libxrdp: security layer, error handlingspeidy2014-12-131-3/+7
* libxrdp: changes for security layer negotiation,speidy2014-12-132-80/+44
* libxrdp: delete NLA header detection for now, TLS is working now withspeidy2014-11-212-30/+3
* libxrdp: remove a global, remove some tabsJay Sorg2014-11-063-40/+42
* work on tls modespeidy2014-08-222-23/+14
* security change for noneJay Sorg2014-08-052-48/+49
* added option to set rdp crypto level to noneJay Sorg2014-08-052-2/+23
* no logic change, convert tabs to spacesJay Sorg2014-08-052-20/+21
* add xrdp_keyboard.ini to Makefile.amJay Sorg2014-07-311-12/+27
* load the rdp to X11 keybaord mappings from fileJay Sorg2014-07-311-0/+190
* coverity: dead codeLaxmikant Rashinkar2014-07-261-7/+7
* Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-234-15/+28
|\
| * work on codec modeJay Sorg2014-07-191-3/+3
| * coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-194-7/+18
* | libxrdp: mcs, delete temp hexdump Idan Freiberg2014-07-231-1/+0
* | libxrdp: work on TLS modeIdan Freiberg2014-07-231-3/+3
* | libxrdp, common: work on TLS modeIdan Freiberg2014-07-239-822/+406
* | libxrdp: work on TLS mode, temporary changesspeidy2014-07-212-15/+16
* | libxrdp: work on TLS supportIdan Freiberg2014-07-176-10/+230
* | libxrdp: started adding TLS supportIdan Freiberg2014-07-156-2/+294
* | libxrdp: enforce server security layer when rdpNegData is not existsIdan Freiberg2014-07-141-3/+6
|/
* 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 (CORRELATION_INFO_PRESE...speidy2014-07-021-1/+1
* libxrdp: fastpath fragmented mppc fix, make sure we have at least 16 bytes to...Jay Sorg2014-06-301-17/+10
* 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 n...Idan Freiberg2014-06-191-12/+17
* 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