summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues highlighted by GCC 5.0.xStef Walter2015-03-231-1/+1
* Revert "ssh-agent: Fix leak in search_keys_like_attributes()"Christophe Fergeau2015-03-061-4/+1
* Fix "void function should not return a value" error for clangTing-Wei Lan2014-11-201-1/+1
* daemon: Fix GStrv leak in DBus message handlerChristophe Fergeau2014-11-131-2/+5
* gpg-agent: Use common code for storing/retrieving passwordsStef Walter2014-11-081-248/+21
* login: Factor out the code for storing/retrieving login keyring passwordsStef Walter2014-11-083-0/+321
* gpg-agent: No longer build the testing standalone agentStef Walter2014-11-081-15/+0
* GkdGpgAgent: Unref GIOChannel when no longer neededChristophe Fergeau2014-10-141-0/+1
* Free GkdSecretService::alias_directory in finalize()Christophe Fergeau2014-10-141-0/+3
* test-startup: Use g_strfreev to free GStrv variableChristophe Fergeau2014-10-141-2/+2
* test-dbus-items: Fix memory leakChristophe Fergeau2014-10-141-1/+3
* ssh-agent: Fix leak in op_request_identitiesChristophe Fergeau2014-10-141-3/+4
* ssh-agent: Fix leak in op_v1_request_identitiesChristophe Fergeau2014-10-141-4/+4
* ssh-agent: Fix leak in search_keys_like_attributes()Christophe Fergeau2014-10-141-1/+4
* ssh-agent: Fix leak in remove_by_public_key()Christophe Fergeau2014-10-141-0/+1
* daemon: Provide caller syncronization for quitting the daemonStef Walter2014-03-144-13/+39
* daemon: Stop exposing a GNOME_KEYRING_PID variableStef Walter2014-03-062-10/+7
* daemon: Stop exporting the $GNOME_KEYRING_CONTROL env variableStef Walter2014-03-065-14/+62
* daemon: Use $XDG_RUNTIME_DIR to create keyring socket directoryStef Walter2014-03-062-31/+87
* 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: During testing write aliases to right directoryStef Walter2014-03-061-0/+10
* daemon: More indicative preconditions when startup ordering goes badStef Walter2014-03-062-2/+12
* daemon: Use GLib unix signal handlingStef Walter2014-03-063-93/+67
* daemon: Exit gnome-keyring-daemon when the DBus connection closesStef Walter2014-03-064-4/+132
* daemon: Add a test of the control directory and environment variablesStef Walter2014-03-066-26/+369
* daemon: When in foreground mode, close stdout when done initializingStef Walter2014-03-061-0/+13
* egg: Remove egg_mkdtemp() functions and use g_mkdtemp() insteadStef Walter2014-03-061-2/+1
* daemon: Add new --unlock option to prompt for login passwordStef Walter2014-03-051-2/+16
* Makefile.am: Use parallel tests for 'make check'Stef Walter2014-03-051-1/+4
* Makefile.am: Use a single non-recursive MakefileStef Walter2014-03-0527-240/+191
* Makefile.am: Move tests into same directories as tested codeStef Walter2014-03-0517-108/+89
* Remove old FSF license from header filesStef Walter2014-01-0866-181/+115
* 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
* daemon: Fix running gnome-keyring-daemon under test harnessStef Walter2013-08-171-6/+4
* daemon: Fix running tests without installed gnome-keyringStef Walter2013-06-181-1/+8
* Fixed typo in string. Fixes bug #697502Martin Olsson2013-06-131-1/+1
* Fix implementation of LockService dbus methodStef Walter2013-04-306-2/+201
* Update introspection to match the new SearchItems behaviorDmitry Shachnev2013-03-141-2/+1
* secret-store: Update the Created and Modified properties correctlyStef Walter2013-03-052-0/+202
* dbus: Refactor out testing code for starting gnome-keyring-daemonStef Walter2013-03-055-293/+269
* pkcs11: Remove the roots-store now provided by p11-kitStef Walter2013-03-042-7/+0
* dbus: Only return one object path list from Collection.SearchItems()Stef Walter2013-03-045-16/+291
* dbus: Don't reverse the order of items returned from SearchItems()Stef Walter2013-02-151-0/+3
* dbus: Set correct type for Collection's "Locked" property.Dmitry Shachnev2012-12-271-1/+1
* Don't warn if the GNOME session manager is not availableStef Walter2012-12-271-1/+5
* dbus: Handle empty secrets correctlyStef Walter2012-11-091-2/+2
* Fix for deprecations in glib 2.35.0Stef Walter2012-10-224-0/+8