- Jul 10, 2008
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Feb 12, 2008
-
-
Quanah Gibson-Mount authored
-
Kurt Zeilenga authored
-
- Feb 10, 2008
-
-
Howard Chu authored
-
- Jan 08, 2008
-
-
Kurt Zeilenga authored
-
- Sep 01, 2007
-
-
Quanah Gibson-Mount authored
-
- Jun 12, 2007
-
-
Hallvard Furuseth authored
require that ldap_pvt_thread_t can be cast to u.long and is not wider. ITS#5010: In ldap_X509dn2bv(), catch error return from ber_decode_oid().
-
- May 20, 2007
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
causes ldap_pvt_thread_self to be called with the wrong prototype. That can cause OpenSSL to use a garbage value, e.g. if the unsigned long it expects takes two words but ldap_pvt_thread_t is an int. I'm fixing it in HEAD now and also provoking an error if unsigned long cannot hold a ldap_pvt_thread_t. Otherwise it can silently compile to broken code. Maybe the latter should go in configure, but since OpenSSL presumably breaks anyway if that fails I don't see much point at this time.
-
- May 18, 2007
-
-
Hallvard Furuseth authored
-
- May 14, 2007
-
-
Howard Chu authored
The Written Word and Stanford University.
-
Ralf Haferkamp authored
-
- May 13, 2007
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Mar 23, 2007
-
-
Howard Chu authored
-
- Jan 24, 2007
-
-
Howard Chu authored
-
- Jan 02, 2007
-
-
Kurt Zeilenga authored
-
- Nov 30, 2006
-
-
Howard Chu authored
-
- Nov 09, 2006
-
-
Howard Chu authored
is done
-
- Sep 14, 2006
-
-
Howard Chu authored
(with notable exceptions: ignore tests for EINTR which winsock never sets)
-
- Jul 02, 2006
-
-
Howard Chu authored
-
- Jun 08, 2006
-
-
Howard Chu authored
-
- May 15, 2006
-
-
Kurt Zeilenga authored
-
- May 13, 2006
-
-
Howard Chu authored
-
- Apr 11, 2006
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- Apr 07, 2006
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Move TLS options into struct ldapoptions. Added ldap_int_tls_destroy() Added LDAP_OPT_X_TLS_NEWCTX to generate new SSL_CTX
-
- Jan 19, 2006
-
-
Howard Chu authored
-
- Jan 03, 2006
-
-
Kurt Zeilenga authored
-
- Nov 08, 2005
-
-
Howard Chu authored
with tls_opt_require_cert = TRY or DEMAND. Ignore requirements for clients.
-
- Nov 06, 2005
-
-
Pierangelo Masarati authored
-
- Nov 05, 2005
-
-
Howard Chu authored
ldap_initializ'ing an LD and before connecting on it. Really all of the global TLS options belong in the ldapoptions struct, instead of static vars.
-
- Nov 02, 2005
-
-
Howard Chu authored
-
- Oct 28, 2005
-
-
Howard Chu authored
-
- Oct 12, 2005
-
-
Kurt Zeilenga authored
keyfile, certfile, cacertfile, or cacertdir is provided. Note that TLS can be properly configured without any of these when non-X.509 cipher suites are used, so this might have be rethought.
-