summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* exit with the bus now that we're activated by the busWilliam Jon McCann2008-05-051-57/+8
|
* always create the directories we needWilliam Jon McCann2008-02-251-13/+37
|
* guard against writing null string to keyfileWilliam Jon McCann2008-02-121-0/+5
| | | | Also make criticals fatal when starting with --debug.
* error out if unknown options are passed on command lineWilliam Jon McCann2007-10-221-2/+9
|
* untabifyWilliam Jon McCann2007-08-281-6/+6
|
* add a vt monitor test, move getfd to sysdeps, add a check for the root userWilliam Jon McCann2007-08-171-0/+6
|
* daemonize a little earlierWilliam Jon McCann2007-04-031-4/+4
|
* add a glib message to syslog handlerWilliam Jon McCann2007-04-031-7/+59
| | | | | Also add ability to toggle debugging when SIGUSR1 is received.
* daemonize properlyDavid Zeuthen2007-04-021-2/+1
|
* various leak fixesWilliam Jon McCann2007-03-131-1/+3
|
* exit if we can't acquire name at startup and fix a glib warningWilliam Jon McCann2007-03-061-9/+32
|
* fix warning from missing includeWilliam Jon McCann2007-02-131-4/+5
|
* create and delete pid fileS.Çağlar Onur2007-02-131-1/+24
| | | | | While try to play with ConsoleKit i realize it cannot create its pid file, so if needed attached patch adds that with copy/paste from PolicyKit :).
* support for reconnecting to the system busWilliam Jon McCann2007-02-071-45/+153
| | | | | Instead of exiting on disconnect this attempts to reconnect. Based on patch from: Timo Hoenig <thoenig@suse.de>
* Fix some small leaks. Add --timed-exit to daemon for valgrinding.William Jon McCann2006-11-061-1/+2
|
* Show message even when error is NULL. Fix valgrind script.William Jon McCann2006-11-061-0/+4
|
* Initial importWilliam Jon McCann2006-10-251-0/+141