| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libxrdp: fastpath output, orders working | Jay Sorg | 2014-03-07 | 1 | -0/+68 |
* | libxrdp: detect client fastpath caps | Jay Sorg | 2014-03-06 | 1 | -4/+34 |
* | libxrdp: minor fastpath logic change and indent changes | Jay Sorg | 2014-03-06 | 1 | -1/+1 |
* | minor fastpath changes | Jay Sorg | 2014-03-05 | 1 | -1/+3 |
* | fast path changes, iso never reads now | Jay Sorg | 2014-03-04 | 1 | -2/+3 |
* | libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath | speidy | 2014-03-04 | 1 | -125/+1 |
* | libxrdp: fastpath input working | speidy | 2014-03-04 | 1 | -5/+4 |
* | libxrdp: work on fastpath, length issue | speidy | 2014-03-04 | 1 | -6/+16 |
* | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 1 | -73/+17 |
|\ |
|
| * | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 1 | -4/+7 |
| * | libxrdp: work on fips | Jay Sorg | 2014-02-23 | 1 | -1/+4 |
| * | libxrdp: work on fips | Jay Sorg | 2014-02-22 | 1 | -226/+0 |
| * | libxrdp: started adding FIPS crypt | Jay Sorg | 2014-02-20 | 1 | -1/+6 |
| * | libxrdp: improve mcs processing | Jay Sorg | 2014-02-16 | 1 | -37/+195 |
| * | neutrinordp: added a header | Jay Sorg | 2014-01-22 | 1 | -0/+1 |
* | | libxrdp: work on fastpath input, added fastpath option to xrdp.ini | speidy | 2014-02-11 | 1 | -7/+81 |
* | | libxrdp: work on fastpath input, fix callback params | speidy | 2014-02-10 | 1 | -2/+2 |
* | | libxrdp: work on fastpath input, fix length issue in fastpath_recv | speidy | 2014-02-10 | 1 | -2/+3 |
* | | libxrdp: work on fastpath input | speidy | 2014-02-10 | 1 | -15/+73 |
* | | libxrdp: work on fastpath input | speidy | 2014-02-09 | 1 | -4/+7 |
* | | libxrdp: work on fastpath | speidy | 2014-02-08 | 1 | -15/+10 |