summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos found using codespell.Justus Winter2015-11-179-9/+9
* Fix typosDaniel Kahn Gillmor2015-10-281-1/+1
* agent: Clarify agent's KEYWRAP_KEY description.Daniel Kahn Gillmor2015-10-281-1/+1
* agent: simplify agent_get_passphrase.NIIBE Yutaka2015-10-091-8/+2
* agent: fix agent_askpin.NIIBE Yutaka2015-10-091-1/+1
* agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka2015-10-096-21/+23
* agent: Fix verification of signature for smartcard.NIIBE Yutaka2015-10-061-1/+10
* agent: Fix non-allocation for pinentry_loopback.NIIBE Yutaka2015-10-061-4/+2
* scd: Use Assuan macro instead of a number constant.Werner Koch2015-10-021-3/+4
* agent: Fix alignment problem with the second passphrase struct.Werner Koch2015-10-022-5/+23
* agent: RSA signature verification by gpg-agent.NIIBE Yutaka2015-09-291-3/+39
* agent: Fix importing ECC key.NIIBE Yutaka2015-09-191-99/+11
* agent: New option --pinentry-invisible-char.Werner Koch2015-09-163-2/+29
* agent: Fix registering SSH Key of Ed25519.NIIBE Yutaka2015-09-161-6/+8
* agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch2015-09-011-1/+1