aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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
* agent: Fix --extra-socket on Windows.Werner Koch2015-06-111-11/+25
* agent: Add experimental option --browser-socket.Werner Koch2015-06-113-8/+68
* agent: Add option --allow-emacs-pinentryDaiki Ueno2015-06-103-0/+23
* agent: Add command "getinfo std_env_names".Werner Koch2015-06-081-0/+16
* agent: Cleanup caching code for command GET_PASSPHRASE.Werner Koch2015-05-201-1/+1
* agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield2015-05-193-1/+32
* agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield2015-05-193-4/+27
* agent: Add option --no-allow-external-cache.Werner Koch2015-05-113-14/+37
* agent: Add strings for use by future Pinentry versions.Werner Koch2015-05-111-1/+8
* agent: Add option --debug-pinentry.Werner Koch2015-05-113-1/+8
* Typo fixesWerner Koch2015-05-081-1/+4
* agent: Minor change for 56b5c9f.Werner Koch2015-05-071-12/+14