gnupg/doc (ChangeLog gpg.sgml)

cvs user dshaw cvs at cvs.gnupg.org
Sat May 14 04:35:56 CEST 2005


    Date: Saturday, May 14, 2005 @ 04:55:10
  Author: dshaw
    Path: /cvs/gnupg/gnupg/doc

Modified: ChangeLog gpg.sgml

* gpg.sgml: Document --default-sig-expire and --default-cert-expire,
remove --sk-comments and --no-sk-comments, and clarify the form of a
non-IETF notation for --sig-notation and --cert-notation.


-----------+
 ChangeLog |    7 ++++++
 gpg.sgml  |   67 +++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 47 insertions(+), 27 deletions(-)


Index: gnupg/doc/ChangeLog
diff -u gnupg/doc/ChangeLog:1.100 gnupg/doc/ChangeLog:1.101
--- gnupg/doc/ChangeLog:1.100	Thu May  5 14:39:36 2005
+++ gnupg/doc/ChangeLog	Sat May 14 04:55:10 2005
@@ -1,3 +1,10 @@
+2005-05-13  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpg.sgml: Document --default-sig-expire and
+	--default-cert-expire, remove --sk-comments and --no-sk-comments,
+	and clarify the form of a non-IETF notation for --sig-notation and
+	--cert-notation.
+
 2005-05-05  David Shaw  <dshaw at jabberwocky.com>
 
 	* gpg.sgml: Clarify --min-cert-level a bit.
Index: gnupg/doc/gpg.sgml
diff -u gnupg/doc/gpg.sgml:1.82 gnupg/doc/gpg.sgml:1.83
--- gnupg/doc/gpg.sgml:1.82	Thu May  5 14:39:36 2005
+++ gnupg/doc/gpg.sgml	Sat May 14 04:55:10 2005
@@ -1,6 +1,6 @@
 <!-- gpg.sgml - the man page for GnuPG
-    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003,
-                  2004, 2005 Free Software Foundation, Inc.
+    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+                  2005 Free Software Foundation, Inc.
 
     This file is part of GnuPG.
 
@@ -1750,18 +1750,6 @@
 
 
 <varlistentry>
-<term>--sk-comments</term>
-<term>--no-sk-comments</term>
-<listitem><para>
-Include secret key comment packets when exporting secret keys.  This
-is a GnuPG extension to the OpenPGP standard, and is off by default.
-Please note that this has nothing to do with the comments in clear
-text signatures or armor headers.  --no-sk-comments disables this
-option.
-</para></listitem></varlistentry>
-
-
-<varlistentry>
 <term>--comment &ParmString;</term>
 <term>--no-comments</term>
 <listitem><para>
@@ -1790,17 +1778,20 @@
 <term>--cert-notation &ParmNameValue;</term>
 <term>-N, --set-notation &ParmNameValue;</term>
 <listitem><para>
+
 Put the name value pair into the signature as notation data.
 &ParmName; must consist only of printable characters or spaces, and
-must contain a '@' character.  This is to help prevent pollution of
-the IETF reserved notation namespace.  The --expert flag overrides the
-'@' check.  &ParmValue; may be any printable string; it will be
-encoded in UTF8, so you should check that your --display-charset is
-set correctly.  If you prefix &ParmName; with an exclamation mark (!),
-the notation data will be flagged as critical (rfc2440:5.2.3.15).
---sig-notation sets a notation for data signatures.  --cert-notation
-sets a notation for key signatures (certifications).  --set-notation
-sets both.
+must contain a '@' character in the form keyname at domain.example.com
+(substituting the appropriate keyname and domain name, of course).
+This is to help prevent pollution of the IETF reserved notation
+namespace.  The --expert flag overrides the '@' check.  &ParmValue;
+may be any printable string; it will be encoded in UTF8, so you should
+check that your --display-charset is set correctly.  If you prefix
+&ParmName; with an exclamation mark (!), the notation data will be
+flagged as critical (rfc2440:5.2.3.15).  --sig-notation sets a
+notation for data signatures.  --cert-notation sets a notation for key
+signatures (certifications).  --set-notation sets both.
+
 </para>
 
 <para>
@@ -2522,8 +2513,19 @@
 <term>--no-ask-sig-expire</term>
 <listitem><para>
 When making a data signature, prompt for an expiration time.  If this
-option is not specified, the expiration time is "never".
---no-ask-sig-expire disables this option.
+option is not specified, the expiration time set via
+--default-sig-expire is used.  --no-ask-sig-expire disables this
+option.
+</para></listitem></varlistentry>
+
+<varlistentry>
+<term>--default-sig-expire</term>
+<listitem><para>
+The default expiration time to use for signature expiration.  Valid
+values are "0" for no expiration, a number followed by the letter d
+(for days), w (for weeks), m (for months), or y (for years) (for
+example "2m" for two months, or "5y" for five years), or an absolute
+date in the form YYYY-MM-DD.  Defaults to "0".
 </para></listitem></varlistentry>
 
 <varlistentry>
@@ -2531,8 +2533,19 @@
 <term>--no-ask-cert-expire</term>
 <listitem><para>
 When making a key signature, prompt for an expiration time.  If this
-option is not specified, the expiration time is "never".
---no-ask-cert-expire disables this option.
+option is not specified, the expiration time set via
+--default-cert-expire is used.  --no-ask-cert-expire disables this
+option.
+</para></listitem></varlistentry>
+
+<varlistentry>
+<term>--default-cert-expire</term>
+<listitem><para>
+The default expiration time to use for key signature expiration.
+Valid values are "0" for no expiration, a number followed by the
+letter d (for days), w (for weeks), m (for months), or y (for years)
+(for example "2m" for two months, or "5y" for five years), or an
+absolute date in the form YYYY-MM-DD.  Defaults to "0".
 </para></listitem></varlistentry>
 
 <varlistentry>




More information about the Gnupg-commits mailing list