summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Add pkg check for XLIBEric Koegel1-0/+3
2014-10-05Return early when remote DISPLAY variable setEric Koegel1-0/+5
2014-10-05Undefine _FORTIFY_SOURCE before redefining itEric Koegel1-0/+1
2014-10-04Add OpenBSD supportRobert Nagy7-0/+155
2014-10-04Update makefiles and remove unused codeEric Koegel2-3/+3
2014-10-04Improve FreeBSD supportEric Koegel5-7/+148
2014-10-01udev-acl install to usrEric Koegel1-3/+4
2014-09-30Fix uninitialized variable: eEric Koegel1-1/+2
2014-09-30Clean up some compiler warnings and deprecated functionsEric Koegel5-6/+14
2014-09-30Use correct type in tools/ck-history.c (Bug 51120)Eric Koegel1-2/+2
2012-03-20build-sys: install run-seat.d symlink for udev-aclSamuli Suominen1-0/+4
2012-03-19Import udev-acl tool from udevMichael Biebl4-0/+518
2011-05-24ck-history: don't truncate --frequent output to 8 charsRay Strode1-1/+1
2010-09-20dbus: bump dependency on dbus-glib to 0.82Michael Biebl1-1/+0
2010-06-30Only set sessions to be is-local=true if set by a trusted partyWilliam Jon McCann1-9/+1
2010-06-11Add a --since option to show entries in a time windowWilliam Jon McCann1-22/+74
2009-09-14log the kernel release and boot arguments at start timeWilliam Jon McCann2-3/+34
2009-09-14show display in host field if the host isn't setWilliam Jon McCann1-7/+15
2009-09-14print the uptime for the reboot items in the reportWilliam Jon McCann1-2/+39
2009-09-14fix logic for finding session remove eventsWilliam Jon McCann1-4/+4
2009-07-20Get VT from X display if no controlling ttyRay Strode1-0/+72
2009-02-11parse gecos field to get real nameWilliam Jon McCann1-2/+13
2008-07-22fix use of unix-user as intWilliam Jon McCann1-6/+6
2008-07-21fix location of scripts againWilliam Jon McCann1-1/+1
2008-05-05export login session id to the busWilliam Jon McCann1-2/+7
2008-04-18oops one more placeWilliam Jon McCann1-1/+1
2008-04-18install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann3-3/+3
2008-04-03initial login session id supportWilliam Jon McCann1-0/+10
2008-02-29display uid as unix-user to match apiWilliam Jon McCann1-1/+1
2008-02-19don't include paths.h on systems that don't have itWilliam Jon McCann1-0/+5
2008-02-12update for releaseWilliam Jon McCann1-1/+1
2008-02-11add a ck-launch-session toolWilliam Jon McCann3-0/+99
2008-02-11don't set the session-type to the command nameWilliam Jon McCann1-6/+0
2008-02-11update for releaseWilliam Jon McCann1-0/+2
2008-02-11add tools to log restart and stop eventsWilliam Jon McCann3-0/+368
2008-02-01when a parsing error occurs don't return an empty eventWilliam Jon McCann1-6/+6
2008-01-29update gitignore filesWilliam Jon McCann1-1/+3
2008-01-29add a helper to write a system start record to the CK historyWilliam Jon McCann2-0/+187
2008-01-29add support for logging start/stop/restartWilliam Jon McCann1-156/+288
2008-01-28allow session type filtering for all report formatsWilliam Jon McCann1-9/+22
2008-01-28make polkit optional and use RBAC on SolarisBrian Cameron2-20/+2
2008-01-28add session-type filtering to ck-historyWilliam Jon McCann1-8/+14
2008-01-23history should log to /var/log not /var/runWilliam Jon McCann1-1/+1
2008-01-22initial stop/restart supportWilliam Jon McCann10-16/+186
2007-10-22add support for reporting from logrotated filesWilliam Jon McCann2-12/+122
2007-10-22add a basic --frequent reportWilliam Jon McCann1-0/+109
2007-10-21add last mode, filtering by user/seat; shorten logged idsWilliam Jon McCann1-11/+166
2007-10-19check for oldest being nullWilliam Jon McCann1-2/+4
2007-10-19rename --last to --last-compatWilliam Jon McCann1-3/+3
2007-10-19a few fixes for last patchWilliam Jon McCann1-4/+25