openldap/servers
Howard Chu f0c4f83ea2 libldap/tls.c: change tls_verify_cb to no longer ignore verification errors.
This means a ldaps connection may drop before any LDAP protocol exchange
occurs (due to expired cert, unrecognized CAs, etc.).
  Change ldap_pvt_tls_connect to copy any TLS error string to ld_error upon
connection failure, otherwise client just sees "can't contact LDAP server."

slapd/connection.c: add flush/delay when SSL_accept fails, to allow any
TLS alerts we generated to propagate back to the client. (Which will then
be picked up by ldap_pvt_tls_connect on the client...)
2000-05-10 17:07:09 +00:00
..
ldapd Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
slapd libldap/tls.c: change tls_verify_cb to no longer ignore verification errors. 2000-05-10 17:07:09 +00:00
slurpd Change count test for non-zero reference counts to check for ... non-zero. 2000-04-26 09:24:58 +00:00
Makefile.in Add OpenLDAP RCS id 1999-09-02 00:52:43 +00:00