summaryrefslogtreecommitdiff
path: root/src/ck-event-logger.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Only close fds that were openedEric Koegel1-1/+5
2014-09-30Clean up some compiler warnings and deprecated functionsEric Koegel1-3/+9
2008-10-02check the result of the fchown callWilliam Jon McCann1-1/+6
2008-10-02don't close the log file fd twiceWilliam Jon McCann1-4/+6
2008-05-05cleanly shutdown event logging threadWilliam Jon McCann1-3/+25
2008-02-25always create the directories we needWilliam Jon McCann1-3/+19
2008-02-19don't include paths.h on systems that don't have itWilliam Jon McCann1-1/+0
2008-02-13create the log file with S_IROTH and don't touch the log on buildWilliam Jon McCann1-1/+2
2008-01-23history should log to /var/log not /var/runWilliam Jon McCann1-1/+1
2007-10-22try to handle log rotationWilliam Jon McCann1-8/+45
2007-10-22add support for reporting from logrotated filesWilliam Jon McCann1-1/+8
2007-10-18use AC_GNU_SOURCE instead of #defineWilliam Jon McCann1-2/+0
2007-10-17add a basic ck-history commandWilliam Jon McCann1-476/+10
2007-10-16add event logging capabilityWilliam Jon McCann1-0/+828