diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-08-22 19:47:42 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-08-22 19:47:42 +0200 |
commit | 8609693d79539628e556d1982e80f93ccd339814 (patch) | |
tree | eee15bb26bfc72171aefac56a877e1bee8d18a5a /g10/g10.c | |
parent | * query.c (agent_askpin): Provide the default desc text depending (diff) | |
download | gnupg2-8609693d79539628e556d1982e80f93ccd339814.tar.xz gnupg2-8609693d79539628e556d1982e80f93ccd339814.zip |
* import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into
chk_self_sigs. This improves efficiency as the same signatures are not
checked multiple times. Clarify when a subkey is revoked (any revocation
signature, even if it is dated before the binding signature).
* getkey.c (merge_selfsigs_subkey): Subkey revocation comments.
* keylist.c (list_one): Stats are only for public key listings.
* g10.c (main), options.skel: Default should be include-revoked for
keyserver operations.
Diffstat (limited to 'g10/g10.c')
-rw-r--r-- | g10/g10.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1092,6 +1092,7 @@ main( int argc, char **argv ) opt.keyserver_options.export_options= EXPORT_INCLUDE_NON_RFC|EXPORT_INCLUDE_ATTRIBUTES; opt.keyserver_options.include_subkeys=1; + opt.keyserver_options.include_revoked=1; #if defined (__MINGW32__) || defined (__CYGWIN32__) opt.homedir = read_w32_registry_string( NULL, "Software\\GNU\\GnuPG", "HomeDir" ); #else |