summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-21fix: remove the rest of the gcc warningsEric Koegel1-3/+3
2016-06-10Initialize/finish sysdeps when bus is aquired/lostJason Zaman1-0/+4
2015-06-07Don't delete the inhibit files on startupEric Koegel1-39/+0
2015-05-17Remove the pam-foreground-compat.ckEric Koegel1-33/+0
2015-04-13main: cleanly exit on name lossEric Koegel1-7/+13
2015-04-13Port CkManager to GDBusEric Koegel1-117/+30
2014-12-11Fixup a couple of missed hardcoded /var/run/ usagesRobby Workman1-1/+1
2014-12-08Add --with-rundir configure flagRobby Workman1-1/+1
2014-10-19Delete any lingering inhibit pipes on startupEric Koegel1-0/+38
2014-10-12Mark more user strings for i18nEric Koegel1-1/+1
2014-10-12Add i18n supportEric Koegel1-0/+10
2014-10-10fix resource leakEric Koegel1-1/+1
2014-10-05Do not use deprecated glib function g_atexitEric Koegel1-1/+1
2014-10-05Add an --enable-debug=full optionEric Koegel1-5/+10
2014-10-04Improve FreeBSD supportEric Koegel1-0/+17
2014-10-01Cleanup console tag files on application startup and shutdown.Eric Koegel1-1/+41
2014-09-30Clean up some compiler warnings and deprecated functionsEric Koegel1-1/+12
2010-09-20dbus: bump dependency on dbus-glib to 0.82Michael Biebl1-1/+0
2010-01-29format not a string literal and no format argumentsFrederic Crozat1-1/+1
2009-12-21Don't take bus name until readyRay Strode1-8/+8
2008-05-05exit with the bus now that we're activated by the busWilliam Jon McCann1-57/+8
2008-02-25always create the directories we needWilliam Jon McCann1-13/+37
2008-02-12guard against writing null string to keyfileWilliam Jon McCann1-0/+5
2007-10-22error out if unknown options are passed on command lineWilliam Jon McCann1-2/+9
2007-08-28untabifyWilliam Jon McCann1-6/+6
2007-08-17add a vt monitor test, move getfd to sysdeps, add a check for the root userWilliam Jon McCann1-0/+6
2007-04-03daemonize a little earlierWilliam Jon McCann1-4/+4
2007-04-03add a glib message to syslog handlerWilliam Jon McCann1-7/+59
2007-04-02daemonize properlyDavid Zeuthen1-2/+1
2007-03-13various leak fixesWilliam Jon McCann1-1/+3
2007-03-06exit if we can't acquire name at startup and fix a glib warningWilliam Jon McCann1-9/+32
2007-02-13fix warning from missing includeWilliam Jon McCann1-4/+5
2007-02-13create and delete pid fileS.Çağlar Onur1-1/+24
2007-02-07support for reconnecting to the system busWilliam Jon McCann1-45/+153
2006-11-06Fix some small leaks. Add --timed-exit to daemon for valgrinding.William Jon McCann1-1/+2
2006-11-06Show message even when error is NULL. Fix valgrind script.William Jon McCann1-0/+4
2006-10-25Initial importWilliam Jon McCann1-0/+141