aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Improve some comments.Neal H. Walfield2015-05-071-7/+7
* agent: Improve support for externally cached passwords.Neal H. Walfield2015-05-071-12/+35
* agent: Or in the value; don't overwrite the variable.Neal H. Walfield2015-05-071-1/+1
* agent: Avoid magic numbers. Use more accurate names.Neal H. Walfield2015-05-071-12/+20
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-242-8/+8
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-243-4/+1
* agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch2015-04-147-12/+33
* Remove obsolete directories from AM_CPPFLAGS.Werner Koch2015-04-101-1/+1
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-064-13/+13
* agent: Add --force option for LEARN.NIIBE Yutaka2015-04-033-50/+10