summaryrefslogtreecommitdiffstats
path: root/common/os_calls.c
Commit message (Collapse)AuthorAgeFilesLines
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-10/+26
|
* sesman: more options for session lookup from Fredy PaquetJay Sorg2014-04-201-0/+21
|
* common: fix for clearing environment vars in BSDJay Sorg2014-04-171-0/+4
|
* remove some warning, move gethostname to os_callsJay Sorg2014-02-081-1/+13
|
* common: some notes and compile fixesJay Sorg2014-02-081-2/+29
|
* common: added shm to os_callsJay Sorg2014-01-281-0/+16
|
* log client ip with pid, etcJay Sorg2013-10-021-0/+35
|
* added options to set tcp send and recv buffer sizesJay Sorg2013-10-021-0/+90
|
* add pid loggingJay Sorg2013-10-011-0/+32
|
* gracefully handle segfaults in chansrv codeLaxmikant Rashinkar2013-09-031-0/+11
|
* move text2bool to os_callsJay Sorg2013-08-241-0/+15
|
* disable ipv6 for nowJay Sorg2013-05-061-2/+68
|
* ipv6Jay Sorg2013-04-041-3/+11
|
* ipv6Jay Sorg2013-04-031-5/+58
|
* autodetect ipv6Jay Sorg2013-04-031-3/+3
|
* adding ipv6 supportJay Sorg2013-04-031-42/+87
|
* ipv6 started pushing bitsJay Sorg2013-04-021-13/+27
|
* small len fixesArvidNorr2013-01-311-2/+2
|
* More logging addedArvidNorr2013-01-181-1/+14
|
* Add g_strchr to os_callsLawrenceK2012-12-201-0/+13
|
* added getgid to os_callsJay Sorg2012-10-291-0/+13
|
* added a file open funtionJay Sorg2012-10-131-0/+38
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-1349/+1543
| | | | | o applied new coding standards to all .c files o moved some files around
* output error when set socket opt failsJay Sorg2012-07-231-0/+8
|
* common: no logic changes, code cleanupJay Sorg2012-06-231-31/+36
|
* Merge pull request #28 from ArvidNorr/tcp_nodelayArvidNorr2012-06-181-3/+49
|\ | | | | Support for TCP keepalive and TCP no_delay added
| * Support for TCP keepalive and TCP no_delay addednorrarvid2012-06-041-3/+49
| |
* | Merge pull request #22 from ArvidNorr/moduleloadArvidNorr2012-06-171-17/+57
|\ \ | | | | | | Moduleload
| * | minor layout fixesnorrarvid2012-06-181-7/+11
| | |
| * | Improved error handling for module load and init, fixed bug in logwindownorrarvid2012-05-301-0/+25
| | |
| * | merge comments defines and simplified functionnorrarvid2012-05-291-18/+29
| |\ \ | | |/ | |/|
| | * added comments, added define, removed unused inparameternorrarvid2012-05-291-18/+29
| | |
* | | common: fix some warningsJay Sorg2012-06-111-1/+5
| | |
* | | syslog: cs/minor changesJay Sorg2012-06-041-16/+0
| | |
* | | Merge remote branch 'syslog3/syslog3'Jay Sorg2012-06-041-0/+20
|\ \ \ | |/ / |/| |
| * | Initial syslog support in XRDPnorrarvid2012-05-271-0/+20
| |/
* | xrdp: pid file fixesJay Sorg2012-05-261-0/+38
| |
* | added g_close_wait_obj and size parameter to g_write_ip_addressJay Sorg2012-05-261-14/+29
| |
* | xrdp: added -f command line option to fork on connectionsJay Sorg2012-05-261-1/+0
|/
* /tmp cleanupJay Sorg2012-02-141-17/+69
|
* fork changeJay Sorg2012-02-141-3/+17
|
* common: added signal for usr1Jay Sorg2012-02-121-0/+11
|
* move temp files from /tmp to /tmp/.xrdpJay Sorg2012-02-111-2/+8
|
* fix init errorJay Sorg2012-02-061-1/+1
|
* fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619Jay Sorg2012-02-051-21/+57
|
* added g_chownJay Sorg2011-07-071-0/+8
|
* Implemented client IP loggingNicola Ruggero2010-11-041-0/+29
|
* Major code cleanup:Nicola Ruggero2010-11-031-32/+54
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* bind to specific addressJay Sorg2010-10-191-0/+18
|
* const char for atoijsorg712010-08-091-1/+1
|