summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* VUL: channels are limited to 31Jay Sorg2013-09-101-1/+1
|
* VUL: fix some possible buffer overrunsJay Sorg2013-09-101-0/+6
|
* VUL: fix some possible buffer overrunsJay Sorg2013-09-103-5/+148
|
* move text2bool to os_callsJay Sorg2013-08-241-6/+6
|
* neutirnordp: purge old freerdp modules from autoconfspeidy2013-08-241-2/+2
|
* neutrinordp: clean old freerdp moduels, add config, fix for RFX codec tospeidy2013-08-242-8/+8
| | | work.
* CRC optimizeJay Sorg2013-08-191-0/+20
|
* xrdp: added support for forcing credentials on command lineLaxmikant Rashinkar2013-08-032-0/+6
|
* libxrdp: started adding fastpath supportJay Sorg2013-07-091-3/+21
|
* 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
|