Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * gpgkeys_ldap.c (include_subkeys): Default "include-subkeys" to off, | David Shaw | 2002-06-10 | 1 | -1/+1 |
| | | | | | since GnuPG now defaults it to on. | ||||
* | * gpgkeys_ldap.c: Include <lber.h> if we absolutely must. This helps when | David Shaw | 2002-05-08 | 1 | -0/+3 |
| | | | | | compiling against a very old OpenLDAP. | ||||
* | Quote backslashes in keyserver search responses | David Shaw | 2002-03-29 | 1 | -2/+2 |
| | |||||
* | Add some comments | David Shaw | 2002-03-19 | 1 | -1/+7 |
| | |||||
* | LDAP keyservers do not support v3 fingerprints, so error out if someone | David Shaw | 2002-02-26 | 1 | -0/+9 |
| | | | | | | 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 than | David Shaw | 2002-02-23 | 1 | -150/+195 |
| | | | | | | | | | | | | | | | | 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 Shaw | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | Be much more robust with mangled input files. | David Shaw | 2002-02-14 | 1 | -60/+38 |
| | |||||
* | gpgkeys_ldap: Close files explicitly when exiting | David Shaw | 2001-12-28 | 1 | -0/+6 |
| | | | | | gpgkeys_mailto: Use the outofband flag so gpg doesn't expect any actual data | ||||
* | Handle multiple keys with the same key id (rare) | David Shaw | 2001-12-20 | 1 | -80/+156 |
| | | | | | Some minor other tweaks | ||||
* | Fix capitalization issues | David Shaw | 2001-12-17 | 1 | -23/+23 |
| | |||||
* | Minor portability tweak for RISC OS | David Shaw | 2001-12-15 | 1 | -3/+3 |
| | |||||
* | Keyserver "helper" app code | David Shaw | 2001-12-06 | 1 | -0/+863 |