aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-11agent: Fix --extra-socket on Windows.Werner Koch1-11/+25
2015-06-11agent: Add experimental option --browser-socket.Werner Koch3-8/+68
2015-06-10agent: Add option --allow-emacs-pinentryDaiki Ueno3-0/+23
2015-06-08agent: Add command "getinfo std_env_names".Werner Koch1-0/+16
2015-05-20agent: Cleanup caching code for command GET_PASSPHRASE.Werner Koch1-1/+1
2015-05-19agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield3-1/+32
2015-05-19agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield3-4/+27
2015-05-11agent: Add option --no-allow-external-cache.Werner Koch3-14/+37
2015-05-11agent: Add strings for use by future Pinentry versions.Werner Koch1-1/+8
2015-05-11agent: Add option --debug-pinentry.Werner Koch3-1/+8
2015-05-08Typo fixesWerner Koch1-1/+4
2015-05-07agent: Minor change for 56b5c9f.Werner Koch1-12/+14
2015-05-07agent: Improve some comments.Neal H. Walfield1-7/+7
2015-05-07agent: Improve support for externally cached passwords.Neal H. Walfield1-12/+35
2015-05-07agent: Or in the value; don't overwrite the variable.Neal H. Walfield1-1/+1
2015-05-07agent: Avoid magic numbers. Use more accurate names.Neal H. Walfield1-12/+20
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2-8/+8
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch3-4/+1
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch7-12/+33
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-1/+1
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch4-13/+13
2015-04-03agent: Add --force option for LEARN.NIIBE Yutaka3-50/+10
2015-03-19agent: Compute correct MPI length header for protected ECC keys.Werner Koch1-2/+21
2015-03-15agent: Remove useless conditions in command.c.Werner Koch1-6/+6
2015-03-15agent: Fix length test in sshcontrol parser.Werner Koch1-1/+1
2015-03-15agent: Remove useless conditions.Werner Koch2-2/+2
2015-03-11agent: Improve error reporting from Pinentry.Werner Koch1-0/+28
2015-03-09scd: fix for 64-bit arch.NIIBE Yutaka1-2/+3
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-3/+4
2015-02-04gpg-agent: Use "pinentry-basic" as fallback.Werner Koch2-8/+14
2015-01-29agent: Fix use of imported but unprotected openpgp keys.Werner Koch5-15/+119
2015-01-28Add a hook to be called right after main.Werner Koch3-0/+4
2015-01-28agent: Add some extra robustness to extract_private_keyWerner Koch3-4/+13
2015-01-27agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka3-94/+151
2015-01-21gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch3-23/+69
2015-01-04agent: Make --allow-loopback-pinentry gpgconf changeable.Werner Koch1-1/+3
2014-12-22scd: ECDH Support.NIIBE Yutaka1-10/+38
2014-12-19agent: Make sure --max-cache-ttl is >= --default-cache-ttl.Werner Koch1-0/+17
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch4-34/+42
2014-12-19agent: Fix string prepended to remotely initiated prompts.Werner Koch1-1/+1
2014-12-12gpg: Let --card--status create a shadow key (card key stub).Werner Koch3-12/+17
2014-12-02agent: Replace some sprintf.Werner Koch3-18/+8
2014-12-01scd: Implement socket redirection.Werner Koch1-2/+2
2014-12-01agent: Fix compile problem for old Libassuan.Werner Koch1-1/+0
2014-11-28agent: Implement socket redirection.Werner Koch1-38/+86
2014-11-27gpg-agent: Add restricted connection feature.Мирослав Николић3-142/+276
2014-11-27agent: Make auditing of the option list easier.Мирослав Николић1-73/+81
2014-11-11Remove use of gnulib (part 1)Werner Koch2-3/+2
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch6-15/+11
2014-11-02gpg: Avoid extra pinentries for each subkey in --export-secret-keys.Werner Koch1-4/+26