diff options
author | David Shaw <[email protected]> | 2004-07-16 14:30:55 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-07-16 14:30:55 +0000 |
commit | 0aad41079edba170032445be6f14bedb0be98f0a (patch) | |
tree | f5bd764042fc30294c41d76c6e636fb7bdffbad2 /g10/g10.c | |
parent | * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or (diff) | |
download | gnupg-0aad41079edba170032445be6f14bedb0be98f0a.tar.gz gnupg-0aad41079edba170032445be6f14bedb0be98f0a.zip |
* keylist.c (list_keyblock_print): Always use the new listing format where
uids are always on a line for themselves. Mark expired secret keys as
expired.
* options.h, g10.c (main): Rename list show-validity to show-uid-validity
as it only shows for uids.
* armor.c (armor_filter): Do not use padding to get us to 8 bytes of
header. Rather, use 2+4 as two different chunks. This avoids a fake
filename of "is".
Diffstat (limited to '')
-rw-r--r-- | g10/g10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2158,7 +2158,7 @@ main( int argc, char **argv ) {"show-standard-notations",LIST_SHOW_STD_NOTATIONS,NULL}, {"show-user-notations",LIST_SHOW_USER_NOTATIONS,NULL}, {"show-keyserver-urls",LIST_SHOW_KEYSERVER_URLS,NULL}, - {"show-validity",LIST_SHOW_VALIDITY,NULL}, + {"show-uid-validity",LIST_SHOW_UID_VALIDITY,NULL}, {"show-unusable-uids",LIST_SHOW_UNUSABLE_UIDS,NULL}, {"show-unusable-subkeys",LIST_SHOW_UNUSABLE_SUBKEYS,NULL}, {"show-keyring",LIST_SHOW_KEYRING,NULL}, |