- Jul 18, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Jul 08, 2011
-
-
Pierangelo Masarati authored
-
- Jul 07, 2011
-
-
Pierangelo Masarati authored
-
- Jul 02, 2011
-
-
Howard Chu authored
-
- Jun 30, 2011
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Jun 29, 2011
-
-
In tlsm_auth_cert_handler, we get the peer's cert from the socket using SSL_PeerCertificate. This value is allocated and/or cached. We must destroy it using CERT_DestroyCertificate.
-
- Jun 28, 2011
-
-
Howard Chu authored
-
- Jun 27, 2011
-
-
Rein Tollevik authored
-
Howard Chu authored
-
Howard Chu authored
- Jun 25, 2011
-
-
Howard Chu authored
-
- Jun 24, 2011
-
-
Howard Chu authored
-
- Jun 23, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
- Jun 22, 2011
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
track a CSN per SID in the log->sl_mincsn
-
Howard Chu authored
-
Howard Chu authored
Should SLAP_AUTH_DN be #defined in release now?
-
- Jun 21, 2011
-
-
-
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.
-
Howard Chu authored
-
-
-
- Jun 20, 2011
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Handle interrupted write() again. Fix warnings/types. #ifdef LDAP_DEBUG.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Jun 15, 2011
-
-
Ralf Haferkamp authored
-
- Jun 13, 2011
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- Jun 10, 2011
-
-
Howard Chu authored
-
Howard Chu authored
to return the name of the underlying TLS implementation
-