summaryrefslogtreecommitdiff
path: root/src/ck-manager.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Only load seat files with a .seat extensionWilliam Jon McCann1-4/+6
2010-08-03Fix a few memory leaksAnders Kaseorg1-0/+7
2010-06-30Only set sessions to be is-local=true if set by a trusted partyWilliam Jon McCann1-2/+164
2010-01-28Don't segfault if the seats file is invalid.Michael Biebl1-0/+4
2009-11-10Implement CanRestart and CanStop interfaces on Solaris.Halton Huo1-9/+22
2009-09-24fix a small memory leakMatthias Clasen1-6/+1
2009-08-12Add seat.d/ callout directory and guarantee we dump the database before callo...Lennart Poettering1-15/+41
2009-08-12database: write the console database to disk before signalling via dbusLennart Poettering1-10/+19
2009-08-11make CK database world readableLennart Poettering1-1/+1
2009-07-20Port to PolicyKit 1.0 apisMatthias Clasen1-468/+205
2009-07-16avoid a (harmless) warning messageMatthias Clasen1-1/+1
2008-07-30don't allow reboot if PolicyKit and RBAC are disabledWilliam Jon McCann1-13/+14
2008-07-22use object paths for seat added/removed signals per specWilliam Jon McCann1-4/+4
2008-05-05export login session id to the busWilliam Jon McCann1-0/+9
2008-04-19always try to detect parameters for sessionWilliam Jon McCann1-11/+5
2008-04-18install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann1-2/+2
2008-04-16return PolicyKit results when not privileged for actionWilliam Jon McCann1-2/+3
2008-02-25always create the directories we needWilliam Jon McCann1-24/+39
2008-02-12ck_seat_get_active_session shouldn't return a null ssidWilliam Jon McCann1-20/+11
2008-01-29add support for logging start/stop/restartWilliam Jon McCann1-4/+55
2008-01-28make polkit optional and use RBAC on SolarisBrian Cameron1-1/+70
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 McCann1-1/+1
2008-01-23actually register the error type with dbusWilliam Jon McCann1-0/+1
2008-01-23add GetSessions method to Manager interfaceWilliam Jon McCann1-0/+25
2008-01-23add error type to managerWilliam Jon McCann1-0/+22
2008-01-22initial stop/restart supportWilliam Jon McCann1-58/+609
2007-10-22dump session leader infoWilliam Jon McCann1-0/+9
2007-10-22move session leader stuff into a separate classWilliam Jon McCann1-377/+105
2007-10-21add last mode, filtering by user/seat; shorten logged idsWilliam Jon McCann1-10/+24
2007-10-17add a basic ck-history commandWilliam Jon McCann1-21/+21
2007-10-16add event logging capabilityWilliam Jon McCann1-6/+334
2007-10-10maintain a file with the dump of the local databaseDavid Zeuthen1-5/+199
2007-10-10remove session/seat from list before signalingWilliam Jon McCann1-12/+45
2007-08-28untabifyWilliam Jon McCann1-8/+8
2007-08-16move all proc stuff into ck-sysdepsWilliam Jon McCann1-25/+27
2007-07-20Add preliminary support for seats with devicesWilliam Jon McCann1-2/+52
2007-04-03add a glib message to syslog handlerWilliam Jon McCann1-21/+20
2007-04-02add unix-user to parse listWilliam Jon McCann1-1/+1
2007-03-13deprecate the user properties and add unix-user propertiesWilliam Jon McCann1-8/+17
2007-03-13various leak fixesWilliam Jon McCann1-3/+35
2007-03-09add uuid to cookieWilliam Jon McCann1-1/+9
2007-03-06check for empty strings as well as nullWilliam Jon McCann1-7/+9
2007-03-06use a slightly more sophisticated rule for adding sessions to static seatWilliam Jon McCann1-5/+32
2007-03-05add x11-display-device to parse tableWilliam Jon McCann1-6/+7
2007-03-05rename host-name in one more placeWilliam Jon McCann1-6/+6
2007-03-05use an async job to collect session infoWilliam Jon McCann1-76/+202
2007-02-28lay the groundwork for making open session asyncWilliam Jon McCann1-118/+252
2007-02-26rename some items in proc.h api; add some more error checkingWilliam Jon McCann1-38/+66
2007-02-21add support for glib < 2.12William Jon McCann1-1/+24