summaryrefslogtreecommitdiff
path: root/src/console-kit.c
Commit message (Expand)AuthorAgeFilesLines
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-121-124/+99
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-136/+100
* Fix compile warningRobert Ancell2016-01-261-1/+2
* Add XDG_RUNTIME_DIR from ConsoleKit2Eric Koegel2016-01-251-0/+50
* Revert removal of ConsoleKit support.Robert Ancell2014-11-141-0/+262
* Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-011-262/+0
* Flesh out support for activating sessions with CK or logind to be more explicitMichael Terry2014-03-171-0/+43
* Simplify ConsoleKit codeRobert Ancell2012-02-281-156/+115
* Automatically lock sessions when switching away from themRobert Ancell2012-02-101-12/+77
* Use LD_PRELOAD to intercept system calls for testingRobert Ancell2011-09-291-1/+13
* Remove move duplicate code - where is this coming from??Robert Ancell2011-09-071-32/+0
* Get ultra paranoid in checking if error objects are set before printing them outRobert Ancell2011-09-071-8/+8
* Remove some accidentally duplicated codeRobert Ancell2011-09-071-58/+2
* Rename CK function to match the CK namesRobert Ancell2011-09-071-2/+2
* Fix getting session pathRobert Ancell2011-09-071-1/+1
* Move getuid code out of consolekit moduleRobert Ancell2011-09-071-7/+0
* Tidy up ConsoleKit codeRobert Ancell2011-09-071-14/+14
* make consolekit code more paranoidRobert Ancell2011-09-071-4/+4
* Fix crash when getting wrong response from ConsoleKitRobert Ancell2011-09-071-8/+9
* Only unlock ConsoleKit sessions as rootRobert Ancell2011-09-021-0/+3
* Fix ConsoleKit codeRobert Ancell2011-08-261-2/+2
* Move ConsoleKit code into it's own moduleRobert Ancell2011-08-231-0/+274