summaryrefslogtreecommitdiff
path: root/daemon/ssh-agent
Commit message (Expand)AuthorAgeFilesLines
* 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-211-1/+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
* ssh-agent: Don't be too verbose on password promptDaiki Ueno2018-03-201-3/+1
* 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
* 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-0423-3854/+3156
* ssh-agent: Add GkdSshAgentInteraction APIDaiki Ueno2018-03-044-1/+445
* ssh-agent: Support SHA2 extension for RSA signaturesJakub Jelen2017-11-294-64/+129
* 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
* ssh-agent: Fix boolean logic errorMichael McConville2016-04-181-1/+1
* Revert "ssh-agent: Fix leak in search_keys_like_attributes()"Christophe Fergeau2015-03-061-4/+1
* 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
* Makefile.am: Use a single non-recursive MakefileStef Walter2014-03-051-17/+14
* Fix for deprecations in glib 2.35.0Stef Walter2012-10-221-0/+2
* Remove support code for old glib versionsStef Walter2012-06-271-14/+0
* Bring over new egg'd components from gcrStef Walter2012-04-071-1/+1
* daemon: Update for changes in gckStef Walter2011-12-222-9/+9
* Update for GckBuilder changes in libgckStef Walter2011-12-084-183/+224
* Fix for deprecations in glib 2.31.xStef Walter2011-12-072-3/+18
* Build correctly with glib 2.31Stef Walter2011-10-261-8/+2
* Split Gcr and Gck libraries out of gnome-keyringsplitStef Walter2011-10-063-3/+4
* Secure memory taggingStef Walter2011-09-102-1/+4
* Fix compile warnings when building with --disable-debugStef Walter2011-08-301-1/+1
* gck: Cleanup gck API for consistencyStef Walter2011-08-251-1/+1
* gck: Dump major version number due to recent API refactoring.Stef Walter2011-07-091-1/+1
* Remove extraneous argument from gck_module_new and gck_module_initializeStef Walter2011-07-062-2/+2
* gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter2011-07-061-1/+1
* Fix build with GCC 4.6.0Stef Walter2011-06-071-1/+1
* Fix more gcc 4.6 warnings.Marc Plano-Lesay2011-04-231-2/+0
* Rename CKA_G_ trust prefix to CKA_X_ and move to own file.Stef Walter2010-12-101-1/+0
* [gck] Mark the gck API as unstable with a define.Stef Walter2010-10-011-1/+2
* [gck] Cleanup use of 'full' functions.Stef Walter2010-09-272-14/+14
* [gck] Add session options, remove module options.Stef Walter2010-09-273-6/+6
* Merge branch 'master' into gck-workStef Walter2010-09-121-1/+2
|\