summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_rdp.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize security_layer=negotiate in xrdp.ini, improve loggingPavel Roskin2016-11-271-2/+7
* Don't use term "missing" when using default files, it's too alarmingPavel Roskin2016-10-171-7/+6
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley2016-08-251-0/+8
* Improve certificate log messagesCarsten Grohmann2016-06-111-6/+25
* Typo fixesPavel Roskin2016-05-041-6/+6
* Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-231-8/+4
* Add missing spaces in the strings that are split for line wrappingPavel Roskin2016-02-121-2/+2
* libxrdp: xrdp_iso: changed logs, some fixes in security layerspeidy2015-06-041-1/+1
* add frame acks and h264 codec mode basicsJay Sorg2015-03-281-0/+21
* libxrdp: opps, fix typeoJay Sorg2014-12-231-1/+1
* libxrdp: no logic change, tabs to spacesJay Sorg2014-12-231-7/+7
* libxrdp: delete NLA header detection for now, TLS is working now withspeidy2014-11-211-3/+3
* work on tls modespeidy2014-08-221-9/+0
* added option to set rdp crypto level to noneJay Sorg2014-08-051-1/+5
* Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-231-1/+3
|\
| * work on codec modeJay Sorg2014-07-191-3/+3
| * coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-1/+3
* | libxrdp, common: work on TLS modeIdan Freiberg2014-07-231-4/+42
|/
* libxrdp: changes in rdp security layer negotiationIdan Freiberg2014-07-101-4/+4
* libxrdp: added an option to enforce security layer in xrdp.iniIdan Freiberg2014-07-091-0/+22
* libxrdp: minor mppc compressor changeJay Sorg2014-07-041-1/+3
* 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
* libxrdp: complete fastpath mppc compressionJay Sorg2014-06-281-25/+67
* work on surface commandJay Sorg2014-03-181-0/+12
* o added fastpath output, syncronize update pduspeidy2014-03-151-12/+35
* libxrdp: keep rdp packets < 16KJay Sorg2014-03-091-2/+1
* o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.cspeidy2014-03-101-854/+0
* libxrdp: work on fastpath fragmentsJay Sorg2014-03-091-17/+73
* libxrdp: fastpath output, orders workingJay Sorg2014-03-071-0/+68
* libxrdp: detect client fastpath capsJay Sorg2014-03-061-4/+34
* libxrdp: minor fastpath logic change and indent changesJay Sorg2014-03-061-1/+1
* minor fastpath changesJay Sorg2014-03-051-1/+3
* fast path changes, iso never reads nowJay Sorg2014-03-041-2/+3
* libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpathspeidy2014-03-041-125/+1
* libxrdp: fastpath input workingspeidy2014-03-041-5/+4
* libxrdp: work on fastpath, length issuespeidy2014-03-041-6/+16
* Merge ../../neutrinolabs/xrdp into fastpathspeidy2014-03-021-73/+17
|\
| * started work on fastpath, restructure PDU inJay Sorg2014-02-251-4/+7
| * libxrdp: work on fipsJay Sorg2014-02-231-1/+4
| * libxrdp: work on fipsJay Sorg2014-02-221-226/+0
| * libxrdp: started adding FIPS cryptJay Sorg2014-02-201-1/+6
| * libxrdp: improve mcs processingJay Sorg2014-02-161-37/+195
| * neutrinordp: added a headerJay Sorg2014-01-221-0/+1
* | libxrdp: work on fastpath input, added fastpath option to xrdp.inispeidy2014-02-111-7/+81
* | libxrdp: work on fastpath input, fix callback paramsspeidy2014-02-101-2/+2
* | libxrdp: work on fastpath input, fix length issue in fastpath_recvspeidy2014-02-101-2/+3
* | libxrdp: work on fastpath inputspeidy2014-02-101-15/+73
* | libxrdp: work on fastpath inputspeidy2014-02-091-4/+7
* | libxrdp: work on fastpathspeidy2014-02-081-15/+10