summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* when a parsing error occurs don't return an empty eventWilliam Jon McCann2008-02-011-8/+13
* update gitignore filesWilliam Jon McCann2008-01-291-0/+1
* add a helper to write a system start record to the CK historyWilliam Jon McCann2008-01-291-1/+1
* add support for logging start/stop/restartWilliam Jon McCann2008-01-293-13/+276
* make polkit optional and use RBAC on SolarisBrian Cameron2008-01-282-1/+77
* fixes for solarisBrian Cameron2008-01-282-2/+3
* add session-type filtering to ck-historyWilliam Jon McCann2008-01-281-0/+2
* try to activate x11-display-device not only display-deviceWilliam Jon McCann2008-01-281-2/+5
* be a little smarter about how we compute the number of usersWilliam Jon McCann2008-01-231-2/+94
* history should log to /var/log not /var/runWilliam Jon McCann2008-01-232-2/+2
* actually register the error type with dbusWilliam Jon McCann2008-01-231-0/+1
* add GetSessions method to Manager interfaceWilliam Jon McCann2008-01-233-0/+31
* add error type to managerWilliam Jon McCann2008-01-232-1/+27
* initial stop/restart supportWilliam Jon McCann2008-01-223-59/+624
* use VT_GETSTATE and tty0 to identify a console_ioctl on linuxPeter Jones2007-12-081-4/+9
* dump session leader infoWilliam Jon McCann2007-10-222-3/+21
* error out if unknown options are passed on command lineWilliam Jon McCann2007-10-221-2/+9
* move session leader stuff into a separate classWilliam Jon McCann2007-10-224-377/+762
* try to handle log rotationWilliam Jon McCann2007-10-221-8/+45
* add support for reporting from logrotated filesWilliam Jon McCann2007-10-221-1/+8
* add last mode, filtering by user/seat; shorten logged idsWilliam Jon McCann2007-10-211-10/+24
* use AC_GNU_SOURCE instead of #defineWilliam Jon McCann2007-10-181-2/+0
* add a basic ck-history commandWilliam Jon McCann2007-10-177-600/+1262
* add event logging capabilityWilliam Jon McCann2007-10-165-6/+1430
* maintain a file with the dump of the local databaseDavid Zeuthen2007-10-106-7/+330
* remove session/seat from list before signalingWilliam Jon McCann2007-10-102-19/+66
* add a way to synchronously run programs on session add/remove/activity_changeDavid Zeuthen2007-10-045-0/+318
* don't use VT_GETSTATE when VT is unavailableBrian Cameron2007-09-191-0/+10
* try to make things work for systems that don't support VT_ACTIVATE etcWilliam Jon McCann2007-09-191-4/+23
* fix FreeBSD issues translating VT numbers to devicesJoe Marcus Clarke2007-08-291-8/+14
* untabifyWilliam Jon McCann2007-08-285-22/+22
* fix some compiler warnings, untabifyWilliam Jon McCann2007-08-282-115/+81
* move some of the freebsd specific stuff into sysdepsWilliam Jon McCann2007-08-277-90/+229
* Add support for FreeBSDJoe Marcus Clarke2007-08-261-0/+4
* Add ck-sysdeps-freebsd.c to the list of dist sourcesJoe Marcus Clarke2007-08-261-0/+1
* Restore copyright.Florent Thoumie2007-08-251-0/+1
* Some more fixes, Now test-vt-monitor works correctly.Florent Thoumie2007-08-252-16/+33
* Add FreeBSD native backend (untested)Florent Thoumie2007-08-252-419/+174
* First attempt a making ConsoleKit work on FreeBSDFlorent Thoumie2007-08-254-2/+679
* more build fixes for solarisBrian Cameron2007-08-222-3/+11
* abstract out the tty device basename stuffWilliam Jon McCann2007-08-214-13/+80
* more solaris supportWilliam Jon McCann2007-08-215-43/+136
* display the current vtWilliam Jon McCann2007-08-171-0/+12
* add test-vt-monitorWilliam Jon McCann2007-08-171-0/+1
* add a vt monitor test, move getfd to sysdeps, add a check for the root userWilliam Jon McCann2007-08-178-112/+230
* a few fixes for peer cred stuffWilliam Jon McCann2007-08-171-6/+20
* move peercred stuff into sysdeps. add solaris support.William Jon McCann2007-08-163-0/+92
* move all proc stuff into ck-sysdepsWilliam Jon McCann2007-08-166-135/+137
* make a lt library for proc stuffWilliam Jon McCann2007-08-141-14/+25
* make sure the device is a console and add some instructionsWilliam Jon McCann2007-08-141-0/+44