gnupg/doc (ChangeLog DETAILS gpg.sgml)

cvs user wk cvs at cvs.gnupg.org
Tue Jul 19 13:59:42 CEST 2005


    Date: Tuesday, July 19, 2005 @ 14:25:33
  Author: wk
    Path: /cvs/gnupg/gnupg/doc

Modified: ChangeLog DETAILS gpg.sgml

Document --limit-card-insert-tries.


-----------+
 ChangeLog |    4 ++++
 DETAILS   |    5 +++--
 gpg.sgml  |   11 +++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)


Index: gnupg/doc/ChangeLog
diff -u gnupg/doc/ChangeLog:1.104 gnupg/doc/ChangeLog:1.105
--- gnupg/doc/ChangeLog:1.104	Tue Jul 19 05:29:56 2005
+++ gnupg/doc/ChangeLog	Tue Jul 19 14:25:33 2005
@@ -1,3 +1,7 @@
+2005-07-19  Werner Koch  <wk at g10code.com>
+
+	* gpg.sgml: Document --limit-card-insert-tries.
+
 2005-07-18  David Shaw  <dshaw at jabberwocky.com>
 
 	* samplekeys.asc: Update 99242560.
Index: gnupg/doc/DETAILS
diff -u gnupg/doc/DETAILS:1.91 gnupg/doc/DETAILS:1.92
--- gnupg/doc/DETAILS:1.91	Mon Jun 20 19:03:27 2005
+++ gnupg/doc/DETAILS	Tue Jul 19 14:25:33 2005
@@ -553,13 +553,14 @@
            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
Index: gnupg/doc/gpg.sgml
diff -u gnupg/doc/gpg.sgml:1.88 gnupg/doc/gpg.sgml:1.89
--- gnupg/doc/gpg.sgml:1.88	Tue Jul 19 10:50:28 2005
+++ gnupg/doc/gpg.sgml	Tue Jul 19 14:25:33 2005
@@ -2483,6 +2483,17 @@
 </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>
 GnuPG uses a file to store its internal random pool over invocations.




More information about the Gnupg-commits mailing list