summaryrefslogtreecommitdiff
path: root/src/ck-seat.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Fix a robustness race condition that was sometimes causing ConsoleKit toBrian Cameron1-5/+21
2011-12-15Add ConsoleKit MultiSeat support. See bug 19333.Brian Cameron1-32/+786
2010-09-20dbus: bump dependency on dbus-glib to 0.82Michael Biebl1-1/+0
2010-08-03Only load seat files with a .seat extensionWilliam Jon McCann1-0/+2
2010-05-20Revert "Enhancement CanActivateSessions for OpenSolaris."Halton Huo1-25/+1
2010-04-19Enhancement CanActivateSessions for OpenSolaris.Halton Huo1-1/+25
2009-09-24fix styleWilliam Jon McCann1-7/+14
2009-09-24Fix a crasherWilliam Jon McCann1-1/+0
2009-09-14fix a few small leaksWilliam Jon McCann1-5/+10
2009-08-12Add seat.d/ callout directory and guarantee we dump the database before callo...Lennart Poettering1-10/+151
2009-08-12database: write the console database to disk before signalling via dbusLennart Poettering1-17/+2
2009-08-11when printing size_t use %z format stringLennart Poettering1-1/+1
2008-07-21fix up signal definitionWilliam Jon McCann1-2/+2
2008-06-11use object paths instead of strings for signalsWilliam Jon McCann1-2/+2
2008-02-25solaris doesn't like printing nullBrian Cameron1-1/+1
2008-02-12ck_seat_get_active_session shouldn't return a null ssidWilliam Jon McCann1-3/+23
2008-02-12guard against writing null string to keyfileWilliam Jon McCann1-1/+5
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
2007-10-10maintain a file with the dump of the local databaseDavid Zeuthen1-2/+84
2007-10-10remove session/seat from list before signalingWilliam Jon McCann1-7/+21
2007-10-04add a way to synchronously run programs on session add/remove/activity_changeDavid Zeuthen1-0/+5
2007-08-21abstract out the tty device basename stuffWilliam Jon McCann1-9/+6
2007-07-20Add preliminary support for seats with devicesWilliam Jon McCann1-0/+219
2007-04-03add a glib message to syslog handlerWilliam Jon McCann1-11/+10
2007-03-19add CanActivateSessions to Seat interfaceWilliam Jon McCann1-0/+14
2007-03-13various leak fixesWilliam Jon McCann1-4/+11
2007-03-06use paths.h if availableWilliam Jon McCann1-2/+9
2007-03-06allow for the possibility of matching multiple sessions for deviceWilliam Jon McCann1-15/+145
2007-02-15convert all tabs to spacesWilliam Jon McCann1-9/+9
2007-02-12use the supplied vt number when updating active sessionWilliam Jon McCann1-12/+19
2007-02-06Don't keep last session active when switching to a VT withoutWilliam Jon McCann1-3/+1
2006-10-31Add a script to test FUS related functionality.William Jon McCann1-1/+4
2006-10-25Initial importWilliam Jon McCann1-0/+724