summaryrefslogtreecommitdiffstats
path: root/src/ck-event-logger.c
Commit message (Expand)AuthorAgeFilesLines
* check the result of the fchown callWilliam Jon McCann2008-10-021-1/+6
* don't close the log file fd twiceWilliam Jon McCann2008-10-021-4/+6
* cleanly shutdown event logging threadWilliam Jon McCann2008-05-051-3/+25
* always create the directories we needWilliam Jon McCann2008-02-251-3/+19
* don't include paths.h on systems that don't have itWilliam Jon McCann2008-02-191-1/+0
* create the log file with S_IROTH and don't touch the log on buildWilliam Jon McCann2008-02-131-1/+2
* history should log to /var/log not /var/runWilliam Jon McCann2008-01-231-1/+1
* try to handle log rotationWilliam Jon McCann2007-10-221-8/+45
* add support for reporting from logrotated filesWilliam Jon McCann2007-10-221-1/+8
* use AC_GNU_SOURCE instead of #defineWilliam Jon McCann2007-10-181-2/+0
* add a basic ck-history commandWilliam Jon McCann2007-10-171-476/+10
* add event logging capabilityWilliam Jon McCann2007-10-161-0/+828