diff options
author | Werner Koch <[email protected]> | 2017-03-03 08:22:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-03-03 08:22:40 +0000 |
commit | 1813f3be23bdab5a42070424c47cb8daa9d9e6b7 (patch) | |
tree | c0b5dff0ef9852ffa5bbed318bbc81765cee3396 /doc | |
parent | tools: Fix compile error with older gcc versions. (diff) | |
download | gnupg-1813f3be23bdab5a42070424c47cb8daa9d9e6b7.tar.gz gnupg-1813f3be23bdab5a42070424c47cb8daa9d9e6b7.zip |
gpg: Add new variables to the import and export filters.
* g10/import.c (impex_filter_getval): Add new variables "expired",
"revoked", and "disabled".
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 20a2d1297..55482b1a8 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2359,14 +2359,25 @@ The available properties are: @item primary Boolean indicating whether the user id is the primary one. (keep-uid) + @item expired + Boolean indicating whether a user id (keep-uid), a key (drop-subkey), or a + signature (drop-sig) expired. + + @item revoked + Boolean indicating whether a user id (keep-uid) or a key (drop-subkey) has + been revoked. + + @item disabled + Boolean indicating whether a primary key is disabled. (not used) + @item secret Boolean indicating whether a key or subkey is a secret one. - drop-subkey) + (drop-subkey) @item sig_created @itemx sig_created_d The first is the timestamp a signature packet was created. The - second is the same but given as an ISO string, + second is the same but given as an ISO date string, e.g. "2016-08-17". (drop-sig) @item sig_algo |