summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Basic test for ssh-agent communication and key typeswip/dueno/ecdsa-supportJakub Jelen2017-10-183-0/+662
* Support ECDSA in ssh-agent interfaceJakub Jelen2017-10-184-11/+452
* Typo private->publicJakub Jelen2017-09-221-1/+1
* Whitespace errorJakub Jelen2017-09-221-1/+1
* Test that ssh-agent started and sets environmentJakub Jelen2017-09-221-0/+23
* main: don't call close() with a negative valueCosimo Cecchi2017-04-271-2/+3
* Fixed two typos in messagesMaximilian Hess2017-03-291-2/+2
* Use Unicode in translatable stringsPiotr Drąg2016-10-182-5/+5
* Die if the XDG session we were started under goes awayIain Lane2016-08-181-0/+158
* ssh-agent: Fix boolean logic errorMichael McConville2016-04-181-1/+1
* Don't reject empty passwords for --unlockMatthias Clasen2016-02-151-2/+2
* Fix DBus "Type" property of org.freedesktop.Secret.Itemtomsod2015-12-161-0/+2
* daemon: reduce the amount of environment to send to the master processGiovanni Campagna2015-11-121-5/+0
* daemon: move autostart to PreDisplayServer phaseGiovanni Campagna2015-11-123-3/+3
* daemon: Fix amusing typoMichael Catanzaro2015-11-021-1/+1
* 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
* daemon: Kill off foreground proceses when session diesRay Strode2015-10-161-2/+25
* daemon: adjust CFLAGS for daemonCosimo Cecchi2015-10-161-1/+3
* daemon: fork before threads are spawnedRay Strode2015-10-161-22/+50
* 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