- Jul 21, 1999
-
-
Gary Williams authored
-
Julio Sánchez Fernández authored
Backout the input exhaustion change, it loops. Still looking for the right way.
-
- Jul 20, 1999
-
-
Gary Williams authored
-
Julio Sánchez Fernández authored
be implemented. The rest of this change mostly contains random ideas taken from mod_ssl. The purpose is to get the repository in sync with the code I am testing. I still can't manage to make Netscape send its certificate to slapd, though it works with Apache/mod_ssl (with the same certificates). Trying s_client against both does not shed any light. If anyone manages to make it work, please let us know.
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
Let transport (TLS or somesuch) force reading or writing on sockets even if the higher layers think otherwise.
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
arena corruption.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
latest autoconf (from AnonCVS) aclocal from latest automake (from AnonCVS) libtool 1.3.3
-
- Jul 19, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
added slap_ and ldbm_ to many structures added typedefs to many structures used typedefs New main.c argument parsing with ldap url support (replacing -a address). New sockaddr_in handling and support for multiple listeners.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 18, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Also free <user> in !HAVE_GETPWUID case.
-
Kurt Zeilenga authored
ldap_modify: delete of last attribute value should delete attribute (ITS#229) thr_nt: use sleep to yield
-
- Jul 16, 1999
-
-
Kurt Zeilenga authored
is ever empty. See ITS#228.
-
Kurt Zeilenga authored
didn't bother to acquire)...
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Julio Sánchez Fernández authored
to exhaust all protocol units received from the transport layer. I think this is the necessary fix for the TLS-data-ready/ socket-not-ready issue, but I have not experimented that problem yet, so I am unsure about its effectiveness. Now, do we need something like that for connection_write? How would we go about implementing it?
-
Julio Sánchez Fernández authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
connection_init so that we get into the select() logic. Make use of new flags in the connection. BTW, and before I forget, it sort of works. I have connected with a Netscape client using a secure connection and did a failed search (my test database is empty), but the trace looked correct. Make sure you have your CA certificate in your Netscape preinstalled. Otherwise, the connection fails with error 0xFFFFFFFF that is rather uninformative.
-
Julio Sánchez Fernández authored
Set flags without relying on errno (this change may be gratuitous or wrong).
-