summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_rdp.c
Commit message (Expand)AuthorAgeFilesLines
* move openssl calls to common/libssl.c, check for definesJay Sorg2017-06-221-37/+6
* Use the words "cannot read" rather than "cannot open"Koichiro IWAO2017-06-121-2/+2
* Log user-friendly message when certificate/privkey is inaccessibleKoichiro IWAO2017-06-121-0/+12
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-1/+2
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-29/+29
* Fix memory leak in tls_ciphers parsingPavel Roskin2017-03-131-0/+1
* Remove useless comment, no logic changeKoichiro IWAO2017-03-091-3/+2
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
* no cast is needed for NULLKoichiro IWAO2017-02-271-4/+4
* TLS: switch ssl_protocols to a comma separated listKoichiro IWAO2017-02-271-6/+12
* TLS: warn if no SSL/TLS protocols enabledKoichiro IWAO2017-02-271-1/+9
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-271-2/+33
* 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