summaryrefslogtreecommitdiffstats
path: root/common/log.c
Commit message (Collapse)AuthorAgeFilesLines
* common: set log file fd to close on execJay Sorg2015-09-271-0/+7
|
* common: fix logic for internal_log_endJay Sorg2015-09-271-1/+1
|
* common: log, g_ prefix for globalJay Sorg2014-07-251-38/+38
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-0/+2
|
* common: no logic change, update commentsJay Sorg2014-03-011-1/+1
|
* move text2bool to os_callsJay Sorg2013-08-241-23/+1
|
* copyright year updateJay Sorg2013-06-081-1/+1
|
* Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-011-1/+1
| | | | vulnerability in log.c
* Allow for any non 0 and the string to also be true. These are the tests used ↵LawrenceK2013-01-171-3/+4
| | | | elsewhere in the xrdp code.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-446/+485
| | | | | o applied new coding standards to all .c files o moved some files around
* log: added path for when --prefix is usedJay Sorg2012-06-101-1/+16
|
* syslog: cs/minor changesJay Sorg2012-06-041-199/+204
|
* Initial syslog support in XRDPnorrarvid2012-05-271-117/+430
|
* update copyright yearJay Sorg2010-10-191-1/+1
|
* update copyright yearjsorg712009-02-021-1/+1
|
* updating logging subsystemilsimo2008-02-201-48/+21
|
* update copyright yearjsorg712008-01-301-1/+1
|
* dont need length in strcmpjsorg712007-02-031-18/+11
|
* copyright year updatejsorg712007-01-121-1/+1
|
* commit patch 1589325, slightly modified - code cleanupjsorg712006-11-041-2/+2
|
* make some functions static per 1579343jsorg712006-10-241-1/+1
|
* fix lock problemjsorg712006-08-251-2/+4
|
* #include using <>jsorg712006-08-231-7/+7
|
* got log.c compiling and formating changes and commentsjsorg712006-08-211-65/+88
|
* making (hopefully) the logging system thread-safeilsimo2006-06-041-18/+25
|
* copyright year updatesjsorg712006-03-211-1/+1
|
* added logging to stdoutilsimo2005-11-161-7/+18
|
* fixing some errors in logging functionsilsimo2005-10-261-7/+17
| | | | | | - removing warnings created by LOG_DBG() macro - fixing syslog message error - adding platform specific end of line
* Added logging subsystemilsimo2005-10-231-0/+277