mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-09 17:53:03 +01:00
* DETAILS: Details of ATTRIBUTE.
* gpg.sgml: Document --attribute-fd
This commit is contained in:
parent
4007960066
commit
fa7148d1ed
@ -1,3 +1,9 @@
|
|||||||
|
2002-06-03 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* DETAILS: Details of ATTRIBUTE.
|
||||||
|
|
||||||
|
* gpg.sgml: Document --attribute-fd
|
||||||
|
|
||||||
2002-06-03 Timo Schulz <ts@winpt.org>
|
2002-06-03 Timo Schulz <ts@winpt.org>
|
||||||
|
|
||||||
* DETAILS: Add ATTRIBUTE.
|
* DETAILS: Add ATTRIBUTE.
|
||||||
|
17
doc/DETAILS
17
doc/DETAILS
@ -352,8 +352,21 @@ more arguments in future versions.
|
|||||||
The output was truncated to MAXNO items. This status code is issued
|
The output was truncated to MAXNO items. This status code is issued
|
||||||
for certain external requests
|
for certain external requests
|
||||||
|
|
||||||
ATTRIBUTE <fpr> <octets> <type> <index> <count> <timestamp> <expiredate> <flags>
|
ATTRIBUTE <fpr> <octets> <type> <index> <count>
|
||||||
Issued when an attribute packet was detected.
|
<timestamp> <expiredate> <flags>
|
||||||
|
This is one long line issued for each attribute subpacket when
|
||||||
|
an attribute packet is seen during key listing. <fpr> is the
|
||||||
|
fingerprint of the key. <octets> is the length of the
|
||||||
|
attribute subpacket. <type> is the attribute type
|
||||||
|
(1==image). <index>/<count> indicates that this is the Nth
|
||||||
|
indexed subpacket of count total subpackets in this attribute
|
||||||
|
packet. <timestamp> and <expiredate> are from the
|
||||||
|
self-signature on the attribute packet. If the attribute
|
||||||
|
packet does not have a valid self-signature, then the
|
||||||
|
timestamp is 0. <flags> are a bitwise OR of:
|
||||||
|
0x01 = this attribute packet is a primary uid
|
||||||
|
0x02 = this attribute packet is revoked
|
||||||
|
0x04 = this attribute packet is expired
|
||||||
|
|
||||||
|
|
||||||
Key generation
|
Key generation
|
||||||
|
10
doc/gpg.sgml
10
doc/gpg.sgml
@ -1181,6 +1181,16 @@ Write log output to file descriptor &ParmN; and not to stderr.
|
|||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>--attribute-fd &ParmN;</term>
|
||||||
|
<listitem><para>
|
||||||
|
Write attribute subpackets to the file descriptor &ParmN;. This is
|
||||||
|
most useful for use with --status-fd, since the status messages are
|
||||||
|
needed to separate out the various subpackets from the stream
|
||||||
|
delivered to the file descriptor.
|
||||||
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--sk-comments</term>
|
<term>--sk-comments</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user