aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-16agent: allow removal of the shadowed key.NIIBE Yutaka1-1/+1
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-80/+1
2016-01-25agent: Send PROGRESS status lines to the client.Werner Koch3-0/+134
2016-01-20agent: New option --pinentry-timeoutWerner Koch3-0/+23
2016-01-12ssh: Accept OpenSSH *cert-v01 key variants.Werner Koch1-38/+136
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch1-17/+5
2016-01-05agent: Typo fix for help text.Werner Koch1-1/+1
2016-01-05agent: Fix RSA verification for card.NIIBE Yutaka1-6/+5
2015-12-24agent: IMPORT_KEY with --force option fix.NIIBE Yutaka3-6/+7
2015-12-24agent: Support --force option for IMPORT_KEY.NIIBE Yutaka1-5/+7
2015-12-11agent: Improve error handling.Justus Winter1-1/+2
2015-12-11agent: Fix typo.Justus Winter1-1/+1
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-16/+0
2015-11-27Silence unused variable or parameter warnings.Werner Koch2-1/+4
2015-11-23common: Extend utf8_charcount to include the string's length.Neal H. Walfield1-1/+1
2015-11-19agent: Improve error handling.Justus Winter1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter9-9/+9
2015-10-28Fix typosDaniel Kahn Gillmor1-1/+1
2015-10-28agent: Clarify agent's KEYWRAP_KEY description.Daniel Kahn Gillmor1-1/+1
2015-10-09agent: simplify agent_get_passphrase.NIIBE Yutaka1-8/+2
2015-10-09agent: fix agent_askpin.NIIBE Yutaka1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka6-21/+23
2015-10-06agent: Fix verification of signature for smartcard.NIIBE Yutaka1-1/+10
2015-10-05agent: Fix non-allocation for pinentry_loopback.NIIBE Yutaka1-4/+2
2015-10-02scd: Use Assuan macro instead of a number constant.Werner Koch1-3/+4
2015-10-02agent: Fix alignment problem with the second passphrase struct.Werner Koch2-5/+23
2015-09-29agent: RSA signature verification by gpg-agent.NIIBE Yutaka1-3/+39
2015-09-19agent: Fix importing ECC key.NIIBE Yutaka1-99/+11
2015-09-16agent: New option --pinentry-invisible-char.Werner Koch3-2/+29
2015-09-16agent: Fix registering SSH Key of Ed25519.NIIBE Yutaka1-6/+8
2015-09-01agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch1-1/+1
2015-08-31agent: Fix SSH public key for EdDSA.NIIBE Yutaka1-0/+5
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield5-12/+17
2015-08-16Fix pinentry loopback and passphrase contraints.Ben Kibbey2-0/+6
2015-08-10agent: fix ECC key handling.NIIBE Yutaka1-38/+20
2015-08-07agent: Add option --force to the DELETE_KEY command.Werner Koch3-52/+58
2015-08-06Curve25519 support.NIIBE Yutaka1-32/+59
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch1-3/+4
2015-07-10agent: Support non-NLS build.NIIBE Yutaka1-0/+4
2015-07-01agent: Unset INSIDE_EMACS on gpg-agent startupDaiki Ueno1-0/+5
2015-06-30Flag the L_() function with attribute format_arg.Werner Koch2-2/+7
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch7-104/+116
2015-06-30agent: Improve a comment.Werner Koch1-1/+2
2015-06-29agent: Prepare for Libassuan with Cygwin support.Werner Koch1-7/+15
2015-06-29Show passphrase constraints errors as password prompt errorsNeal H. Walfield4-25/+49
2015-06-29Don't raise max-cache-ttl to default-cache-ttl.Neal H. Walfield1-6/+0
2015-06-29agent: Add --verify to the PASSWD command.Werner Koch1-5/+15
2015-06-29agent,w32: Do not create a useless socket with --enable-putty-support.Werner Koch2-15/+15
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-11/+21
2015-06-17agent: Print a warning for obsolete options.Werner Koch1-3/+7