summaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Fix SSH public key for EdDSA.NIIBE Yutaka2015-08-311-0/+5
* agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield2015-08-245-12/+17
* Fix pinentry loopback and passphrase contraints.Ben Kibbey2015-08-162-0/+6
* agent: fix ECC key handling.NIIBE Yutaka2015-08-101-38/+20
* agent: Add option --force to the DELETE_KEY command.Werner Koch2015-08-073-52/+58
* Curve25519 support.NIIBE Yutaka2015-08-061-32/+59
* Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch2015-07-261-3/+4
* agent: Support non-NLS build.NIIBE Yutaka2015-07-101-0/+4
* agent: Unset INSIDE_EMACS on gpg-agent startupDaiki Ueno2015-07-011-0/+5
* Flag the L_() function with attribute format_arg.Werner Koch2015-06-302-2/+7
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-307-104/+116
* agent: Improve a comment.Werner Koch2015-06-301-1/+2
* agent: Prepare for Libassuan with Cygwin support.Werner Koch2015-06-291-7/+15
* Show passphrase constraints errors as password prompt errorsNeal H. Walfield2015-06-294-25/+49
* Don't raise max-cache-ttl to default-cache-ttl.Neal H. Walfield2015-06-291-6/+0
* agent: Add --verify to the PASSWD command.Werner Koch2015-06-291-5/+15
* agent,w32: Do not create a useless socket with --enable-putty-support.Werner Koch2015-06-292-15/+15
* Allow use of debug flag names for all tools.Werner Koch2015-06-231-11/+21
* agent: Print a warning for obsolete options.Werner Koch2015-06-171-3/+7