summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add seat.d/ callout directory and guarantee we dump the database before callo...HEADmasterLennart Poettering2009-08-125-25/+200
* get rid of session.d's session_active_changed calloutLennart Poettering2009-08-121-2/+0
* database: write the console database to disk before signalling via dbusLennart Poettering2009-08-123-27/+23
* Enforce that the env array has the right sizeLennart Poettering2009-08-111-0/+2
* when printing size_t use %z format stringLennart Poettering2009-08-111-1/+1
* make CK database world readableLennart Poettering2009-08-113-6/+1
* get rid of ck_seat_set_active_session() prototype since no such function existsLennart Poettering2009-08-111-3/+0
* Move ck_session_run_programs() from ck-run-programs.h to ck-session.hLennart Poettering2009-08-112-3/+3
* Port to PolicyKit 1.0 apisMatthias Clasen2009-07-203-468/+220
* avoid a (harmless) warning messageMatthias Clasen2009-07-161-1/+1
* fix a bunch of xml validation errorsWilliam Jon McCann2009-07-162-3/+4
* fix parsing log entries with no bodyWilliam Jon McCann2009-02-121-8/+17
* don't leak dbus proxyJames Westby2009-02-111-0/+2
* fix zero-sized struct/unionWilliam Jon McCann2009-02-111-0/+4
* serialize removals, and avoid using freed data caused by removalsJames Westby2009-02-111-32/+94
* close directory to fix leakSteve Langasek2009-02-111-0/+1
* check the result of the fchown callWilliam Jon McCann2008-10-021-1/+6
* don't close the log file fd twiceWilliam Jon McCann2008-10-021-4/+6
* update for 0.3.0 releaseWilliam Jon McCann2008-07-301-1/+1
* don't allow reboot if PolicyKit and RBAC are disabledWilliam Jon McCann2008-07-301-13/+14
* use spec files directly as introspection xml and try to generate docs on the flyWilliam Jon McCann2008-07-237-199/+955
* use object paths for seat added/removed signals per specWilliam Jon McCann2008-07-221-4/+4
* 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