summaryrefslogtreecommitdiffstats
path: root/src/ck-job.c
Commit message (Collapse)AuthorAgeFilesLines
* fix the script to work with recent dbus-python api changesWilliam Jon McCann2008-04-191-1/+0
|
* First attempt a making ConsoleKit work on FreeBSDFlorent Thoumie2007-08-251-0/+1
| | | | | | | | - Add some ifdef's to make the code compile. - Add ck-sysdeps-freebsd.c, based on the Linux version, which means it's using linprocfs right now. Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* don't use stderr or stdout as variable namesWilliam Jon McCann2007-08-071-11/+11
|
* add a glib message to syslog handlerWilliam Jon McCann2007-04-031-11/+10
| | | | | Also add ability to toggle debugging when SIGUSR1 is received.
* use an async job to collect session infoWilliam Jon McCann2007-03-051-0/+392
Use an async helper job to collect session info for the OpenSession() method.