summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* regenerate the docs and xml from the specWilliam Jon McCann2008-07-221-0/+3
* fix up signal definitionWilliam Jon McCann2008-07-211-2/+2
* fix UnixUser to be uintWilliam Jon McCann2008-06-111-5/+2
* use object paths instead of strings for signalsWilliam Jon McCann2008-06-111-2/+2
* cleanly shutdown event logging threadWilliam Jon McCann2008-05-052-4/+32
* export login session id to the busWilliam Jon McCann2008-05-055-4/+29
* exit with the bus now that we're activated by the busWilliam Jon McCann2008-05-051-57/+8
* make sure to add all override parametersWilliam Jon McCann2008-04-192-9/+23
* fix the script to work with recent dbus-python api changesWilliam Jon McCann2008-04-192-11/+10
* always try to detect parameters for sessionWilliam Jon McCann2008-04-194-45/+155
* install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann2008-04-183-4/+4
* return PolicyKit results when not privileged for actionWilliam Jon McCann2008-04-161-2/+3
* initial login session id supportWilliam Jon McCann2008-04-037-0/+141
* always create the directories we needWilliam Jon McCann2008-02-253-40/+95
* properly get display device on SolarisSimon Zheng2008-02-251-4/+12
* fix solaris x11-display-device when no vt availableBrian Cameron2008-02-251-0/+11
* solaris doesn't like printing nullBrian Cameron2008-02-251-1/+1
* fix display of active vt when vt is disabledBrian Cameron2008-02-251-2/+6
* fix solaris vt handling to work when no vt availableBrian Cameron2008-02-251-3/+5
* improve supporting Solaris VT switchingSimon Zheng2008-02-192-1/+60
* don't include paths.h on systems that don't have itWilliam Jon McCann2008-02-191-1/+0
* create the log file with S_IROTH and don't touch the log on buildWilliam Jon McCann2008-02-132-3/+2
* ck_seat_get_active_session shouldn't return a null ssidWilliam Jon McCann2008-02-123-24/+35
* guard against writing null string to keyfileWilliam Jon McCann2008-02-123-10/+48
* reverse the sense of the dbus policyWilliam Jon McCann2008-02-121-0/+517
* fix typo in dbus policy fileWilliam Jon McCann2008-02-111-1/+1
* touch the history file to create it for people not using packagesWilliam Jon McCann2008-02-071-0/+2
* mkdir /var/log/ConsoleKit at install timeWilliam Jon McCann2008-02-061-0/+1
* 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