aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg-agent.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-10doc: Fix a man page rendering problem.Werner Koch1-7/+7
* doc/gpg-agent.texi (Agent Configuration): Fix rendering of the sshcontrol example.
2014-10-09doc: Add missing entry for allow-preset-passphaseKristian Fiskerstrand1-0/+6
--
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-15/+53
* agent/agent.h (opt): Remove field use_standard_socket. * agent/command.c (cmd_killagent): Always allow killing. * agent/gpg-agent.c (main): Turn --{no,}use-standard-socket and --write-env-file into dummy options. Always return true for --use-standard-socket-p. Do not print the GPG_AGENT_INFO envvar setting or set that envvar. (create_socket_name): Simplify by removing non standard socket support. (check_for_running_agent): Ditto. * common/asshelp.c (start_new_gpg_agent): Remove GPG_AGENT_INFO use. * common/simple-pwquery.c (agent_open): Ditto. * configure.ac (GPG_AGENT_INFO_NAME): Remove. * g10/server.c (gpg_server): Do not print the AgentInfo comment. * g13/server.c (g13_server): Ditto. * sm/server.c (gpgsm_server): Ditto. * tools/gpgconf.c (main): Simplify by removing non standard socket support. -- The indented fix to allow using a different socket than the one in the gnupg home directory is to change Libassuan to check whether the socket files exists as a regualr file with a special keyword to redirect to another socket file name.
2014-06-25doc: Improve the rendering of the manualWerner Koch1-15/+28
2014-06-24doc: Add note regarding gpg-preset-passphrase and --max-cache-ttl.Werner Koch1-4/+7
-- GnuPG-bug-id: 1615
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-0/+5
* scd/app-common.h (APP_DECIPHER_INFO_NOPAD): New. * scd/app-openpgp.c (do_decipher): Add arg R_INFO. * scd/app-nks.c (do_decipher): Add arg R_INFO as a dummy. * scd/app.c (app_decipher): Add arg R_INFO. * scd/command.c (cmd_pkdecrypt): Print status line "PADDING". * agent/call-scd.c (padding_info_cb): New. (agent_card_pkdecrypt): Add arg R_PADDING. * agent/divert-scd.c (divert_pkdecrypt): Ditto. * agent/pkdecrypt.c (agent_pkdecrypt): Ditto. * agent/command.c (cmd_pkdecrypt): Print status line "PADDING". * g10/call-agent.c (padding_info_cb): New. (agent_pkdecrypt): Add arg R_PADDING. * g10/pubkey-enc.c (get_it): Use padding info. -- Decryption using a card never worked in gpg 2.1 because the information whether the pkcs#1 padding needs to be removed was not available. Gpg < 2.1 too this info from the secret sub key but that has gone in 2.1. Signed-off-by: Werner Koch <[email protected]>
2013-05-22agent: New option --disable-check-own-socket.Werner Koch1-8/+20
* agent/gpg-agent.c (oDisableCheckOwnSocket): New. (disable_check_own_socket): New. (parse_rereadable_options): Set new option. (check_own_socket): Implement new option. Signed-off-by: Werner Koch <[email protected]>
2012-04-04Mention status messages in the documentation.Ben Kibbey1-0/+8
Note INQUIRE_MAXLEN.
2012-04-04Document PASSWD --preset.Ben Kibbey1-0/+10
2012-04-04Document GENKEY options.Ben Kibbey1-0/+12
2012-04-04Document PRESET_PASSPHRASE.Ben Kibbey1-0/+27
2012-04-04Document CLEAR_PASSPHRASE.Ben Kibbey1-0/+23
And describe the --mode=normal option.
2011-10-12Put more options into the options indexWerner Koch1-4/+0
Also removed the single letter options from the index.
2011-08-10Typo fixWerner Koch1-1/+1
2011-08-08Minor doc updates v2.0 vs. v2.1)Werner Koch1-0/+8
2011-07-20Support a confirm flag for ssh.Werner Koch1-2/+9
This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts.
2011-06-29Document OPTION s2k-countWerner Koch1-0/+8
2011-04-21Add OPTION:cache-ttl-opt-preset to gpg-agent.Werner Koch1-0/+6
This option may be used to change the default ttl values use with the --preset option of GENKEY and PASSWD.
2011-03-03New agent option pinentry-mode.Werner Koch1-43/+114
This provides the framework and implements the ask, cancel and error. loopback will be implemented later.
2010-12-02Describe new log facilities.Werner Koch1-1/+2
2010-10-26Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch1-1/+13
2010-10-14All tests work are again workingWerner Koch1-2/+12
2010-10-06Import fixes.Werner Koch1-2/+15
new otion for watchgnupg
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch1-6/+7
Doc fixes. Allow TCP and local sockets in watchgnupg.
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-5/+11
A couple of forward ported changes. Doc updates.
2010-08-19Add component pinentry as an easy way to figure out the defaultWerner Koch1-2/+2
pinentry. Also allows to test whether pinentry is installed.
2010-06-10Include dirmngr manualWerner Koch1-3/+3
2010-05-11Update tests.Werner Koch1-7/+8
2010-05-03auto start the agent if --use-standard-socket is in use.Werner Koch1-2/+5
2009-12-03support numeric debug levels.Werner Koch1-14/+20
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-8/+8
2009-07-22Give hints on files to backup.Werner Koch1-18/+23
2009-06-02Fix for bug#1066.Werner Koch1-7/+9
A couple of minor changes.
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch1-3/+8
Improved card key generation prompts.
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-2/+7
and stores negative answers in trustlist.txt.
2009-03-02Add missing option strings.Werner Koch1-2/+2
2009-03-02Modernized gpg-agent startup instructionsWerner Koch1-10/+23
2008-12-10Add option --no-ask for GET_PASSPHRASE.Werner Koch1-1/+6
2008-11-12use $() instead of backticks.Werner Koch1-9/+9
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch1-0/+2
2008-01-30W32 fix for trustdb creation.Werner Koch1-5/+5
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-31/+31
2007-11-19Started to implement the audit log feature.Werner Koch1-5/+7
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-312007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+5
* gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
2007-08-28Add more passphrase policy rules.Werner Koch1-0/+9
(--max-passphrase-days).
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+27
New tool gpg-check-pattern.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-1/+3
Documentation updates.
2007-08-14Documentaion updates.Werner Koch1-17/+26
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-6/+2
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-1/+1