summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_sec.c
Commit message (Collapse)AuthorAgeFilesLines
* o default login limit is now 50 users (instead of 10)Laxmikant Rashinkar2014-02-281-0/+10
| | | | | o we now wait for 30 seconds for session connection (instead of 1) o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
* libxrdp: fips working nowJay Sorg2014-02-241-25/+26
|
* libxrdp: work on fipsJay Sorg2014-02-231-78/+143
|
* libxrdp: work on fipsJay Sorg2014-02-221-33/+497
|
* libxrdp: started adding FIPS cryptJay Sorg2014-02-201-17/+19
|
* added keyboard type and subtype to struct xrdp_client_infoJay Sorg2014-01-121-0/+9
|
* libxrdp: add monitorCount to client_info structspeidy2013-11-051-0/+2
|
* libxrdp: fix in processing client monitor dataspeidy2013-11-041-8/+8
|
* libxrdp: work on multimon speidy2013-10-301-18/+21
|
* remove tabs, no logic changeJay Sorg2013-10-091-25/+37
|
* Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimonJay Sorg2013-10-091-3/+66
|\ | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c
| * libxrdp: add clientRequestedProtocol only when RDPNEGDATA occurs.speidy2013-10-091-3/+17
| |
| * libxrdp: work on multimon, fix monitor debug msgspeidy2013-10-051-2/+2
| |
| * libxrdp: work on multimon, added monitor data processingspeidy2013-10-051-17/+19
| |
| * libxrdp: work on RDP negotiation, add clientRequestedProtocol to MCSspeidy2013-10-011-2/+3
| | | | | | response. (hardcoded values - temporarily)
| * libxrdp: work on multi-mon, x.224 confirm packetspeidy2013-07-151-4/+4
| |
| * libxrdp: work on multi-mon supportspeidy2013-07-151-2/+48
| |
* | VUL: add some more buffer checksJay Sorg2013-09-101-7/+91
| |
* | 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-4/+42
| |
* | xrdp: added support for forcing credentials on command lineLaxmikant Rashinkar2013-08-031-0/+2
|/
* copyright year updateJay Sorg2013-06-081-1/+1
|
* Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-011-1/+2
| | | | vulnerability in log.c
* libxrdp: added ini settings for bulk compressorJay Sorg2013-01-061-1/+9
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-826/+929
| | | | | o applied new coding standards to all .c files o moved some files around
* Deadlock situation bug fix and improved debug informationnorrarvid2012-06-011-2/+17
|
* Fix endianness of virtual channel flags. This fixes the clipboard ↵Hyeshik Chang2012-05-041-1/+1
| | | | compatibility issue with Microsoft RDP clients.
* Major code cleanup:Nicola Ruggero2010-11-031-27/+49
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* use transjsorg712010-05-041-3/+3
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-2/+4
|
* update copyright yearjsorg712009-01-251-1/+1
|
* move reading of the keys file to incoming function so we can error out if ↵jsorg712008-05-111-34/+43
| | | | the keys file is not accessable, add a debug message
* mce is not related to login flag 0x400jsorg712008-05-011-5/+0
|
* update copyright yearjsorg712008-01-301-1/+1
|
* use new config file functionsjsorg712007-10-281-31/+25
|
* use g_htoijsorg712007-10-151-60/+4
|
* read the rdp5 performance flags and some 64 bit warning fixesjsorg712007-09-251-6/+23
|
* remove compiler warningjsorg712007-09-151-9/+14
|
* got to create the channel layerjsorg712007-01-251-0/+2
|
* added some debug messages and some mce stuffjsorg712007-01-161-11/+70
|
* copyright year updatejsorg712007-01-121-1/+1
|
* added channel supportjsorg712006-12-281-66/+166
|
* g_ for global variablesjsorg712006-11-291-11/+11
|
* printf -> writelnjsorg712006-04-291-17/+17
|
* added medium and high rdp encryption via xrdp.inijsorg712006-04-141-8/+59
|
* added seg_signjsorg712006-04-121-0/+42
|
* added some debug messagesjsorg712006-03-131-1/+7
|
* copyright year updatejsorg712006-02-041-1/+1
|
* Makefile and file location changesjsorg712005-12-021-1/+1
|