summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_rdp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #625 from speidy/proxy_session_infoIdan Freiberg2017-01-231-0/+40
|\
| * libxrdp: use constant RDP_DATA_PDU_LOGONspeidy2017-01-151-2/+1
| * add session_infoJay Sorg2017-01-151-0/+41
* | Merge pull request #426 from metalefty/log-tls-version-and-cipherIdan Freiberg2017-01-161-4/+27
|\ \
| * | TLS: log client port in addition to ssl protocol and cipherKoichiro IWAO2017-01-131-3/+5
| * | log non TLS sessionKoichiro IWAO2016-11-221-0/+8
| * | TLS: log TLS version and cipherKoichiro IWAO2016-11-221-4/+17
* | | libxrdp: change channel_code into a meaningful namespeidy2017-01-061-2/+2
| |/ |/|
* | libxrdp: fix Fast-Path Synchronize Update messagespeidy2016-12-271-1/+1
* | 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