aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.am: Don't hard-code the LDAP libraries - get them from LDAPLIBSDavid Shaw2002-06-112-4/+11
| | | | | via configure. Also, gpgkeys_hkp is a program, not a script.
* * gpgkeys_ldap.c (include_subkeys): Default "include-subkeys" to off,David Shaw2002-06-102-1/+6
| | | | | since GnuPG now defaults it to on.
* * gpgkeys_hkp.c (parse_hkp_index): Type tweaks.David Shaw2002-06-062-2/+10
| | | | | * gpgkeys_hkp.c (main): Add experimental code warning.
* * Makefile.am, gpgkeys_hkp.c (new): Experimental HKP keyserver interface.David Shaw2002-06-063-2/+989
|
* * gpgkeys_ldap.c: Include <lber.h> if we absolutely must. This helps whenDavid Shaw2002-05-082-0/+8
| | | | | compiling against a very old OpenLDAP.
* * gpgkeys_mailto.in: Properly handle key requests in full fingerprintDavid Shaw2002-04-292-3/+9
| | | | | form.
* Quote backslashes in keyserver search responsesDavid Shaw2002-03-292-2/+6
|
* Add some commentsDavid Shaw2002-03-191-1/+7
|
* LDAP keyservers do not support v3 fingerprints, so error out if someoneDavid Shaw2002-02-262-0/+16
| | | | | | tries. Actually, they don't support any fingerprints, but at least we can calculate a keyid from a v4 fingerprint.
* Clarify the notion of a partial failure. This is possible if more thanDavid Shaw2002-02-232-150/+214
| | | | | | | | | | | | | | | | 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.
* Fix compiler warning.David Shaw2002-02-142-1/+3
|
* Be much more robust with mangled input files.David Shaw2002-02-142-61/+43
|
* gpgkeys_ldap: Close files explicitly when exitingDavid Shaw2001-12-283-3/+27
| | | | | gpgkeys_mailto: Use the outofband flag so gpg doesn't expect any actual data
* Handle multiple keys with the same key id (rare)David Shaw2001-12-202-80/+167
| | | | | Some minor other tweaks
* Fix capitalization issuesDavid Shaw2001-12-173-25/+31
|
* Legal BS: add copyright notice. Don't know why, but this stuffWerner Koch2001-12-151-0/+12
| | | | | somehow reminds me of Walter Mathau in The Fortune Cookie.
* Minor portability tweak for RISC OSDavid Shaw2001-12-152-3/+8
|
* Keyserver "helper" app codeDavid Shaw2001-12-065-0/+1133