diff options
author | David Shaw <[email protected]> | 2005-08-18 04:17:20 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-08-18 04:17:20 +0000 |
commit | e9b444a9d09de8ccbe0295dae33e6abcf8e79b77 (patch) | |
tree | ebf51c02682e8d3af3ec2077c10f40d181bc8931 /keyserver/ksutil.h | |
parent | Experimental code to improve AES performance. Got about 25% on ia32. (diff) | |
download | gnupg-e9b444a9d09de8ccbe0295dae33e6abcf8e79b77.tar.gz gnupg-e9b444a9d09de8ccbe0295dae33e6abcf8e79b77.zip |
* ksutil.h, ksutil.c (parse_ks_options): New keyserver-option
exact-email.
* gpgkeys_ldap.c (search_key), gpgkeys_hkp.c (search_key): Use it here
to do an email-only search.
Diffstat (limited to 'keyserver/ksutil.h')
-rw-r--r-- | keyserver/ksutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyserver/ksutil.h b/keyserver/ksutil.h index 1e3315bee..8e1791467 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_email:1; } flags; unsigned int verbose; unsigned int debug; |