aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/ksutil.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-08-18 21:14:16 +0000
committerDavid Shaw <[email protected]>2005-08-18 21:14:16 +0000
commit70bf6d92046033e3ac66b8daf1f11a6478b0563c (patch)
treeadb4cafce8430c589a9b26a6df702ec177f6c772 /keyserver/ksutil.h
parent* gpgkeys_ldap.c (ldap_quote): \-quote a string for LDAP. (diff)
downloadgnupg-70bf6d92046033e3ac66b8daf1f11a6478b0563c.tar.gz
gnupg-70bf6d92046033e3ac66b8daf1f11a6478b0563c.zip
* 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.
Diffstat (limited to 'keyserver/ksutil.h')
-rw-r--r--keyserver/ksutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyserver/ksutil.h b/keyserver/ksutil.h
index 8e1791467..e9d875f06 100644
--- a/keyserver/ksutil.h
+++ b/keyserver/ksutil.h
@@ -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;