* ksutil.c (init_ks_options): Default include-revoked and include-subkeys

to on, as gpg isn't doing this any longer.
This commit is contained in:
David Shaw 2006-02-23 21:06:32 +00:00
parent 09e3b78ea2
commit 0302c7e0ac
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-02-23 David Shaw <dshaw@jabberwocky.com>
* ksutil.c (init_ks_options): Default include-revoked and
include-subkeys to on, as gpg isn't doing this any longer.
2006-02-22 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_hkp.c (get_name): A GETNAME query turns exact=on to cut

View File

@ -86,6 +86,8 @@ init_ks_options(void)
if(opt)
{
opt->action=KS_UNKNOWN;
opt->flags.include_revoked=1;
opt->flags.include_subkeys=1;
opt->flags.check_cert=1;
opt->timeout=DEFAULT_KEYSERVER_TIMEOUT;
opt->path=strdup("/");