summaryrefslogtreecommitdiffstats
path: root/src/ck-session.h
Commit message (Collapse)AuthorAgeFilesLines
* Move ck_session_run_programs() from ck-run-programs.h to ck-session.hLennart Poettering2009-08-111-0/+3
| | | | It's a method of CkSession hence it belongs in ck-session.h
* export login session id to the busWilliam Jon McCann2008-05-051-3/+3
|
* initial login session id supportWilliam Jon McCann2008-04-031-0/+6
| | | | | | | | Linux audit session id support. Still TODO: * determine if session id should be hidden * export to bus * add to event log * figure out how to add it to non-generated sessions
* maintain a file with the dump of the local databaseDavid Zeuthen2007-10-101-0/+3
| | | | | | | | This feature is useful for programs wanting to read the database without going through the D-Bus interface. This is sometimes desirable when both performance and runtime dependencies are important. For security reasons the file is only readable for the super user.
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-2/+6
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann2007-03-051-3/+3
|
* add x11-display-device attributeWilliam Jon McCann2007-03-051-83/+89
| | | | | | In certain cases it is necessary to distinguish the display-device (tty of session leader) from the x11-display-device (tty of xorg process).
* make the idle hint getters sync dbus methodsWilliam Jon McCann2007-02-201-2/+4
| | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal.
* rename idle methods and signal to indicate they are hintsWilliam Jon McCann2007-02-201-12/+12
| | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
* add creation and idle-since timesWilliam Jon McCann2007-02-151-0/+5
| | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
* implement get/set idle methodsWilliam Jon McCann2007-02-151-3/+4
| | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question.
* Initial importWilliam Jon McCann2006-10-251-0/+156