summaryrefslogtreecommitdiffstats
path: root/sesman/sig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in xrdp-sesman on config reloadPavel Roskin2016-10-211-0/+3
* sesman: don't close listening socket in signal handlerPavel Roskin2016-09-081-2/+0
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
* Do not attempt to trap SIGKILL part 2Koichiro IWAO2016-04-111-6/+0
* Fix typosPavel Roskin2016-02-131-1/+1
* Use lowercase program names for syslogPavel Roskin2016-02-131-1/+1
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-0/+1
* copyright year updateJay Sorg2013-06-081-1/+1
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-149/+154
* Initial syslog support in XRDPnorrarvid2012-05-271-16/+20
* update copyright yearjsorg712010-07-261-1/+1
* Fix sesman logging disruption after SIGHUPjsorg712010-07-261-2/+23
* g_thread_sck set outside of lock fix and g_cfg should always be a pointer to ...jsorg712009-09-281-1/+1
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-1/+4
* quiet them main loop of sesmanjsorg712008-12-281-0/+3
* added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor c...jsorg712008-12-261-9/+15
* still more work on loggingilsimo2008-07-301-15/+22
* updating logging subsystemilsimo2008-02-201-9/+11
* update copyright yearjsorg712008-01-301-1/+1
* added sessvc as session supervisorilsimo2007-04-071-4/+6
* copyright year updatejsorg712007-01-121-1/+1
* first try for a scp protocol layer (aka libscp)ilsimo2006-10-151-1/+1
* minor fixes and indentjsorg712006-08-241-9/+9
* making sesman multithreadilsimo2006-07-131-0/+77
* updated code documentationilsimo2006-05-251-4/+0
* year update and moved some stuff to os_calls.cjsorg712006-04-231-5/+5
* fixed check for pid file and delete of pid file on exitilsimo2005-11-161-0/+2
* added --nodaemon and --kill optionsilsimo2005-11-131-18/+5
* Adding logging functions and adding log options in config filesilsimo2005-10-231-7/+15
* Adding sig.*ilsimo2005-10-061-0/+82