mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* 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:
parent
09e3b78ea2
commit
0302c7e0ac
@ -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>
|
2006-02-22 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpgkeys_hkp.c (get_name): A GETNAME query turns exact=on to cut
|
* gpgkeys_hkp.c (get_name): A GETNAME query turns exact=on to cut
|
||||||
|
@ -86,6 +86,8 @@ init_ks_options(void)
|
|||||||
if(opt)
|
if(opt)
|
||||||
{
|
{
|
||||||
opt->action=KS_UNKNOWN;
|
opt->action=KS_UNKNOWN;
|
||||||
|
opt->flags.include_revoked=1;
|
||||||
|
opt->flags.include_subkeys=1;
|
||||||
opt->flags.check_cert=1;
|
opt->flags.check_cert=1;
|
||||||
opt->timeout=DEFAULT_KEYSERVER_TIMEOUT;
|
opt->timeout=DEFAULT_KEYSERVER_TIMEOUT;
|
||||||
opt->path=strdup("/");
|
opt->path=strdup("/");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user