summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* libxrdp: no logic change, warnings and code cleanupJay Sorg2013-06-232-13/+19
|
* copyright year updateJay Sorg2013-06-0815-18/+18
|
* enable new_cursors xrdp.ini settingJay Sorg2013-06-081-0/+8
|
* adding xrdp.ini option to turn off new cursorsJay Sorg2013-06-072-1/+6
|
* xrdp: fix for non 'new' cursor clients like rdesktopJay Sorg2013-05-201-5/+7
|
* Merge pull request #54 from bartw72/rgborderjsorg712013-04-171-4/+4
|\ | | | | The RGB ordering in uncompressed bitmaps reversed
| * Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵Bart Warmerdam2013-01-201-4/+4
| | | | | | | | RED=lsB, BLUE=msB
| * Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr ↵Bart Warmerdam2013-01-201-4/+4
| | | | | | | | | | | | p192), RED=lsB, BLUE=msB" This reverts commit 4efe900f2d3ba4a2a3d60d2b68b1a90b739b9c2d.
| * Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵Bart Warmerdam2013-01-201-4/+4
| | | | | | | | RED=lsB, BLUE=msB
* | sync client_info struct with A8Jay Sorg2013-03-261-5/+10
| |
* | work on new(color) cursorsJay Sorg2013-03-121-35/+56
| |
* | work on new(color) cursorsJay Sorg2013-03-122-13/+51
| |
* | libxrdp: started adding new(color) cursor supportJay Sorg2013-03-121-2/+17
| |
* | Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-012-4/+5
| | | | | | | | vulnerability in log.c
* | Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-311-3/+4
|\ \ | | | | | | More logging for debug and trace.
| * | More logging addedArvidNorr2013-01-181-3/+4
| |/
* | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-311-3/+25
|\ \ | |/ |/| PAM additions mostly for a gateway situation
| * Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-3/+25
| | | | | | | | the socket is closed
* | refactor and use test2bool instead of duplicated code testing for ↵LawrenceK2013-01-171-25/+6
|/ | | | on,yes,true, non zero
* libxrdp: added ini settings for bulk compressorJay Sorg2013-01-062-1/+18
|
* libxrdp: add our own mppc compression instead of using the freerdp mppcJay Sorg2012-12-284-12/+1079
|
* fixes, logging for off screenJay Sorg2012-12-231-0/+1
|
* update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵LawrenceK2012-12-203-2/+4
| | | | so controlled by the autoconf option --enable-xrdpdebug
* Merge pull request #42 from Osirium/freerdp-refactor-06-dec-2012Marc-André Moreau2012-12-202-2/+4
|\ | | | | Freerdp refactor 06 dec 2012
| * Use FREERDP_LIBS variable to access the frerdp libs, includes locationLawrenceK2012-12-061-1/+1
| |
| * fix SSE2 debug line, and add some debug of config settings.LawrenceK2012-12-061-1/+3
| |
* | when processing a text order we where not correctly using the text length ↵LawrenceK2012-12-061-3/+15
|/ | | | this resulted in overrunning the order buffer and eventually corrupting the heap. Two fixes uses the data length and if the size is greater than max_packet_size attempt to send anyway otherwise you break the protocol.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-1915-7656/+8497
| | | | | o applied new coding standards to all .c files o moved some files around
* remove rail loggin, minor hints changeJay Sorg2012-08-171-0/+8
|
* jpeg: fix for when building without --enable-jpegJay Sorg2012-07-261-1/+1
|
* no logic change, remove tabsJay Sorg2012-07-241-2/+2
|
* added option(cap) to set default cache v3 codecJay Sorg2012-07-241-4/+24
|
* codecs: move jpeg hack to bitmap cache v3Jay Sorg2012-07-244-109/+165
|
* user rfx for cache v3 if client supportsJay Sorg2012-07-232-10/+109
|
* work on bitmap cache v3Jay Sorg2012-07-174-0/+34
|
* work on rdp codecsJay Sorg2012-07-171-2/+57
|
* added support for bitmap cache v3Jay Sorg2012-07-171-6/+87
|
* fix a define conflict with freerdpJay Sorg2012-07-171-3/+3
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-1/+1
|
* rail: proxy railJay Sorg2012-06-243-17/+132
|
* Merge pull request #27 from ArvidNorr/deadlockArvidNorr2012-06-175-23/+114
|\ | | | | Deadlock
| * layout fixnorrarvid2012-06-183-5/+11
| |