summaryrefslogtreecommitdiffstats
path: root/src/ck-event-logger.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.