- Jun 23, 2011
-
-
- Jun 22, 2011
-
-
Quanah Gibson-Mount authored
-
-
track a CSN per SID in the log->sl_mincsn
-
-
Quanah Gibson-Mount authored
-
Should SLAP_AUTH_DN be #defined in release now?
-
Quanah Gibson-Mount authored
ITS#6975
-
-
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.
-
- Jun 21, 2011
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
Handle interrupted write() again. Fix warnings/types. #ifdef LDAP_DEBUG.
-
-
- Jun 14, 2011
-
-
Quanah Gibson-Mount authored
-
-
- Jun 13, 2011
-
-
Quanah Gibson-Mount authored
-
allow to specify a per-database list of attributes that need to be always collected, even if not explicitly requested by clients (addresses ITS#6513)
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
to return the name of the underlying TLS implementation
-
Quanah Gibson-Mount authored
-
-
Currently just logs a complaint on checksum mismatch. Could get more obnoxious later.
-
-
-
- Jun 09, 2011
-
-
Quanah Gibson-Mount authored
-
Fix typo -- hyc
-
Quanah Gibson-Mount authored
-
Perform the internal FIND_CSN search based at the backend's suffix with the privileges of the backend's root DN.
-