diff options
Diffstat (limited to '')
-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 <[email protected]> + + * gpg-agent.texi (Agent Options): Doc --pinentry-touch-file. + 2007-02-05 Werner Koch <[email protected]> * 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 |