summaryrefslogtreecommitdiff
path: root/daemon/dbus
Commit message (Expand)AuthorAgeFilesLines
* secret-portal: Properly check the default keyringnielsdg/default-keyring-in-portal-implNiels De Graef2022-05-211-1/+24
* Stop using volatile in conjunction with atomic operationswip/smcv/fix-ciSimon McVittie2022-05-212-7/+7
* Don't use g_type_class_add_private()Niels De Graef2020-01-141-3/+2
* build: Supply proper cflags for test-dbus-portalDaiki Ueno2020-01-141-1/+1
* dbus: Implement secret portal backendDaiki Ueno2019-09-309-2/+842
* dbus-environment: Make Setenv request synchronuousBenjamin Berg2019-09-051-32/+30
* dbus-environment: Log Setenv call failure after initializationBenjamin Berg2019-09-051-5/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-182-5/+5
* Fix DBus "Type" property of org.freedesktop.Secret.Itemtomsod2015-12-161-0/+2
* dbus: Correctly handle alias paths in lookup_collectionDmitry Shachnev2015-10-231-1/+7
* secret-prompt: don't explicitly disconnect skeleton signalsCosimo Cecchi2015-10-171-2/+0
* dbus: Fix object path regression from GDBus portStef Walter2015-10-173-0/+14
* dbus: Initialize secret service before claiming nameJan Alexander Steffens (heftig)2015-10-071-5/+5
* dbus: don't initialize aliases lazilyCosimo Cecchi2015-08-311-30/+16
* dbus: simplify setting default pathCosimo Cecchi2015-08-311-23/+17
* dbus: remove unused code pathCosimo Cecchi2015-08-311-10/+3
* 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-291-1/+0
* Port gnome-keyring-daemon to GDBusCosimo Cecchi2015-06-2937-3024/+2311
* daemon: Fix GStrv leak in DBus message handlerChristophe Fergeau2014-11-131-2/+5