openldap/libraries
Rich Megginson d78cf81648 ITS#6975 MozNSS - allow cacertdir in most cases
OpenLDAP built with OpenSSL allows most any value of cacertdir - directory
is a file, directory does not contain any CA certs, directory does not
exist - users expect if they specify TLS_REQCERT=never, no matter what
the TLS_CACERTDIR setting is, TLS/SSL will just work.
TLS_CACERT, on the other hand, is a hard error.  Even if TLS_REQCERT=never,
if TLS_CACERT is specified and is not a valid CA cert file, TLS/SSL will
fail.  This patch makes CACERT errors hard errors, and makes CACERTDIR
errors "soft" errors.  The code checks CACERT first and, even though
the function will return an error, checks CACERTDIR anyway so that if the
user sets TRACE mode they will get CACERTDIR processing messages.
2011-06-21 15:56:55 -07:00
..
liblber ITS#6870 Reverted last commit 2011-03-18 15:18:42 +00:00
libldap ITS#6975 MozNSS - allow cacertdir in most cases 2011-06-21 15:56:55 -07:00
libldap_r ITS#6870 move ldif.c and fetch.c from liblutil to libldap 2011-03-24 06:49:04 +00:00
liblunicode Happy New Year 2011-01-05 00:42:37 +00:00
liblutil ITS#6929 fclose(password file) on failure. 2011-05-05 13:40:15 +02:00
librewrite ITS#6932: Clean up strange asserts & nearby code. 2011-05-05 15:55:29 +02:00
Makefile.in ITS#6870 Reverted last commit 2011-03-18 15:18:42 +00:00