summaryrefslogtreecommitdiffstats
path: root/agent/agent.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Clean up comments.Daniel Kahn Gillmor2016-11-111-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch2016-11-031-1/+2
* Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor2016-11-021-1/+1
* agent: Add --card option for READKEY.NIIBE Yutaka2016-10-201-0/+3
* agent: Fix long standing regression tracking the connection count.Werner Koch2016-08-061-0/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+0
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-121-1/+1
* agent: Send PROGRESS status lines to the client.Werner Koch2016-01-251-0/+3
* agent: New option --pinentry-timeoutWerner Koch2016-01-201-0/+5
* agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka2015-10-091-6/+7
* agent: New option --pinentry-invisible-char.Werner Koch2015-09-161-2/+6
* agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield2015-08-241-0/+5
* agent: Add option --force to the DELETE_KEY command.Werner Koch2015-08-071-1/+1
* 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
* Flag the L_() function with attribute format_arg.Werner Koch2015-06-301-0/+4
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-301-0/+15
* Show passphrase constraints errors as password prompt errorsNeal H. Walfield2015-06-291-1/+3
* agent,w32: Do not create a useless socket with --enable-putty-support.Werner Koch2015-06-291-3/+0
* agent: Add experimental option --browser-socket.Werner Koch2015-06-111-1/+9
* agent: Add option --allow-emacs-pinentryDaiki Ueno2015-06-101-0/+4
* agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield2015-05-191-1/+2
* agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield2015-05-191-1/+2
* agent: Add option --no-allow-external-cache.Werner Koch2015-05-111-0/+5
* agent: Add option --debug-pinentry.Werner Koch2015-05-111-0/+3
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-2/+2
* agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch2015-04-141-1/+2
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-061-2/+2
* agent: Add --force option for LEARN.NIIBE Yutaka2015-04-031-1/+1
* agent: Fix use of imported but unprotected openpgp keys.Werner Koch2015-01-291-1/+2
* agent: Add some extra robustness to extract_private_keyWerner Koch2015-01-281-1/+2
* agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka2015-01-271-0/+7
* gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch2015-01-211-1/+2
* agent: Keep the session environment for restricted connections.Werner Koch2014-12-191-0/+1
* gpg: Let --card--status create a shadow key (card key stub).Werner Koch2014-12-121-1/+1
* gpg-agent: Add restricted connection feature.Мирослав Николић2014-11-271-0/+8
* agent: Support pinentries with integrated repeat passphrase feature.Werner Koch2014-10-241-0/+2
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-031-3/+0
* gpg: Improve passphrase caching.Werner Koch2014-09-171-0/+1
* agent: Add command DELETE_KEY.Werner Koch2014-04-151-0/+2
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-1/+2
* ssh: Add support for Putty.Werner Koch2014-03-071-3/+8
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-0/+1
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-281-3/+3
* agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch2013-08-081-0/+14
* Implement unattended OpenPGP secret key import.Werner Koch2013-05-221-1/+2
* agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka2013-02-281-1/+2
* agent: Add KEYTOCARD command.NIIBE Yutaka2013-02-121-0/+7
* agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-061-10/+1