Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gracefully handle segfaults in chansrv code | Laxmikant Rashinkar | 2013-09-03 | 1 | -0/+11 |
| | |||||
* | move text2bool to os_calls | Jay Sorg | 2013-08-24 | 1 | -0/+15 |
| | |||||
* | disable ipv6 for now | Jay Sorg | 2013-05-06 | 1 | -2/+68 |
| | |||||
* | ipv6 | Jay Sorg | 2013-04-04 | 1 | -3/+11 |
| | |||||
* | ipv6 | Jay Sorg | 2013-04-03 | 1 | -5/+58 |
| | |||||
* | autodetect ipv6 | Jay Sorg | 2013-04-03 | 1 | -3/+3 |
| | |||||
* | adding ipv6 support | Jay Sorg | 2013-04-03 | 1 | -42/+87 |
| | |||||
* | ipv6 started pushing bits | Jay Sorg | 2013-04-02 | 1 | -13/+27 |
| | |||||
* | small len fixes | ArvidNorr | 2013-01-31 | 1 | -2/+2 |
| | |||||
* | More logging added | ArvidNorr | 2013-01-18 | 1 | -1/+14 |
| | |||||
* | Add g_strchr to os_calls | LawrenceK | 2012-12-20 | 1 | -0/+13 |
| | |||||
* | added getgid to os_calls | Jay Sorg | 2012-10-29 | 1 | -0/+13 |
| | |||||
* | added a file open funtion | Jay Sorg | 2012-10-13 | 1 | -0/+38 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -1349/+1543 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | output error when set socket opt fails | Jay Sorg | 2012-07-23 | 1 | -0/+8 |
| | |||||
* | common: no logic changes, code cleanup | Jay Sorg | 2012-06-23 | 1 | -31/+36 |
| | |||||
* | Merge pull request #28 from ArvidNorr/tcp_nodelay | ArvidNorr | 2012-06-18 | 1 | -3/+49 |
|\ | | | | | Support for TCP keepalive and TCP no_delay added | ||||
| * | Support for TCP keepalive and TCP no_delay added | norrarvid | 2012-06-04 | 1 | -3/+49 |
| | | |||||
* | | Merge pull request #22 from ArvidNorr/moduleload | ArvidNorr | 2012-06-17 | 1 | -17/+57 |
|\ \ | | | | | | | Moduleload | ||||
| * | | minor layout fixes | norrarvid | 2012-06-18 | 1 | -7/+11 |
| | | | |||||
| * | | Improved error handling for module load and init, fixed bug in logwindow | norrarvid | 2012-05-30 | 1 | -0/+25 |
| | | | |||||
| * | | merge comments defines and simplified function | norrarvid | 2012-05-29 | 1 | -18/+29 |
| |\ \ | | |/ | |/| | |||||
| | * | added comments, added define, removed unused inparameter | norrarvid | 2012-05-29 | 1 | -18/+29 |
| | | | |||||
* | | | common: fix some warnings | Jay Sorg | 2012-06-11 | 1 | -1/+5 |
| | | | |||||
* | | | syslog: cs/minor changes | Jay Sorg | 2012-06-04 | 1 | -16/+0 |
| | | | |||||
* | | | Merge remote branch 'syslog3/syslog3' | Jay Sorg | 2012-06-04 | 1 | -0/+20 |
|\ \ \ | |/ / |/| | | |||||
| * | | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -0/+20 |
| |/ | |||||
* | | xrdp: pid file fixes | Jay Sorg | 2012-05-26 | 1 | -0/+38 |
| | | |||||
* | | added g_close_wait_obj and size parameter to g_write_ip_address | Jay Sorg | 2012-05-26 | 1 | -14/+29 |
| | | |||||
* | | xrdp: added -f command line option to fork on connections | Jay Sorg | 2012-05-26 | 1 | -1/+0 |
|/ | |||||
* | /tmp cleanup | Jay Sorg | 2012-02-14 | 1 | -17/+69 |
| | |||||
* | fork change | Jay Sorg | 2012-02-14 | 1 | -3/+17 |
| | |||||
* | common: added signal for usr1 | Jay Sorg | 2012-02-12 | 1 | -0/+11 |
| | |||||
* | move temp files from /tmp to /tmp/.xrdp | Jay Sorg | 2012-02-11 | 1 | -2/+8 |
| | |||||
* | fix init error | Jay Sorg | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619 | Jay Sorg | 2012-02-05 | 1 | -21/+57 |
| | |||||
* | added g_chown | Jay Sorg | 2011-07-07 | 1 | -0/+8 |
| | |||||
* | Implemented client IP logging | Nicola Ruggero | 2010-11-04 | 1 | -0/+29 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -32/+54 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | bind to specific address | Jay Sorg | 2010-10-19 | 1 | -0/+18 |
| | |||||
* | const char for atoi | jsorg71 | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | fixes for hppa | jsorg71 | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | add unix socket to trans | jsorg71 | 2009-09-05 | 1 | -0/+17 |
| | |||||
* | fix warnings | jsorg71 | 2009-08-20 | 1 | -2/+6 |
| | |||||
* | channel fixes | jsorg71 | 2009-08-15 | 1 | -0/+16 |
| | |||||
* | add extended log output | jsorg71 | 2009-08-05 | 1 | -0/+4 |
| | |||||
* | remove g_signal and change g_waitpid to check for signal | jsorg71 | 2009-05-29 | 1 | -16/+26 |
| | |||||
* | remove g_set_file_rights since g_file_open sets the bits right | jsorg71 | 2009-05-19 | 1 | -17/+0 |
| | |||||
* | work on chansrv | jsorg71 | 2009-04-20 | 1 | -0/+7 |
| | |||||
* | fix some minor error issues | jsorg71 | 2009-04-19 | 1 | -0/+12 |
| |