summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-02-11fix typo in dbus policy fileWilliam Jon McCann1-1/+1
2008-02-07touch the history file to create it for people not using packagesWilliam Jon McCann1-0/+2
2008-02-06mkdir /var/log/ConsoleKit at install timeWilliam Jon McCann1-0/+1
2008-02-01when a parsing error occurs don't return an empty eventWilliam Jon McCann1-8/+13
2008-01-29update gitignore filesWilliam Jon McCann1-0/+1
2008-01-29add a helper to write a system start record to the CK historyWilliam Jon McCann1-1/+1
2008-01-29add support for logging start/stop/restartWilliam Jon McCann3-13/+276
2008-01-28make polkit optional and use RBAC on SolarisBrian Cameron2-1/+77
2008-01-28fixes for solarisBrian Cameron2-2/+3
2008-01-28add session-type filtering to ck-historyWilliam Jon McCann1-0/+2
2008-01-28try to activate x11-display-device not only display-deviceWilliam Jon McCann1-2/+5
2008-01-23be a little smarter about how we compute the number of usersWilliam Jon McCann1-2/+94
2008-01-23history should log to /var/log not /var/runWilliam Jon McCann2-2/+2
2008-01-23actually register the error type with dbusWilliam Jon McCann1-0/+1
2008-01-23add GetSessions method to Manager interfaceWilliam Jon McCann3-0/+31
2008-01-23add error type to managerWilliam Jon McCann2-1/+27
2008-01-22initial stop/restart supportWilliam Jon McCann3-59/+624
2007-12-08use VT_GETSTATE and tty0 to identify a console_ioctl on linuxPeter Jones1-4/+9
2007-10-22dump session leader infoWilliam Jon McCann2-3/+21
2007-10-22error out if unknown options are passed on command lineWilliam Jon McCann1-2/+9
2007-10-22move session leader stuff into a separate classWilliam Jon McCann4-377/+762
2007-10-22try to handle log rotationWilliam Jon McCann1-8/+45
2007-10-22add support for reporting from logrotated filesWilliam Jon McCann1-1/+8
2007-10-21add last mode, filtering by user/seat; shorten logged idsWilliam Jon McCann1-10/+24
2007-10-18use AC_GNU_SOURCE instead of #defineWilliam Jon McCann1-2/+0
2007-10-17add a basic ck-history commandWilliam Jon McCann7-600/+1262
2007-10-16add event logging capabilityWilliam Jon McCann5-6/+1430
2007-10-10maintain a file with the dump of the local databaseDavid Zeuthen6-7/+330
2007-10-10remove session/seat from list before signalingWilliam Jon McCann2-19/+66
2007-10-04add a way to synchronously run programs on session add/remove/activity_changeDavid Zeuthen5-0/+318
2007-09-19don't use VT_GETSTATE when VT is unavailableBrian Cameron1-0/+10
2007-09-19try to make things work for systems that don't support VT_ACTIVATE etcWilliam Jon McCann1-4/+23
2007-08-29fix FreeBSD issues translating VT numbers to devicesJoe Marcus Clarke1-8/+14
2007-08-28untabifyWilliam Jon McCann5-22/+22
2007-08-28fix some compiler warnings, untabifyWilliam Jon McCann2-115/+81
2007-08-27move some of the freebsd specific stuff into sysdepsWilliam Jon McCann7-90/+229
2007-08-26Add support for FreeBSDJoe Marcus Clarke1-0/+4
2007-08-26Add ck-sysdeps-freebsd.c to the list of dist sourcesJoe Marcus Clarke1-0/+1
2007-08-25Restore copyright.Florent Thoumie1-0/+1
2007-08-25Some more fixes, Now test-vt-monitor works correctly.Florent Thoumie2-16/+33
2007-08-25Add FreeBSD native backend (untested)Florent Thoumie2-419/+174
2007-08-25First attempt a making ConsoleKit work on FreeBSDFlorent Thoumie4-2/+679
2007-08-22more build fixes for solarisBrian Cameron2-3/+11
2007-08-21abstract out the tty device basename stuffWilliam Jon McCann4-13/+80
2007-08-21more solaris supportWilliam Jon McCann5-43/+136
2007-08-17display the current vtWilliam Jon McCann1-0/+12
2007-08-17add test-vt-monitorWilliam Jon McCann1-0/+1
2007-08-17add a vt monitor test, move getfd to sysdeps, add a check for the root userWilliam Jon McCann8-112/+230
2007-08-17a few fixes for peer cred stuffWilliam Jon McCann1-6/+20
2007-08-16move peercred stuff into sysdeps. add solaris support.William Jon McCann3-0/+92