summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_rdp.c
Commit message (Expand)AuthorAgeFilesLines
* VUL: add some more buffer checksJay Sorg2013-09-101-11/+80
* 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
* move text2bool to os_callsJay Sorg2013-08-241-6/+6
* neutrinordp: clean old freerdp moduels, add config, fix for RFX codec tospeidy2013-08-241-4/+4
* xrdp: added support for forcing credentials on command lineLaxmikant Rashinkar2013-08-031-0/+4
* libxrdp: started adding fastpath supportJay Sorg2013-07-091-3/+21
* enable new_cursors xrdp.ini settingJay Sorg2013-06-081-0/+8
* adding xrdp.ini option to turn off new cursorsJay Sorg2013-06-071-0/+4
* sync client_info struct with A8Jay Sorg2013-03-261-5/+10
* libxrdp: started adding new(color) cursor supportJay Sorg2013-03-121-2/+17
* Comments and debug when blocking channels added. Fix for potential vulnerabil...ArvidNorr2013-02-011-3/+3
* refactor and use test2bool instead of duplicated code testing for on,yes,true...LawrenceK2013-01-171-25/+6
* libxrdp: added ini settings for bulk compressorJay Sorg2013-01-061-0/+9
* libxrdp: add our own mppc compression instead of using the freerdp mppcJay Sorg2012-12-281-10/+4
* update/fix some debug log calls and add the test of XRDP_DEBUG to make files ...LawrenceK2012-12-201-1/+1
* fix SSE2 debug line, and add some debug of config settings.LawrenceK2012-12-061-1/+3
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-1252/+1333
* added option(cap) to set default cache v3 codecJay Sorg2012-07-241-4/+24
* codecs: move jpeg hack to bitmap cache v3Jay Sorg2012-07-241-14/+26
* user rfx for cache v3 if client supportsJay Sorg2012-07-231-10/+26
* work on rdp codecsJay Sorg2012-07-171-2/+57
* added support for bitmap cache v3Jay Sorg2012-07-171-6/+87
* Merge pull request #27 from ArvidNorr/deadlockArvidNorr2012-06-171-12/+36
|\
| * layout fixnorrarvid2012-06-181-2/+6
| * Deadlock situation bug fix and improved debug informationnorrarvid2012-06-011-12/+32
* | libxrdp: added RAIL capsJay Sorg2012-06-141-0/+64
* | libxrdp: fix warningJay Sorg2012-06-111-1/+1
|/
* added g_close_wait_obj and size parameter to g_write_ip_addressJay Sorg2012-05-261-1/+4
* pass the client_info(caps) on to module and xserverJay Sorg2012-05-131-1/+29
* added non standard jpeg support off by defaultJay Sorg2012-04-071-1/+8
* libxrdp: added #ifdef for mppcJay Sorg2012-04-061-1/+4
* libxrdp: user freerdp mppc compressorJay Sorg2012-04-051-7/+74
* add max bpp option to xrdp.iniJay Sorg2011-08-241-0/+11
* Implemented client IP loggingNicola Ruggero2010-11-041-0/+1
* Major code cleanup:Nicola Ruggero2010-11-031-21/+25
* use transjsorg712010-05-041-3/+3
* check for RDP PDU size too small and remove 0x8000 length checkjsorg712009-12-231-3/+5
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-1/+3
* update copyright yearjsorg712009-01-251-1/+1
* remove 24 and 15 bpp limitjsorg712008-11-081-10/+0
* added brush cache bits for clients that support itjsorg712008-06-241-2/+15
* update the orders capsjsorg712008-06-211-29/+29
* demand active updatejsorg712008-05-011-9/+39
* update copyright yearjsorg712008-01-301-1/+1
* use new config file functionsjsorg712007-10-281-46/+40
* don't display unknown for capset 22 and 26jsorg712007-09-301-0/+6
* remove compiler warningjsorg712007-09-151-2/+4
* 24 bit colorjsorg712007-04-281-1/+1
* added debug out, added update sync calljsorg712007-04-081-14/+93