1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* ksutil.h, ksutil.c (parse_ks_options): New keyserver-option exact-name.

The last of exact-name and exact-email overrides the earlier.

* gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Use it here to
do a name-only search.
This commit is contained in:
David Shaw 2005-08-18 21:14:16 +00:00
parent 2d353af65d
commit 70bf6d9204
5 changed files with 49 additions and 5 deletions

View file

@ -89,6 +89,7 @@ struct ks_options
unsigned int include_revoked:1;
unsigned int include_subkeys:1;
unsigned int check_cert:1;
unsigned int exact_name:1;
unsigned int exact_email:1;
} flags;
unsigned int verbose;