summaryrefslogtreecommitdiff
path: root/daemon/gkd-main.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-14daemon: Provide caller syncronization for quitting the daemonStef Walter1-0/+2
2014-03-06daemon: Stop exposing a GNOME_KEYRING_PID variableStef Walter1-9/+7
2014-03-06daemon: Stop exporting the $GNOME_KEYRING_CONTROL env variableStef Walter1-0/+10
2014-03-06daemon: Don't log debug messages to syslogStef Walter1-5/+7
2014-03-06daemon: Don't initialize in an idle handler, this is racyStef Walter1-21/+16
2014-03-06daemon: Use GLib unix signal handlingStef Walter1-91/+22
2014-03-06daemon: Exit gnome-keyring-daemon when the DBus connection closesStef Walter1-2/+2
2014-03-06daemon: When in foreground mode, close stdout when done initializingStef Walter1-0/+13
2014-03-05daemon: Add new --unlock option to prompt for login passwordStef Walter1-2/+16
2013-10-15daemon: Add gnome-keyring-daemon manual pageStef Walter1-1/+1
2013-10-15daemon: Add new line at the end of startup messagesStef Walter1-4/+4
2013-09-23daemon: Fix lapse where the login password is read in pointer-sized chunksLars Seipel1-1/+1
2012-10-22Fix for deprecations in glib 2.35.0Stef Walter1-0/+2
2012-09-25daemon: Call setlocale() before completing initializationStef Walter1-0/+4
2012-08-11daemon: When --replace quit all running daemonsStef Walter1-1/+7
2012-08-11daemon: If control directory in environment use when replacingStef Walter1-3/+10
2012-08-11daemon: Be quiet while replacing another daemonStef Walter1-1/+1
2012-07-18daemon: Use setsid() to become a process leader when daemonizingYclept Nemo1-0/+7
2012-06-27daemon: Perform initialization in the main loopStef Walter1-3/+9
2012-04-07Bring over new egg'd components from gcrStef Walter1-3/+5
2011-12-07Fix for deprecations in glib 2.31.xStef Walter1-1/+0
2011-10-06Split Gcr and Gck libraries out of gnome-keyringStef Walter1-0/+1
2011-09-26Rework configure build options based on recent mailing list postsStef Walter1-6/+6
2011-09-10Secure memory taggingStef Walter1-0/+60
2011-08-31daemon: Wait a moment after replacing another daemonStef Walter1-1/+12
2011-06-07Fix build with GCC 4.6.0Stef Walter1-1/+1
2011-04-23Better testing configure options.Stef Walter1-2/+2
2011-04-23Fix more gcc 4.6 warnings.Marc Plano-Lesay1-2/+0
2011-03-01If DBus couldn't be initialized when starting up try again.Stef Walter1-5/+15
2011-01-19Add support for --version to gnome-keyring-daemon and gnome-keyringStef Walter1-0/+15
2010-12-28[daemon] convert component names to macrosSaleem Abdulrasool1-8/+14
2010-11-13Linux capabilities to overcome limits on locked memory.Yaron Sheffer1-0/+7
2010-11-02A few assorted nits and typosYaron Sheffer1-2/+2
2010-10-19[daemon] Add timeout if PAM startup doesn't complete shortly.Josselin Mouette1-0/+19
2010-10-19[wrap-layer] Fix login keyring password doesn't match login.Stef Walter1-1/+1
2010-07-30[daemon] Add --replace option to daemon.Stef Walter1-20/+49
2010-06-12Merge branch 'master' into gpg-agentStef Walter1-1/+1
2010-06-12[daemon] Fix deadlock on secure memory usage.Stef Walter1-1/+1
2010-06-12Merge branch 'master' into gpg-agentStef Walter1-13/+12
2010-06-12[daemon] Remove old code that's now in the wrap-layerStef Walter1-2/+1
2010-06-08Simpler way to define secure memory callbacks.Stef Walter1-2/+4
2010-05-24Fix broken startup when used with gdm and password-less login.Stef Walter1-9/+7
2010-05-08Start work on gpg-agent, incomplete.Stef Walter1-3/+27
2010-03-19More robust error display and handling.Stef Walter1-1/+2
2010-02-14[daemon] Rework the startup again, singleton crontrolled via dbus.Stef Walter1-18/+48
2009-12-19[daemon] Refactor the startup.Stef Walter1-122/+91
2009-12-19[daemon] Large refactoring of prompting for pkcs11 logins.Stef Walter1-15/+4
2009-12-17Remove old keyring socket, library and code support.Stef Walter1-9/+0
2009-12-17[daemon] Rework control, and implement login keyring support.Stef Walter1-6/+16
2009-12-16[daemon] Use new control protocol for daemon.Stef Walter1-0/+815