Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into | Idan Freiberg | 2014-07-23 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | devel Conflicts: libxrdp/xrdp_sec.c | ||||
| * | 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 ↵ | Jay Sorg | 2014-06-30 | 1 | -17/+10 |
| | | | | to compress | ||||
* | 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 |
| | | | o refactor caps a bit | ||||
* | 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 |
| | | | | o move monitor layout call to demand active. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini | ||||
| * | 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 |
| | | |||||
* | | libxrdp: work on fastpath | speidy | 2014-02-08 | 1 | -2/+22 |
|/ | |||||
* | Merge pull request #9 from speidy/master | jsorg71 | 2013-11-20 | 1 | -40/+50 |
|\ | | | | | libxrdp: work on multimon + fix xrdp_send_unkown1 | ||||
| * | libxrdp: move xrdp_rdp_send_monitorlayout call after demand active pdu | speidy | 2013-11-19 | 1 | -13/+1 |
| | | |||||
| * | libxrdp: some cleanup | speidy | 2013-11-17 | 1 | -6/+0 |
| | | |||||
| * | libxrdp: change xrdp_rdp_send_unknown1 hack to xrdp_rdp_send_fontmap, | speidy | 2013-11-17 | 1 | -32/+9 |
| | | | | | | relying on docs. | ||||
| * | libxrdp: Monitor Layout PDU changes | speidy | 2013-11-17 | 1 | -15/+24 |
| | | |||||
| * | libxrdp: add Montior Layout PDU (server to client), temporary hack | speidy | 2013-11-17 | 1 | -0/+42 |
| | | |||||
* | | changed bulk compression logic | Laxmikant Rashinkar | 2013-11-06 | 1 | -23/+20 |
|/ | |||||
* | from last merge | Jay Sorg | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon | Jay Sorg | 2013-10-09 | 1 | -1/+9 |
|\ | | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c | ||||
| * | libxrdp: work on multi-mon support | speidy | 2013-07-15 | 1 | -1/+9 |
| | | |||||
* | | log client ip with pid, etc | Jay Sorg | 2013-10-02 | 1 | -0/+8 |
| | | |||||
* | | merges from authentic8 | Jay Sorg | 2013-09-26 | 1 | -46/+50 |
|\ \ | |||||
| * | | Fix errors cause by previous merge (2361914) | Jim Grandy | 2013-08-22 | 1 | -1/+1 |
| | | |