diff options
author | Werner Koch <wk@gnupg.org> | 2007-02-14 17:27:55 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-02-14 17:27:55 +0100 |
commit | 5240d014f87974ae89d792458b63769b950da20f (patch) | |
tree | 22ff17214a36dafacaaf89deea94ad7a6d3e2335 /doc | |
parent | * export.c (do_export_stream): Allow reset-subkey-passwd along (diff) | |
download | gnupg2-5240d014f87974ae89d792458b63769b950da20f.tar.xz gnupg2-5240d014f87974ae89d792458b63769b950da20f.zip |
agent/
* gpg-agent.c: New option --pinentry-touch-file.
(get_agent_socket_name): New.
* agent.h (opt): Add pinentry_touch_file.
* call-pinentry.c (start_pinentry): Send new option to the
pinentry.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg-agent.texi | 11 | ||||
-rw-r--r-- | doc/scdaemon.texi | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1feda1bca..96dd2f66a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-02-14 Werner Koch <wk@g10code.com> + + * gpg-agent.texi (Agent Options): Doc --pinentry-touch-file. + 2007-02-05 Werner Koch <wk@g10code.com> * debugging.texi (Common Problems): Tell how to export a private diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 12c870588..4119d6601 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -344,6 +344,17 @@ shorter than this value a warning will be displayed. Defaults to 8. Use program @var{filename} as the PIN entry. The default is installation dependend and can be shown with the @code{--version} command. +@item --pinentry-touch-file @var{filename} +@opindex pinentry-touch-file +By default the file name of the socket gpg-agent is listening for +requests is passed to Pinentry, so that it can touch that file before +exiting (it does this only in curses mode). This option changes the +file passed to Pinentry to @var{filename}. The special name +@code{/dev/null} may be used to completely disable this feature. Note +that Pinentry will not create that file, it will only change the +modification and access time. + + @item --scdaemon-program @var{filename} @opindex scdaemon-program Use program @var{filename} as the Smartcard daemon. The default is diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 91b056aeb..6eb2f1656 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -311,7 +311,7 @@ used by @command{gpgsm}. @subsection The DINSIG card application ``dinsig'' This is an application as described in the German draft standard -@emph{DIN V 66291-1}. It is intended to be used by cards supporteing +@emph{DIN V 66291-1}. It is intended to be used by cards supporting the German signature law and its bylaws (SigG and SigV). @node PKCS#15 Card |