diff options
author | Werner Koch <[email protected]> | 2015-09-16 19:24:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-16 19:24:14 +0000 |
commit | 93d257c81952cbb08a744a9cea6749639aa32cd7 (patch) | |
tree | a76f3307c6f5d0bd773ca950bc83329d3724a73c /doc | |
parent | g13: Move some code to a separate module. (diff) | |
download | gnupg-93d257c81952cbb08a744a9cea6749639aa32cd7.tar.gz gnupg-93d257c81952cbb08a744a9cea6749639aa32cd7.zip |
agent: New option --pinentry-invisible-char.
* agent/gpg-agent.c (oPinentryInvisibleChar): New.
(opts): Add option.
(parse_rereadable_options): Set option.
* agent/agent.h (opt): Add field pinentry_invisible_char.
* agent/call-pinentry.c (start_pinentry): Pass option to pinentry.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 62d23bbf1..4e18b9288 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -396,6 +396,12 @@ user may not bypass this check. @opindex enable-passphrase-history This option does nothing yet. +@item --pinentry-invisible-char @var{char} +@opindex pinentry-invisible-char +This option asks the Pinentry to use @var{char} for displaying hidden +characters. @var{char} must be one character UTF-8 string. A +Pinentry may or may not honor this request. + @item --pinentry-program @var{filename} @opindex pinentry-program Use program @var{filename} as the PIN entry. The default is @@ -703,7 +709,10 @@ started with a configuration file, the configuration file is read again. Only certain options are honored: @code{quiet}, @code{verbose}, @code{debug}, @code{debug-all}, @code{debug-level}, @code{debug-pinentry}, -@code{no-grab}, @code{pinentry-program}, @code{default-cache-ttl}, +@code{no-grab}, +@code{pinentry-program}, +@code{pinentry-invisible-char}, +@code{default-cache-ttl}, @code{max-cache-ttl}, @code{ignore-cache-for-signing}, @code{no-allow-external-cache}, @code{allow-emacs-pinentry}, @code{no-allow-mark-trusted}, @code{disable-scdaemon}, and |