summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-02check the result of the fchown callWilliam Jon McCann1-1/+6
2008-10-02don't close the log file fd twiceWilliam Jon McCann1-4/+6
2008-07-30update for 0.3.0 releaseWilliam Jon McCann1-1/+1
2008-07-30don't allow reboot if PolicyKit and RBAC are disabledWilliam Jon McCann1-13/+14
2008-07-23use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann7-199/+955
2008-07-22use object paths for seat added/removed signals per specWilliam Jon McCann1-4/+4
2008-07-22regenerate the docs and xml from the specWilliam Jon McCann1-0/+3
2008-07-21fix up signal definitionWilliam Jon McCann1-2/+2
2008-06-11fix UnixUser to be uintWilliam Jon McCann1-5/+2
2008-06-11use object paths instead of strings for signalsWilliam Jon McCann1-2/+2
2008-05-05cleanly shutdown event logging threadWilliam Jon McCann2-4/+32
2008-05-05export login session id to the busWilliam Jon McCann5-4/+29
2008-05-05exit with the bus now that we're activated by the busWilliam Jon McCann1-57/+8
2008-04-19make sure to add all override parametersWilliam Jon McCann2-9/+23
2008-04-19fix the script to work with recent dbus-python api changesWilliam Jon McCann2-11/+10
2008-04-19always try to detect parameters for sessionWilliam Jon McCann4-45/+155
2008-04-18install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann3-4/+4
2008-04-16return PolicyKit results when not privileged for actionWilliam Jon McCann1-2/+3
2008-04-03initial login session id supportWilliam Jon McCann7-0/+141
2008-02-25always create the directories we needWilliam Jon McCann3-40/+95
2008-02-25properly get display device on SolarisSimon Zheng1-4/+12
2008-02-25fix solaris x11-display-device when no vt availableBrian Cameron1-0/+11
2008-02-25solaris doesn't like printing nullBrian Cameron1-1/+1
2008-02-25fix display of active vt when vt is disabledBrian Cameron1-2/+6
2008-02-25fix solaris vt handling to work when no vt availableBrian Cameron1-3/+5
2008-02-19improve supporting Solaris VT switchingSimon Zheng2-1/+60
2008-02-19don't include paths.h on systems that don't have itWilliam Jon McCann1-1/+0
2008-02-13create the log file with S_IROTH and don't touch the log on buildWilliam Jon McCann2-3/+2
2008-02-12ck_seat_get_active_session shouldn't return a null ssidWilliam Jon McCann3-24/+35
2008-02-12guard against writing null string to keyfileWilliam Jon McCann3-10/+48
2008-02-12reverse the sense of the dbus policyWilliam Jon McCann1-0/+517
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