mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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.
This commit is contained in:
parent
b46c93fb10
commit
5240d014f8
7 changed files with 68 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue