summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-11-065-23/+6
* daemon: Add socket files to EXTRA_DISTnielsdg/fix-buildsNiels De Graef2022-05-221-0/+5
* secret-portal: Properly check the default keyringnielsdg/default-keyring-in-portal-implNiels De Graef2022-05-211-1/+24
* GMutex initialization added.Gergő Doma2022-05-211-0/+1
* #105 fix looping off the end of the operations arrayJos Dehaes2022-05-211-1/+1
* Stop using volatile in conjunction with atomic operationswip/smcv/fix-ciSimon McVittie2022-05-213-8/+8
* daemon: Make it systemd-activatable through the control socketDaiki Ueno2021-03-266-21/+80
* Update libcap-ng capability handlingSteve Grubb2020-11-211-20/+34
* 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-3013-3/+855
* dbus-environment: Make Setenv request synchronuousBenjamin Berg2019-09-051-32/+30
* dbus-environment: Log Setenv call failure after initializationBenjamin Berg2019-09-051-5/+1
* test-gkd-ssh-agent-service: Avoid race condition with server threadSimon McVittie2019-04-161-12/+11
* ssh-agent: Make public key parsing even robusterwip/dueno/openssh-parseDaiki Ueno2018-07-141-0/+15
* Revert "ssh-agent: Set may_block to TRUE while waiting for ssh-agent process"Daiki Ueno2018-05-131-1/+1
* ssh-agent: Set may_block to TRUE while waiting for ssh-agent processDaiki Ueno2018-05-071-1/+1
* ssh-agent: Don't treat packet write error as fatalDaiki Ueno2018-05-071-2/+5
* ssh-agent: Make public key parsing robusterDaiki Ueno2018-05-072-11/+23
* login: Use password from login keyring once for the same interactionDaiki Ueno2018-03-241-7/+13
* login: Use the same label as before when storing passwordDaiki Ueno2018-03-201-1/+5
* ssh-agent: Don't be too verbose on password promptDaiki Ueno2018-03-201-3/+1
* build: Suppress compiler warnings with -Wdiscarded-qualifiersDaiki Ueno2018-03-201-2/+2
* ssh-agent: Make EOF handling robusterDaiki Ueno2018-03-193-5/+12
* ssh-agent: Allow opening multiple connections to inferior ssh-agentDaiki Ueno2018-03-196-46/+51
* ssh-agent: Use the same parameters for accessing login keyringDaiki Ueno2018-03-191-2/+3
* login: Allow different sets of secret attributes for lookup/storingDaiki Ueno2018-03-191-5/+23
* ssh-agent: Propagate stderr to journal when spawning ssh-addDaiki Ueno2018-03-194-3/+51
* build: Fix linking of test modules with "-z defs"Daiki Ueno2018-03-131-1/+2
* ssh-agent: Use stock ssh-agentStef Walter2018-03-0428-3924/+3181
* ssh-agent: Add GkdSshAgentInteraction APIDaiki Ueno2018-03-044-1/+445
* login: Add GkdLoginInteraction APIDaiki Ueno2018-03-045-0/+494
* login: Add non-varargs version of gkd_login_*_password() functionsDaiki Ueno2018-03-042-32/+104
* login: Fix memleak when secret store is not foundDaiki Ueno2018-02-191-0/+1
* login: Don't call g_object_unref() on NULLDaiki Ueno2018-02-171-1/+1
* login: Don't assume error if there is no matching tokenDaiki Ueno2018-02-171-1/+4
* daemon: Set NoDisplay=true for autostart filesJeremy Bicha2018-01-282-0/+2
* main: Remove unnecessary HAVE_LOCALE_H checksTing-Wei Lan2018-01-071-2/+0
* build: Fix issues on desktop file generationDaiki Ueno2017-12-131-1/+2
* ssh-agent: Support SHA2 extension for RSA signaturesJakub Jelen2017-11-294-64/+129
* Migrate from intltool to gettext.Niels De Graef2017-11-114-6/+8
* 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