- Sep 02, 1999
-
-
Hallvard Furuseth authored
Also fix debug_printf macro when !LDAP_DEBUG: It did not take arguments.
-
Hallvard Furuseth authored
to build OpenLDAP.
-
Kurt Zeilenga authored
-
- Sep 01, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
should have been.
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
- Aug 31, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
provide prototype in lutil.h use LBER_SOCKET_T instead of int in prototype. (didn't use ber_socket_t so all of lber.h wouldn't have be dragged in) rename signal handlers, use RETSIGTYPE, and make SIGHUP wake rename fd to sd to reflect descriptor must be usable as a socket. renamed sel_exit_fds to wake_sds to reflect current use improve readability of sockpeer.c including removing obtuse goto.
-
Howard Chu authored
-
Hallvard Furuseth authored
Use them in slapd/str2filter.c.
-
Hallvard Furuseth authored
-
- Aug 30, 1999
-
-
Gary Williams authored
-
- Aug 29, 1999
-
-
Kurt Zeilenga authored
instead of WSAGetLastErrorString to preserve errno like semantics.
-
Howard Chu authored
-
Kurt Zeilenga authored
errno.
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Howard Chu authored
Use strerror() if available.
-
Howard Chu authored
-
Howard Chu authored
Use a UDP socket connected to itself to allow signals to terminate the select() in slapd_daemon_task().
-
Howard Chu authored
-
Hallvard Furuseth authored
-
- Aug 27, 1999
-
-
Kurt Zeilenga authored
to UNUSED without holding connections mutex. It's not safe for connection_init to check connection state until after acquires the c_mutex.
-
Kurt Zeilenga authored
result was leaking ber's in some error cases. ber_flush now called with no freeing so that caller of send_ldap_ber() can free its own ber. c->c_currentber was also being leaked if connection was destory current when a PDU input was outstanding. Fixed ber_flush to free ber upon write only to file.
-
- Aug 26, 1999
-
-
Kurt Zeilenga authored
modrdn to run, but masks the underlying subtree index bug (which I haven't found yet). Apply modrdn/dn2id changes to BDB2.
-
Kurt Zeilenga authored
Add additional abandon point to modrdn. test005-modrdn still shows error. Likely in dn2id, index, or idl codes.
-
Kurt Zeilenga authored
relying on developer selecting the right goto label.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 25, 1999
-
-
Kurt Zeilenga authored
to validate input dn's BEFORE sending dn's to server. Also fixed getfilter to use REG_EXTENDED|REG_NOSUB. (and fixed one case where REG_BASIC was still used). s/strdup/LDAP_STRDUP/ Added ldap_pvt_str2lower/upper
-
- Aug 24, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
reflect its purpose. Modify switch to support REG_EXTENDED expressions. Use REG_EXTENDED instead of REG_BASIC everywhere. Modify <ac/regex.h> to support <gnuregex.h> for testing purposes. Requires: env CPPFLAGS="-DHAVE_GNUREGEX_H=1" LIBS=-lgnuregex ./configure
-
- Aug 22, 1999
-
-
Hallvard Furuseth authored
-