diff options
author | David Shaw <[email protected]> | 2002-07-22 22:26:14 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-07-22 22:26:14 +0000 |
commit | 125613737cf7b2e600b782369d40473b1bacb603 (patch) | |
tree | 7ec067b90bbf1de0ff4c65bc51d6752f44e83db6 /g10/options.h | |
parent | * options.h, main.h, export.c (parse_export_options, do_export_stream), (diff) | |
download | gnupg-125613737cf7b2e600b782369d40473b1bacb603.tar.gz gnupg-125613737cf7b2e600b782369d40473b1bacb603.zip |
* options.h, main.h, g10.c (main), import.c (parse_import_options,
delete_inv_parts), keyserver.c (parse_keyserver_options): add new
--import-options option. The only current flag is "allow-local-sigs".
* g10.c (main): Don't disable MDC in pgp7 mode.
* options.h, g10.c (main), keyserver.c (parse_keyserver_options): Remove
old keyserver-option include-attributes now that there is an export-option
for the same thing.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 69b4bc4c3..2bc866ea2 100644 --- a/g10/options.h +++ b/g10/options.h @@ -122,17 +122,18 @@ 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; int keep_temp_files; int fake_v3_keyids; int auto_key_retrieve; + unsigned int import_options; unsigned int export_options; STRLIST other; } keyserver_options; int exec_disable; + unsigned int import_options; unsigned int export_options; char *def_preference_list; prefitem_t *personal_cipher_prefs, |