diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-07-17 21:48:19 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-07-17 21:48:19 +0200 |
commit | 75ad30031f6167765973a8fb4dfb49c8b2a55ee7 (patch) | |
tree | 7ee3f60cd167c3403df1a09b9b2be62043832272 /g10/options.h | |
parent | * gpgkeys_ldap.c (send_key, get_key, main): Consult the server version (diff) | |
download | gnupg2-75ad30031f6167765973a8fb4dfb49c8b2a55ee7.tar.xz gnupg2-75ad30031f6167765973a8fb4dfb49c8b2a55ee7.zip |
* keyedit.c (show_key_with_all_names_colon): The 0x40 class bit in a
designated revoker means "sensitive", not "local". It's exportable under
the right circumstances.
* main.h, options.h, export.c (do_export_stream), g10.c (main), hkp.c
(hkp_export), keyserver.c (keyserver_spawn: Add a flag to skip attribute
packets and their signatures while exporting. This is to accomodate
keyservers (pksd again) that choke on attributes. Use keyserver-option
"include-attributes" to control it. This defaults to ON (i.e. don't
skip).
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 78bfca0df..eb4dd1b8b 100644 --- a/g10/options.h +++ b/g10/options.h @@ -122,6 +122,7 @@ struct { int include_revoked; int include_disabled; int include_subkeys; + int include_attributes; int honor_http_proxy; int broken_http_proxy; int use_temp_files; |