1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
David Shaw
7a5c28ffe9 * Makefile.am: Don't hard-code the LDAP libraries - get them from LDAPLIBS
via configure.  Also, gpgkeys_hkp is a program, not a script.
2002-06-11 21:38:02 +00:00
David Shaw
f1c38eea2a * gpgkeys_ldap.c (include_subkeys): Default "include-subkeys" to off,
since GnuPG now defaults it to on.
2002-06-10 21:34:15 +00:00
David Shaw
e6e35d9937 * gpgkeys_hkp.c (parse_hkp_index): Type tweaks.
* gpgkeys_hkp.c (main): Add experimental code warning.
2002-06-06 16:25:16 +00:00
David Shaw
d8524b8461 * Makefile.am, gpgkeys_hkp.c (new): Experimental HKP keyserver interface. 2002-06-06 01:04:37 +00:00
David Shaw
40bd97eee3 * gpgkeys_ldap.c: Include <lber.h> if we absolutely must. This helps when
compiling against a very old OpenLDAP.
2002-05-08 23:17:51 +00:00
David Shaw
3d63a818a3 * gpgkeys_mailto.in: Properly handle key requests in full fingerprint
form.
2002-04-29 13:18:53 +00:00
David Shaw
d56fb26c55 Quote backslashes in keyserver search responses 2002-03-29 16:26:33 +00:00
David Shaw
d5a39044ef Add some comments 2002-03-19 13:53:26 +00:00
David Shaw
3720c5b008 LDAP keyservers do not support v3 fingerprints, so error out if someone
tries.  Actually, they don't support any fingerprints, but at least we can
calculate a keyid from a v4 fingerprint.
2002-02-26 00:55:19 +00:00
David Shaw
070f1cba5d Clarify the notion of a partial failure. This is possible if more than
one key is being handled in a batch, and one fails while the other
succeeds.  Note that a search that comes up with no results is not a
failure - that is a valid response of "no answer".

Allow GnuPG to send us full v4 fingerprints, long key ids, or short key
ids while fetching. Since the LDAP server doesn't actually handle
fingerprints, chop them down to long key ids for actual use.

When searching for a keyid, search for subkeys as well as primary keys.
This is mostly significant when automatically fetching the key based on
the id in a header (i.e. "signature made by....").  "no-include-subkeys"
disables.
2002-02-23 15:42:15 +00:00
David Shaw
3d8e692e2a Fix compiler warning. 2002-02-14 22:52:30 +00:00
David Shaw
c5f838a968 Be much more robust with mangled input files. 2002-02-14 19:33:47 +00:00
David Shaw
024cc59975 gpgkeys_ldap: Close files explicitly when exiting
gpgkeys_mailto: Use the outofband flag so gpg doesn't expect any actual data
2001-12-28 16:36:47 +00:00
David Shaw
fe4d663d33 Handle multiple keys with the same key id (rare)
Some minor other tweaks
2001-12-20 19:59:36 +00:00
David Shaw
0335a5f458 Fix capitalization issues 2001-12-17 22:48:52 +00:00
Werner Koch
154c745318 Legal BS: add copyright notice. Don't know why, but this stuff
somehow reminds me of Walter Mathau in The Fortune Cookie.
2001-12-15 18:31:11 +00:00
David Shaw
308efc3e5f Minor portability tweak for RISC OS 2001-12-15 06:32:24 +00:00
David Shaw
20df8a8db5 Keyserver "helper" app code 2001-12-06 21:36:21 +00:00