summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* agent: Fix regression in recent ssh changes.Werner Koch2016-08-091-3/+9
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-092-15/+0
* agent: SSH support improvement.NIIBE Yutaka2016-08-092-2/+2
* agent: More clean up of SSH support.NIIBE Yutaka2016-08-082-95/+29
* agent: Fix long standing regression tracking the connection count.Werner Koch2016-08-063-0/+22
* agent: Clean up SSH support.NIIBE Yutaka2016-08-061-127/+11
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-032-2/+2
* Fix spelling and grammar.Daniel Kahn Gillmor2016-08-031-3/+3
* agent: Add known keys to sshcontrol.Justus Winter2016-07-191-7/+9
* agent: Fix passphrase cache lookups.Justus Winter2016-07-181-2/+11
* build: Require latest released librariesWerner Koch2016-07-141-22/+1
* agent: Fix envvars for UPDATESTARTUPTTY.NIIBE Yutaka2016-07-131-6/+6
* common: Add dedicated private key functions to name-value.c.Werner Koch2016-06-231-2/+2
* common: Rename external symbols in name-value.c.Werner Koch2016-06-231-9/+9
* common: Rename private-keys.c to name-value.cWerner Koch2016-06-231-1/+1
* g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor2016-06-111-1/+6
* Explicitly restrict socket permissions.Werner Koch2016-06-081-0/+4
* w32: Fix recent build regression.Werner Koch2016-06-081-2/+0
* Implement /run/user/UID/gnupg based sockets.Werner Koch2016-06-081-3/+0
* Do not try to remove the enclosing directory of sockets.Werner Koch2016-06-081-8/+1
* common: New function gnupg_socketdir.Werner Koch2016-06-072-4/+4
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-071-1/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-078-35/+50
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-021-4/+45
* gpg: Allow unattended deletion of secret keys.Werner Koch2016-05-101-2/+8
* agent: Make --allow-loopback-pinentry the default.Werner Koch2016-05-041-4/+8
* common: Add support for the new extended private key format.Justus Winter2016-04-212-9/+232
* agent: Convert key format document to org.Justus Winter2016-04-211-47/+32
* agent: Sanitize permissions of the private key directory.Justus Winter2016-04-201-0/+4
* agent: Fix regression due to recent commit 4159567.Werner Koch2016-04-141-2/+4
* agent: Allow gpg-protect-tool to handle openpgp-native protection.Werner Koch2016-04-142-14/+97
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-129-138/+374
* doc: Note that the persistant passphrase format is unimplemented.Werner Koch2016-04-121-0/+2
* indent: Help Emacs not to get confused by conditional compilation.Werner Koch2016-04-121-1/+3
* agent: allow removal of the shadowed key.NIIBE Yutaka2016-03-171-1/+1
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-80/+1
* agent: Send PROGRESS status lines to the client.Werner Koch2016-01-253-0/+134
* agent: New option --pinentry-timeoutWerner Koch2016-01-203-0/+23
* ssh: Accept OpenSSH *cert-v01 key variants.Werner Koch2016-01-121-38/+136
* common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch2016-01-081-17/+5
* agent: Typo fix for help text.Werner Koch2016-01-051-1/+1
* agent: Fix RSA verification for card.NIIBE Yutaka2016-01-051-6/+5
* agent: IMPORT_KEY with --force option fix.NIIBE Yutaka2015-12-243-6/+7
* agent: Support --force option for IMPORT_KEY.NIIBE Yutaka2015-12-241-5/+7
* agent: Improve error handling.Justus Winter2015-12-111-1/+2
* agent: Fix typo.Justus Winter2015-12-111-1/+1
* build: Require at least Libassuan 2.4.1.Werner Koch2015-12-021-16/+0
* Silence unused variable or parameter warnings.Werner Koch2015-11-272-1/+4
* common: Extend utf8_charcount to include the string's length.Neal H. Walfield2015-11-231-1/+1
* agent: Improve error handling.Justus Winter2015-11-191-1/+1