mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue