Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o default login limit is now 50 users (instead of 10) | Laxmikant Rashinkar | 2014-02-28 | 1 | -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 now | Jay Sorg | 2014-02-24 | 1 | -25/+26 |
| | |||||
* | libxrdp: work on fips | Jay Sorg | 2014-02-23 | 1 | -78/+143 |
| | |||||
* | libxrdp: work on fips | Jay Sorg | 2014-02-22 | 1 | -33/+497 |
| | |||||
* | libxrdp: started adding FIPS crypt | Jay Sorg | 2014-02-20 | 1 | -17/+19 |
| | |||||
* | added keyboard type and subtype to struct xrdp_client_info | Jay Sorg | 2014-01-12 | 1 | -0/+9 |
| | |||||
* | libxrdp: add monitorCount to client_info struct | speidy | 2013-11-05 | 1 | -0/+2 |
| | |||||
* | libxrdp: fix in processing client monitor data | speidy | 2013-11-04 | 1 | -8/+8 |
| | |||||
* | libxrdp: work on multimon | speidy | 2013-10-30 | 1 | -18/+21 |
| | |||||
* | remove tabs, no logic change | Jay Sorg | 2013-10-09 | 1 | -25/+37 |
| | |||||
* | Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon | Jay Sorg | 2013-10-09 | 1 | -3/+66 |
|\ | | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c | ||||
| * | libxrdp: add clientRequestedProtocol only when RDPNEGDATA occurs. | speidy | 2013-10-09 | 1 | -3/+17 |
| | | |||||
| * | libxrdp: work on multimon, fix monitor debug msg | speidy | 2013-10-05 | 1 | -2/+2 |
| | | |||||
| * | libxrdp: work on multimon, added monitor data processing | speidy | 2013-10-05 | 1 | -17/+19 |
| | | |||||
| * | libxrdp: work on RDP negotiation, add clientRequestedProtocol to MCS | speidy | 2013-10-01 | 1 | -2/+3 |
| | | | | | | response. (hardcoded values - temporarily) | ||||
| * | libxrdp: work on multi-mon, x.224 confirm packet | speidy | 2013-07-15 | 1 | -4/+4 |
| | | |||||
| * | libxrdp: work on multi-mon support | speidy | 2013-07-15 | 1 | -2/+48 |
| | | |||||
* | | VUL: add some more buffer checks | Jay Sorg | 2013-09-10 | 1 | -7/+91 |
| | | |||||
* | | VUL: if xrdp_sec_process_mcs_data_channels fails, xrdp_sec_process_mcs_data ↵ | Jay Sorg | 2013-09-10 | 1 | -1/+4 |
| | | | | | | | | should fail | ||||
* | | VUL: channels are limited to 31 | Jay Sorg | 2013-09-10 | 1 | -1/+1 |
| | | |||||
* | | VUL: fix some possible buffer overruns | Jay Sorg | 2013-09-10 | 1 | -4/+42 |
| | | |||||
* | | xrdp: added support for forcing credentials on command line | Laxmikant Rashinkar | 2013-08-03 | 1 | -0/+2 |
|/ | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Comments and debug when blocking channels added. Fix for potential ↵ | ArvidNorr | 2013-02-01 | 1 | -1/+2 |
| | | | | vulnerability in log.c | ||||
* | libxrdp: added ini settings for bulk compressor | Jay Sorg | 2013-01-06 | 1 | -1/+9 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -826/+929 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | Deadlock situation bug fix and improved debug information | norrarvid | 2012-06-01 | 1 | -2/+17 |
| | |||||
* | Fix endianness of virtual channel flags. This fixes the clipboard ↵ | Hyeshik Chang | 2012-05-04 | 1 | -1/+1 |
| | | | | compatibility issue with Microsoft RDP clients. | ||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -27/+49 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | use trans | jsorg71 | 2010-05-04 | 1 | -3/+3 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -2/+4 |
| | |||||
* | update copyright year | jsorg71 | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | move reading of the keys file to incoming function so we can error out if ↵ | jsorg71 | 2008-05-11 | 1 | -34/+43 |
| | | | | the keys file is not accessable, add a debug message | ||||
* | mce is not related to login flag 0x400 | jsorg71 | 2008-05-01 | 1 | -5/+0 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | use new config file functions | jsorg71 | 2007-10-28 | 1 | -31/+25 |
| | |||||
* | use g_htoi | jsorg71 | 2007-10-15 | 1 | -60/+4 |
| | |||||
* | read the rdp5 performance flags and some 64 bit warning fixes | jsorg71 | 2007-09-25 | 1 | -6/+23 |
| | |||||
* | remove compiler warning | jsorg71 | 2007-09-15 | 1 | -9/+14 |
| | |||||
* | got to create the channel layer | jsorg71 | 2007-01-25 | 1 | -0/+2 |
| | |||||
* | added some debug messages and some mce stuff | jsorg71 | 2007-01-16 | 1 | -11/+70 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | added channel support | jsorg71 | 2006-12-28 | 1 | -66/+166 |
| | |||||
* | g_ for global variables | jsorg71 | 2006-11-29 | 1 | -11/+11 |
| | |||||
* | printf -> writeln | jsorg71 | 2006-04-29 | 1 | -17/+17 |
| | |||||
* | added medium and high rdp encryption via xrdp.ini | jsorg71 | 2006-04-14 | 1 | -8/+59 |
| | |||||
* | added seg_sign | jsorg71 | 2006-04-12 | 1 | -0/+42 |
| | |||||
* | added some debug messages | jsorg71 | 2006-03-13 | 1 | -1/+7 |
| | |||||
* | copyright year update | jsorg71 | 2006-02-04 | 1 | -1/+1 |
| | |||||
* | Makefile and file location changes | jsorg71 | 2005-12-02 | 1 | -1/+1 |
| |