- Jul 16, 1999
-
-
Julio Sánchez Fernández authored
-
Kurt Zeilenga authored
Remove server side controls. Add Digest-MD5 project.
-
Kurt Zeilenga authored
Includes support for update referral for each replicated backend. Reworked replication test to use update referral. Includes major rewrite of response encoding codes (result.c). Includes reworked alias support and eliminates old suffix alias codes (can be emulated using named alias). Includes (untested) support for the Manage DSA IT control. Works in LDAPv2 world. Still testing in LDAPv3 world. Added default referral (test009) test.
-
Kurt Zeilenga authored
-
- Jul 15, 1999
-
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
More error checking and reporting. Slowly getting there, SSL_accept succeeds now, but connection breaks immediately after that (my glue logic with slapd is broken).
-
Julio Sánchez Fernández authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
the default context is initialized before the config file is read, so the locations are not know at context initialization.
-
Julio Sánchez Fernández authored
Change temporarily the default protocol from TLSv1 to SSLv3 with fallback to SSLv2. This seems necessary for slapd to accept connections from Netscape. Try to set the cipher list in the default context. Does not semm to work yet.
-
- Jul 14, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Julio Sánchez Fernández authored
taken care of. The second, however, on remove_old_locks is unclear.
-
Julio Sánchez Fernández authored
Init the TLS environment if necessary. Lots of things needed here, in particular, preparing properly the default context.
-
Julio Sánchez Fernández authored
use TLS right away or not on that connection.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
Only bind on TLS port if explicitly requested with -T, otherwise all kind of conflicts happen when running tests.
-
Julio Sánchez Fernández authored
Bind and listen on TLS port too
-
Julio Sánchez Fernández authored
Extend slapd_args with TLS info
-
Julio Sánchez Fernández authored
Define LDAP_TLS_PORT as 636, the default port for LDAP over raw TLS
-
Hallvard Furuseth authored
-
Julio Sánchez Fernández authored
Fix detection of socklen_t Rebuild configure to reflect that
-
Kurt Zeilenga authored
-
- Jul 13, 1999
-
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
Add use of TLS_LIBS so that test tools compile
-
Julio Sánchez Fernández authored
Add tls.c Add use of TLS_LIBS so that test tools compile
-
Julio Sánchez Fernández authored
Add option definitions for TLS
-
Julio Sánchez Fernández authored
Use $(TLS_LIBS)
-
Julio Sánchez Fernández authored
Pass TLS_LIBS to the Makefile's.
-
Julio Sánchez Fernández authored
Our check for SSLeay_add_ssl_algorithms fails with modern versions of OpenSSL since it has been made a preprocessor macro. Please review this change to do the right thing w.r.t. rsaref.
-
Julio Sánchez Fernández authored
Include $(TLS_LIBS)
-
Julio Sánchez Fernández authored
Include TLS_LIBS
-