Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-10 | Only close fds that were opened | Eric Koegel | 1 | -1/+5 | |
Don't try to close a fd that failed to be opened. Also use g_close to match up with the g_open. | |||||
2014-09-30 | Clean up some compiler warnings and deprecated functions | Eric Koegel | 1 | -3/+9 | |
Signed-off-by: Eric Koegel <eric.koegel@gmail.com> | |||||
2008-10-02 | check the result of the fchown call | William Jon McCann | 1 | -1/+6 | |
2008-10-02 | don't close the log file fd twice | William Jon McCann | 1 | -4/+6 | |
Fixes #17866 | |||||
2008-05-05 | cleanly shutdown event logging thread | William Jon McCann | 1 | -3/+25 | |
2008-02-25 | always create the directories we need | William Jon McCann | 1 | -3/+19 | |
2008-02-19 | don't include paths.h on systems that don't have it | William Jon McCann | 1 | -1/+0 | |
2008-02-13 | create the log file with S_IROTH and don't touch the log on build | William Jon McCann | 1 | -1/+2 | |
2008-01-23 | history should log to /var/log not /var/run | William Jon McCann | 1 | -1/+1 | |
2007-10-22 | try to handle log rotation | William Jon McCann | 1 | -8/+45 | |
2007-10-22 | add support for reporting from logrotated files | William Jon McCann | 1 | -1/+8 | |
2007-10-18 | use AC_GNU_SOURCE instead of #define | William Jon McCann | 1 | -2/+0 | |
2007-10-17 | add a basic ck-history command | William Jon McCann | 1 | -476/+10 | |
Refactor some event logging code to share with ck-history. At the moment the command only prints the events. | |||||
2007-10-16 | add event logging capability | William Jon McCann | 1 | -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. |