summaryrefslogtreecommitdiff
path: root/daemon/gkd-main.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Make it systemd-activatable through the control socketDaiki Ueno2021-03-261-0/+1
* main: Remove unnecessary HAVE_LOCALE_H checksTing-Wei Lan2018-01-071-2/+0
* main: don't call close() with a negative valueCosimo Cecchi2017-04-271-2/+3
* Die if the XDG session we were started under goes awayIain Lane2016-08-181-0/+158
* daemon: Kill off foreground proceses when session diesRay Strode2015-10-161-2/+25
* daemon: fork before threads are spawnedRay Strode2015-10-161-22/+50
* daemon: Remove the GnuPG agentStef Walter2015-06-071-17/+1
* daemon: Provide caller syncronization for quitting the daemonStef Walter2014-03-141-0/+2
* daemon: Stop exposing a GNOME_KEYRING_PID variableStef Walter2014-03-061-9/+7
* daemon: Stop exporting the $GNOME_KEYRING_CONTROL env variableStef Walter2014-03-061-0/+10
* daemon: Don't log debug messages to syslogStef Walter2014-03-061-5/+7
* daemon: Don't initialize in an idle handler, this is racyStef Walter2014-03-061-21/+16
* daemon: Use GLib unix signal handlingStef Walter2014-03-061-91/+22
* daemon: Exit gnome-keyring-daemon when the DBus connection closesStef Walter2014-03-061-2/+2
* daemon: When in foreground mode, close stdout when done initializingStef Walter2014-03-061-0/+13
* daemon: Add new --unlock option to prompt for login passwordStef Walter2014-03-051-2/+16
* daemon: Add gnome-keyring-daemon manual pageStef Walter2013-10-151-1/+1
* daemon: Add new line at the end of startup messagesStef Walter2013-10-151-4/+4
* daemon: Fix lapse where the login password is read in pointer-sized chunksLars Seipel2013-09-231-1/+1
* Fix for deprecations in glib 2.35.0Stef Walter2012-10-221-0/+2
* daemon: Call setlocale() before completing initializationStef Walter2012-09-251-0/+4
* daemon: When --replace quit all running daemonsStef Walter2012-08-111-1/+7
* daemon: If control directory in environment use when replacingStef Walter2012-08-111-3/+10
* daemon: Be quiet while replacing another daemonStef Walter2012-08-111-1/+1
* daemon: Use setsid() to become a process leader when daemonizingYclept Nemo2012-07-181-0/+7
* daemon: Perform initialization in the main loopStef Walter2012-06-271-3/+9
* Bring over new egg'd components from gcrStef Walter2012-04-071-3/+5
* Fix for deprecations in glib 2.31.xStef Walter2011-12-071-1/+0
* Split Gcr and Gck libraries out of gnome-keyringsplitStef Walter2011-10-061-0/+1
* Rework configure build options based on recent mailing list postsStef Walter2011-09-261-6/+6
* Secure memory taggingStef Walter2011-09-101-0/+60
* daemon: Wait a moment after replacing another daemonStef Walter2011-08-311-1/+12
* Fix build with GCC 4.6.0Stef Walter2011-06-071-1/+1
* Better testing configure options.Stef Walter2011-04-231-2/+2
* Fix more gcc 4.6 warnings.Marc Plano-Lesay2011-04-231-2/+0
* If DBus couldn't be initialized when starting up try again.Stef Walter2011-03-011-5/+15
* Add support for --version to gnome-keyring-daemon and gnome-keyringStef Walter2011-01-191-0/+15
* [daemon] convert component names to macrosSaleem Abdulrasool2010-12-281-8/+14
* Linux capabilities to overcome limits on locked memory.Yaron Sheffer2010-11-131-0/+7
* A few assorted nits and typosYaron Sheffer2010-11-021-2/+2
* [daemon] Add timeout if PAM startup doesn't complete shortly.Josselin Mouette2010-10-191-0/+19
* [wrap-layer] Fix login keyring password doesn't match login.Stef Walter2010-10-191-1/+1
* [daemon] Add --replace option to daemon.Stef Walter2010-07-301-20/+49
* Merge branch 'master' into gpg-agentStef Walter2010-06-121-1/+1
|\
| * [daemon] Fix deadlock on secure memory usage.Stef Walter2010-06-121-1/+1
* | Merge branch 'master' into gpg-agentStef Walter2010-06-121-13/+12
|\ \ | |/
| * [daemon] Remove old code that's now in the wrap-layerStef Walter2010-06-121-2/+1
| * Simpler way to define secure memory callbacks.Stef Walter2010-06-081-2/+4
| * Fix broken startup when used with gdm and password-less login.Stef Walter2010-05-241-9/+7
* | Start work on gpg-agent, incomplete.Stef Walter2010-05-081-3/+27
|/