- Mar 29, 1999
-
-
Kurt Zeilenga authored
Modify slapd_tester to use pid_t and wait macros. May need to implement additional macros in ac/wait.h (in addition to WEXITSTATUS and WIFEXITED).
-
- Mar 28, 1999
-
-
Kurt Zeilenga authored
the lock is acquired. Add comments to that effect. Remove unnecessary busy loops from slapd/lock.c and slurpd/lock.c.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
library, not header. Eliminate need for <ac/unistd.h> to sometimes include <fcntl.h> and/or <sys/file.h>. Change lock API to expect fd not FILE*. Allows wider use and eliminates requirement that lutil_lockf.h depencency on stdio.h. Implemented lockf, fcntl, and flock locking in lutil/lockf.c. Additional implementations (including no-op) may be needed. Update slapd/lock.c and slurpd/lock.c to use new API.
-
Kurt Zeilenga authored
-
Ben Collins authored
liblutil/lockf.c wont be compiled.
-
Hallvard Furuseth authored
-
- Mar 27, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 26, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Will Ballantyne authored
-
Ben Collins authored
-
Will Ballantyne authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
(libtool, though, will drag it for it's use...)
-
- Mar 25, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
libraries. Original work test is still used to valid detected header/library are compatible.
-
Kurt Zeilenga authored
the environment. A more general solution is needed.
-
- Mar 24, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
being renamed through modrdn/moddn. This in preparation to add support for MODDN v3.
-
Juan Gomez authored
-
Juan Gomez authored
-
- 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
-
Julio Sánchez Fernández authored
Changed the way paths are replaced in xrpcomp so that it is done in the make step instead of make install Removed pair of extra % from the path substitution
-
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
-
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
-