diff options
Diffstat (limited to 'keyserver/ChangeLog')
-rw-r--r-- | keyserver/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index c0a3acb97..ec44ee9b2 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,17 @@ +2002-10-08 David Shaw <[email protected]> + + * gpgkeys_ldap.c (fail_all): New function to unwind a keylist and + error each item. + (main): Call fail_all from here, as needed. Also add a NO_MEMORY + error in an appropriate place and fix error return code. + (ldap_err_to_gpg_err): Add KEYSERVER_UNREACHABLE. + + * gpgkeys_hkp.c (fail_all): New function to unwind a keylist and + error each item. + (main): Call fail_all from here. Also add a NO_MEMORY error in an + appropriate place. + (get_key): Use new UNREACHABLE error for network errors. + 2002-09-26 Werner Koch <[email protected]> * gpgkeys_ldap.c (send_key): Removed non-constant initializers. |