| Commit message (Expand) | Author | Age | Files | Lines |
* | move openssl calls to common/libssl.c, check for defines | Jay Sorg | 2017-06-22 | 1 | -37/+6 |
* | Use the words "cannot read" rather than "cannot open" | Koichiro IWAO | 2017-06-12 | 1 | -2/+2 |
* | Log user-friendly message when certificate/privkey is inaccessible | Koichiro IWAO | 2017-06-12 | 1 | -0/+12 |
* | Allocate space for tls_ciphers dynamically | Pavel Roskin | 2017-03-21 | 1 | -1/+2 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -29/+29 |
* | Fix memory leak in tls_ciphers parsing | Pavel Roskin | 2017-03-13 | 1 | -0/+1 |
* | Remove useless comment, no logic change | Koichiro IWAO | 2017-03-09 | 1 | -3/+2 |
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
* | no cast is needed for NULL | Koichiro IWAO | 2017-02-27 | 1 | -4/+4 |
* | TLS: switch ssl_protocols to a comma separated list | Koichiro IWAO | 2017-02-27 | 1 | -6/+12 |
* | TLS: warn if no SSL/TLS protocols enabled | Koichiro IWAO | 2017-02-27 | 1 | -1/+9 |
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 1 | -2/+33 |
* | Merge pull request #625 from speidy/proxy_session_info | Idan Freiberg | 2017-01-23 | 1 | -0/+40 |
|\ |
|
| * | libxrdp: use constant RDP_DATA_PDU_LOGON | speidy | 2017-01-15 | 1 | -2/+1 |
| * | add session_info | Jay Sorg | 2017-01-15 | 1 | -0/+41 |
* | | Merge pull request #426 from metalefty/log-tls-version-and-cipher | Idan Freiberg | 2017-01-16 | 1 | -4/+27 |
|\ \ |
|
| * | | TLS: log client port in addition to ssl protocol and cipher | Koichiro IWAO | 2017-01-13 | 1 | -3/+5 |
| * | | log non TLS session | Koichiro IWAO | 2016-11-22 | 1 | -0/+8 |
| * | | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 1 | -4/+17 |
* | | | libxrdp: change channel_code into a meaningful name | speidy | 2017-01-06 | 1 | -2/+2 |
| |/
|/| |
|
* | | libxrdp: fix Fast-Path Synchronize Update message | speidy | 2016-12-27 | 1 | -1/+1 |
* | | Recognize security_layer=negotiate in xrdp.ini, improve logging | Pavel Roskin | 2016-11-27 | 1 | -2/+7 |
|/ |
|
* | Don't use term "missing" when using default files, it's too alarming | Pavel Roskin | 2016-10-17 | 1 | -7/+6 |
* | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im... | Alex Illsley | 2016-08-25 | 1 | -0/+8 |
* | Improve certificate log messages | Carsten Grohmann | 2016-06-11 | 1 | -6/+25 |
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -6/+6 |
* | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 1 | -8/+4 |
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -2/+2 |
* | libxrdp: xrdp_iso: changed logs, some fixes in security layer | speidy | 2015-06-04 | 1 | -1/+1 |
* | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 1 | -0/+21 |
* | libxrdp: opps, fix typeo | Jay Sorg | 2014-12-23 | 1 | -1/+1 |
* | libxrdp: no logic change, tabs to spaces | Jay Sorg | 2014-12-23 | 1 | -7/+7 |
* | libxrdp: delete NLA header detection for now, TLS is working now with | speidy | 2014-11-21 | 1 | -3/+3 |
* | work on tls mode | speidy | 2014-08-22 | 1 | -9/+0 |
* | added option to set rdp crypto level to none | Jay Sorg | 2014-08-05 | 1 | -1/+5 |
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into | Idan Freiberg | 2014-07-23 | 1 | -1/+3 |
|\ |
|
| * | work on codec mode | Jay Sorg | 2014-07-19 | 1 | -3/+3 |
| * | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -1/+3 |
* | | libxrdp, common: work on TLS mode | Idan Freiberg | 2014-07-23 | 1 | -4/+42 |
|/ |
|
* | libxrdp: changes in rdp security layer negotiation | Idan Freiberg | 2014-07-10 | 1 | -4/+4 |
* | libxrdp: added an option to enforce security layer in xrdp.ini | Idan Freiberg | 2014-07-09 | 1 | -0/+22 |
* | libxrdp: minor mppc compressor change | Jay Sorg | 2014-07-04 | 1 | -1/+3 |
* | libxrdp: fastpath fragmented mppc fix, make sure we have at least 16 bytes to... | Jay Sorg | 2014-06-30 | 1 | -17/+10 |
* | libxrdp: mppc fix when compressor fails | Jay Sorg | 2014-06-30 | 1 | -2/+2 |
* | libxrdp: complete fastpath mppc compression | Jay Sorg | 2014-06-28 | 1 | -25/+67 |
* | work on surface command | Jay Sorg | 2014-03-18 | 1 | -0/+12 |
* | o added fastpath output, syncronize update pdu | speidy | 2014-03-15 | 1 | -12/+35 |
* | libxrdp: keep rdp packets < 16K | Jay Sorg | 2014-03-09 | 1 | -2/+1 |
* | o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c | speidy | 2014-03-10 | 1 | -854/+0 |
* | libxrdp: work on fastpath fragments | Jay Sorg | 2014-03-09 | 1 | -17/+73 |