summaryrefslogtreecommitdiffstats
path: root/src/ck-event-logger.c
Commit message (Collapse)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
| | | | Fixes #17866
* 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
| | | | | Refactor some event logging code to share with ck-history. At the moment the command only prints the events.
* add event logging capabilityWilliam Jon McCann2007-10-161-0/+828
This adds the ability to log events to a history file. One idea is to be able to provide wtmp like functionality. The next step is to add a seat-aware "last" command. This will be very useful for creating graphical logins that remember the most recent/frequent logins.