summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* untabifyWilliam Jon McCann2007-08-281-8/+8
|
* move all proc stuff into ck-sysdepsWilliam Jon McCann2007-08-161-25/+27
|
* Add preliminary support for seats with devicesWilliam Jon McCann2007-07-201-2/+52
|
* add a glib message to syslog handlerWilliam Jon McCann2007-04-031-21/+20
| | | | | Also add ability to toggle debugging when SIGUSR1 is received.
* add unix-user to parse listWilliam Jon McCann2007-04-021-1/+1
| | | | Oops.
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-8/+17
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* various leak fixesWilliam Jon McCann2007-03-131-3/+35
|
* add uuid to cookieWilliam Jon McCann2007-03-091-1/+9
|
* check for empty strings as well as nullWilliam Jon McCann2007-03-061-7/+9
|
* use a slightly more sophisticated rule for adding sessions to static seatWilliam Jon McCann2007-03-061-5/+32
|
* add x11-display-device to parse tableWilliam Jon McCann2007-03-051-6/+7
|
* rename host-name in one more placeWilliam Jon McCann2007-03-051-6/+6
|
* use an async job to collect session infoWilliam Jon McCann2007-03-051-76/+202
| | | | | Use an async helper job to collect session info for the OpenSession() method.
* lay the groundwork for making open session asyncWilliam Jon McCann2007-02-281-118/+252
| | | | | | | | | | Restructure things a bit so that we can be completely async about creating sessions. We want to do this so we can use callouts to gather session info or to verify info. Also make the OpenSession create a parameter list and then create the session rather than creating the session and changing attributes. This is less racy and the session will be complete and correct before any signals are emitted.
* rename some items in proc.h api; add some more error checkingWilliam Jon McCann2007-02-261-38/+66
| | | | | Make the proc.h API more coherent. Convert some warnings to debug statements. Fix two leaks. Add more error checking.
* add support for glib < 2.12William Jon McCann2007-02-211-1/+24
| | | | Copy the iso8601 function from glib to support versions less than 2.12.
* make separate test scripts for open session methodsWilliam Jon McCann2007-02-211-0/+1
|
* add a system-idle-hint and system-idle-since-hintWilliam Jon McCann2007-02-201-18/+142
| | | | | The system idle hint is TRUE when there are no busy (ie non-idle) sessions. So the system is idle when there are no sessions or all sessions are idle.
* restrict access to CloseSessionWilliam Jon McCann2007-02-151-0/+77
| | | | Only allow the uid and pid that opened the session to close it.
* convert all tabs to spacesWilliam Jon McCann2007-02-151-77/+77
|
* Add some more debugging outputWilliam Jon McCann2007-02-061-1/+7
|
* Fix some small leaks. Add --timed-exit to daemon for valgrinding.William Jon McCann2006-11-061-1/+10
|
* Show message even when error is NULL. Fix valgrind script.William Jon McCann2006-11-061-1/+0
|
* Initial importWilliam Jon McCann2006-10-251-0/+1017