- Mar 24, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
being renamed through modrdn/moddn. This in preparation to add support for MODDN v3.
-
- Mar 23, 1999
-
-
Kurt Zeilenga authored
ignore input when connection is closing.
-
Kurt Zeilenga authored
changes to closing. Need to add protection against read set races.
-
- Mar 22, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Mainly updated back-bdb2, back-passwd, back-shell to use slap_get_time().
-
Kurt Zeilenga authored
remove race conditions on connection close. BROKEN: various counters for dn=monitor. Initial testing on FreeBSD (with and without pthreads) was successfull. Have not yet tested preemptive threading environments. Have not built against backends other than LDBM.
-
- Mar 20, 1999
-
-
Kurt Zeilenga authored
by portable.h with NDEBUG undefined. This makes assert() is always available and automatically disables itself when LDAP_DEBUG is undefined. I've included a basic assert() for pre-STDC compilers. It relies on abort() which may not actually be available. (well replace abort() with whatever is appropriate if and when we're faced with a pre-STDC compiler that doesn't have assert()).
-
Kurt Zeilenga authored
calloc(1, nelem*size) -> calloc(nelem, size)
-
- Mar 18, 1999
-
-
Julio Sánchez Fernández authored
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
address. Useful for running multiple servers in a virtual hosting environment. Modified test001-ldif2ldbm to verify this functionality. Assumes localhost is 127.0.0.1.
-
- Mar 16, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
SLAP_C_ACTIVE vs SLAP_C_INACTIVE. Need to implement BINDING and CLOSING. Added fields tracking pending (on bind) ops. Could also be used to implement per-connection thread limits.
-
- Mar 13, 1999
-
-
Ben Collins authored
-
Ben Collins authored
-
- Mar 10, 1999
-
-
Juan Gomez authored
They must not be deallocated since they are used by the cache entry.
-
- Mar 09, 1999
-
-
Hallvard Furuseth authored
-
Juan Gomez authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
Juan Gomez authored
-
- Mar 08, 1999
-
-
Kurt Zeilenga authored
using dc naming components with structural object classes that don't allow a 'dc' attribute.
-
Hallvard Furuseth authored
LDLINK -> LTLINK, LDAP_LIBEXECDIR -> libexecdir. Add XSRCS and all-local-srv.
-
Hallvard Furuseth authored
Replace LDAPMod with a new struct LDAPModList. Rename lber_debug to lber_int_debug.
-
- Mar 07, 1999
-
-
Juan Gomez authored
(First step towards full LDAPv2 support).
-
Juan Gomez authored
conn->c_protocol == LDAP_VERSION3;
-
- Mar 06, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
lber: ifdef'ed out lber_..set_nonblock() function because it used ioctl's. If it remains, it needs to be written to support various methods for setting non-blocking. ioctls should probably be last choice. configure could detect existance of fcntl(), ioctl(), etc. bdb2: added .dsp/.dsw files and did some basic cleanup (still needs work).
-
- Mar 05, 1999
-
-
Juan Gomez authored
-
Kurt Spanier authored
2. Make ldbm_Env a failure-safe entity.
-
Kurt Spanier authored
-
Juan Gomez authored
LDAP v3 MODDN request.
-