diff options
author | Werner Koch <wk@gnupg.org> | 2008-04-08 13:04:16 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-04-08 13:04:16 +0200 |
commit | 97ec9aac2b306bd87f77c2a50813376f557e3d58 (patch) | |
tree | bd494a6312edfb8037daa9428be6bc249cbc7480 /tools | |
parent | Allow requesting TCP queries. (diff) | |
download | gnupg2-97ec9aac2b306bd87f77c2a50813376f557e3d58.tar.xz gnupg2-97ec9aac2b306bd87f77c2a50813376f557e3d58.zip |
Enhanced --auto-key-locate.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 88660a555..b240ab82a 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2008-04-08 Werner Koch <wk@g10code.com> + + * gpgconf-comp.c (gc_options_gpg): Add --auto-key-locate. + 2008-03-26 Werner Koch <wk@g10code.com> * make-dns-cert.c: Include unistd.h. Use config.h if requested. diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 7a56c5b74..b4c78cdf9 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -681,6 +681,9 @@ static gc_option_t gc_options_gpg[] = { "allow-pka-lookup", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "gnupg", N_("allow PKA lookups (DNS requests)"), GC_ARG_TYPE_NONE, GC_BACKEND_GPG }, + { "auto-key-locate", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, + "gnupg", N_("|MECHANISMS|use MECHANISMS to locate keys by mail address"), + GC_ARG_TYPE_STRING, GC_BACKEND_GPG }, GC_OPTION_NULL |