1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-21 01:02:46 +02:00

Document --limit-card-insert-tries.

This commit is contained in:
Werner Koch 2005-07-19 12:25:33 +00:00
parent a0b4f40301
commit 52527dcd7b
3 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-19 Werner Koch <wk@g10code.com>
* gpg.sgml: Document --limit-card-insert-tries.
2005-07-18 David Shaw <dshaw@jabberwocky.com>
* samplekeys.asc: Update 99242560.

View File

@ -553,13 +553,14 @@ more arguments in future versions.
5 = No card reader available
PLAINTEXT <format> <timestamp>
PLAINTEXT <format> <timestamp> <filename>
This indicates the format of the plaintext that is about to be
written. The format is a 1 byte hex code that shows the
format of the plaintext: 62 ('b') is binary data, 74 ('t') is
text data with no character set specified, and 75 ('u') is
text data encoded in the UTF-8 character set. The timestamp
is in seconds since the epoch.
is in seconds since the epoch. If a filename is available it
gets printed as the third argument, percent-escaped as usual.
PLAINTEXT_LENGTH <length>
This indicates the length of the plaintext that is about to be

View File

@ -2482,6 +2482,17 @@ encryption system will probably use this. Improper usage of this
option may lead to data and key corruption.
</para></listitem></varlistentry>
<varlistentry>
<term>--limit-card-insert-tries &ParmN;</term>
<listitem><para>
With &ParmN; greater than 0 the number of prompts asking to insert a
smartcard gets limited to N-1. Thus with a value of 1 gpg won't at
all ask to insert a card if none has been inserted at startup. This
option is useful in the configuration file in case an application does
not know about the smartcard support and waits ad infinitum for an
inserted card.
</para></listitem></varlistentry>
<varlistentry>
<term>--no-random-seed-file</term>
<listitem><para>