summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Collapse)AuthorAgeFilesLines
...
* | libxrdp: work on fastpath inputspeidy2014-02-096-24/+111
| |
* | libxrdp: work on fastpathspeidy2014-02-084-89/+77
| |
* | libxrdp: work on fastpathspeidy2014-02-088-93/+211
| |
* | libxrdp: xrdp_sec: added CS_CORE process func for future use.speidy2014-02-051-0/+36
|/
* added keyboard type and subtype to struct xrdp_client_infoJay Sorg2014-01-121-0/+9
|
* Merge pull request #9 from speidy/masterjsorg712013-11-203-40/+63
|\ | | | | libxrdp: work on multimon + fix xrdp_send_unkown1
| * libxrdp: move xrdp_rdp_send_monitorlayout call after demand active pduspeidy2013-11-193-13/+14
| |
| * libxrdp: some cleanupspeidy2013-11-171-6/+0
| |
| * libxrdp: change xrdp_rdp_send_unknown1 hack to xrdp_rdp_send_fontmap,speidy2013-11-171-32/+9
| | | | | | relying on docs.
| * libxrdp: Monitor Layout PDU changesspeidy2013-11-171-15/+24
| |
| * libxrdp: add Montior Layout PDU (server to client), temporary hackspeidy2013-11-171-0/+42
| |
* | Merge branch 'master' of github.com:neutrinolabs/xrdpLaxmikant Rashinkar2013-11-061-8/+10
|\ \ | |/
| * libxrdp: add monitorCount to client_info structspeidy2013-11-051-0/+2
| |
| * libxrdp: fix in processing client monitor dataspeidy2013-11-041-8/+8
| |
* | changed bulk compression logicLaxmikant Rashinkar2013-11-062-26/+46
|/
* libxrdp: remove old monitor_list structspeidy2013-10-301-1/+0
|
* common: fix conflictspeidy2013-10-302-26/+101
|\
| * libxrdp: Authentic8 fixes for xrdp_orders_checkJay Sorg2013-10-172-26/+101
| |
* | libxrdp: work on multimon speidy2013-10-303-42/+21
|/
* libxrdp: ISO_PDU_CR len fixJay Sorg2013-10-091-2/+2
|
* remove tabs, no logic changeJay Sorg2013-10-091-25/+37
|
* libxrdp: some ISO_PDU_CR changesJay Sorg2013-10-091-36/+12
|
* libxrdp: some ISO_PDU_CR changesJay Sorg2013-10-091-59/+112
|
* from last mergeJay Sorg2013-10-091-1/+1
|
* Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimonJay Sorg2013-10-095-30/+282
|\ | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c
| * libxrdp: iso_send_rdpnegrdp fix + notes.speidy2013-10-091-11/+5
| |
| * libxrdp: add clientRequestedProtocol only when RDPNEGDATA occurs.speidy2013-10-092-15/+31
| |
| * libxrdp: work on RDP negotiation, add legacy non-nego support.speidy2013-10-091-31/+65
| |
| * libxrdp: work on multimon, fix monitor debug msgspeidy2013-10-051-2/+2
| |
| * libxrdp: work on multimon, added monitor data processingspeidy2013-10-053-21/+40
| |
| * libxrdp: work on RDP negotiation, add clientRequestedProtocol to MCSspeidy2013-10-012-5/+3
| | | | | | response. (hardcoded values - temporarily)
| * libxrdp: work on RDP negotiation partspeidy2013-09-251-8/+17
| |
| * libxrdp: work on RDP negotiation, not working yet.speidy2013-09-251-28/+109
| |
| * libxrdp: work on RDP negotiationspeidy2013-09-201-9/+33
| |
| * libxrdp: work on multi-mon, x.224 confirm packetspeidy2013-07-152-9/+10
| |
| * libxrdp: work on multi-mon supportspeidy2013-07-155-10/+86
| |
* | log client ip with pid, etcJay Sorg2013-10-021-0/+8
| |
* | merges from authentic8Jay Sorg2013-09-265-53/+463
|\ \
| * | Fix errors cause by previous merge (2361914)Jim Grandy2013-08-221-1/+1
| | |
| * | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵Jim Grandy2013-08-221-14/+14
| | | | | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
| * | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵Jim Grandy2013-08-224-0/+386
| | | | | | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
| * | Hand-apply patches (glphy cache) from Authetnic8 branch: 1048147 3fc5974 ↵Jim Grandy2013-08-221-32/+32
| | | | | | | | | | | | 0552905 00b08a0
| * | Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 ↵Jim Grandy2013-08-222-6/+18
| | | | | | | | | | | | 74b015d 4e51e6d 2829087
| * | Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵Jim Grandy2013-08-223-4/+16
| | | | | | | | | | | | f994298 38e2def
* | | don't use a global for turbo jpegJay Sorg2013-09-193-12/+72
| | |
* | | added a --enable-tjpeg option for turbo jpegJay Sorg2013-09-162-1/+88
| | |
* | | VUL: add some more buffer checksJay Sorg2013-09-103-19/+196
| | |
* | | VUL: check bytes remaining in xrdp_rdp_process_data_inputJay Sorg2013-09-101-0/+8
| | |
* | | VUL: make sure cache entries are in rangeJay Sorg2013-09-101-6/+23
| | |
* | | VUL: if xrdp_sec_process_mcs_data_channels fails, xrdp_sec_process_mcs_data ↵Jay Sorg2013-09-101-1/+4
| | | | | | | | | | | | should fail