summaryrefslogtreecommitdiffstats
path: root/common/os_calls.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fixes for hppajsorg712010-02-221-2/+2
|
* add unix socket to transjsorg712009-09-051-0/+17
|
* fix warningsjsorg712009-08-201-2/+6
|
* channel fixesjsorg712009-08-151-0/+16
|
* add extended log outputjsorg712009-08-051-0/+4
|
* remove g_signal and change g_waitpid to check for signaljsorg712009-05-291-16/+26
|
* remove g_set_file_rights since g_file_open sets the bits rightjsorg712009-05-191-17/+0
|
* work on chansrvjsorg712009-04-201-0/+7
|
* fix some minor error issuesjsorg712009-04-191-0/+12
|
* update copyright yearjsorg712009-02-021-1/+1
|
* added g_signal_* functionsjsorg712008-12-301-0/+55
|
* add pid to event namesjsorg712008-12-011-3/+2
|
* remove unset_signalsjsorg712008-11-101-14/+0
|
* added HAVE_CONFIG_Hjsorg712008-08-101-0/+3
|
* added getuid functionjsorg712008-05-081-1/+15
|
* socket options fixesjsorg712008-04-051-14/+17
|
* wait objs function changesjsorg712008-04-041-4/+34
|
* added wait obj functionsjsorg712008-03-311-0/+266
|
* update copyright yearjsorg712008-01-301-1/+1
|
* fix warningjsorg712007-12-241-2/+2
|
* add commentsjsorg712007-12-161-0/+21
|
* added g_strtrimjsorg712007-10-271-0/+119
|
* remove CLK_TCK, not always definedjsorg712007-10-151-1/+1
|
* added g_htoijsorg712007-10-151-0/+78
|
* added g_time2 functionjsorg712007-10-031-0/+18
|
* added g_file_get_size functionjsorg712007-09-261-0/+21
|
* return value varjsorg712007-09-231-2/+6
|
* removed some warnings about wchar_tjsorg712007-09-211-2/+8
|
* unicodejsorg712007-09-211-0/+14
|
* added init and deinit functions and windows unicode fixesjsorg712007-09-151-9/+31
|
* make sure malloc didn't return niljsorg712007-07-261-1/+4
|
* don't set send buffer size unless its less than 32kjsorg712007-06-111-23/+60
|
* improve win32 randomjsorg712007-06-071-1/+8
|
* added tcp_socket_ok to test socket statusjsorg712007-04-111-2/+26
|
* copyright year updatejsorg712007-01-121-1/+1
|
* added EINPROGRESS as a valid blocking errnojsorg712006-12-201-1/+1
|
* added calling convention defaults for os_callsjsorg712006-12-121-85/+85
|
* removed sleep calls from xrdp_tcpjsorg712006-12-091-0/+25
|
* added g_tcp_can_sendjsorg712006-12-091-0/+25
|
* commit patch 1589325, slightly modified - code cleanupjsorg712006-11-041-95/+40
|
* g_chmod to g_chmod_hexjsorg712006-10-281-2/+17
|
* added g_create_dir, g_directory_exist, g_remove_dir, and g_chmodjsorg712006-10-271-1/+59
|