summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* dbus: fix warning messages syntaxwip/cosimoc/gdbus-fixesCosimo Cecchi2015-08-291-4/+4
* dbus: cosmetic cleanupsCosimo Cecchi2015-08-293-38/+0
* dbus: use g_memdup()Cosimo Cecchi2015-08-291-2/+2
* dbus: fix marshalling of GkdSecretSecretCosimo Cecchi2015-08-291-8/+6
* dbus: fix marshalling of OpenSession resultCosimo Cecchi2015-08-291-5/+3
* dbus: use sizeof(guchar) instead of sizeof(guint8)Cosimo Cecchi2015-08-292-3/+3
* dbus: fix wrong unpacking of Attributes variantCosimo Cecchi2015-08-291-2/+1
* dbus: rewrite default alias in message filterCosimo Cecchi2015-08-292-38/+64
* dbus: only emit 'Completed' signal to original callerCosimo Cecchi2015-08-292-5/+16
* dbus: do not handle methods when they don't match initial callerCosimo Cecchi2015-08-295-0/+40
* dbus: Fix regression endless loop when handling GetEnvironmentStef Walter2015-07-261-2/+1
* dbus: Clearer message for unlock prompt failureStef Walter2015-07-011-1/+1
* dbus: Fix another GVariant type stringStef Walter2015-07-011-1/+1
* dbus: Fix GVariant signature used to encode secretStef Walter2015-07-011-1/+1
* dbus: Fix inverted g_strcmp0 check when initializing gnome-sessionStef Walter2015-06-301-1/+1
* daemon: Don't rebuild DBus generated files on every makeStef Walter2015-06-301-3/+3
* dbus: try again to fix builddir != srcdirCosimo Cecchi2015-06-291-3/+3
* dbus: try to fix srcdir != builddirCosimo Cecchi2015-06-291-3/+3
* Fix distcheckCosimo Cecchi2015-06-291-0/+6
* Fix spaces -> tabsCosimo Cecchi2015-06-2916-426/+426
* Annotate generated types from gdbus-codegenCosimo Cecchi2015-06-297-113/+120
* dbus-error: fix error messageCosimo Cecchi2015-06-291-1/+1
* dbus-objects: return correct DBus error codesCosimo Cecchi2015-06-291-3/+3
* dbus-error: check for error != NULLCosimo Cecchi2015-06-291-0/+2
* dbus: plug some memory leaksCosimo Cecchi2015-06-292-21/+32
* build: don't put generated files in $(srcdir)Cosimo Cecchi2015-06-291-3/+3
* dbus: cleanup error handlingCosimo Cecchi2015-06-291-3/+3
* dbus-session: don't forget to assign signal registration IDCosimo Cecchi2015-06-291-6/+6
* dbus-environment: plug a memory leakCosimo Cecchi2015-06-291-1/+4
* dbus-service: make sure all clients are registered before handling requestsCosimo Cecchi2015-06-291-67/+67
* test: adapt for gdbus-codegen PropertiesChanged behaviorCosimo Cecchi2015-06-291-8/+40
* egg: remove egg-dbus.[ch]Cosimo Cecchi2015-06-292-2/+0
* Port gnome-keyring-daemon to GDBusCosimo Cecchi2015-06-2937-3024/+2311
* daemon: Remove the GnuPG agentStef Walter2015-06-0715-1552/+7
* 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