- Apr 01, 1999
-
-
Gary Williams authored
-
- Mar 30, 1999
-
-
Kurt Zeilenga authored
-
Juan Gomez authored
-
Juan Gomez authored
-
- Mar 29, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
tcp_close -> closesocket ioctl -> ioctlsocket Modify codes to use tcp_close() instead of close() for sockets. Modify ioctl codes to be compatible with WINSOCK.
-
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.
-
Ben Collins authored
liblutil/lockf.c wont be compiled.
-
- Mar 26, 1999
-
-
Kurt Zeilenga authored
-
Ben Collins authored
-
Kurt Zeilenga authored
-
- 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()).
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 15, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Ben Collins authored
-
Ben Collins authored
rebuilt to reflect it.
-
- Mar 14, 1999
-
-
Hallvard Furuseth authored
-
- Mar 13, 1999
-
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- Mar 10, 1999
-
-
Kurt Zeilenga authored
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings -- relocated Pthread -mt test to be before -kthread test
-
- Mar 09, 1999
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
- Mar 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 07, 1999
-
-
Kurt Zeilenga authored
Disable ctime_r() type check. Need better test.
-
- Mar 06, 1999
-
-
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
-
-
Kurt Spanier authored
2. Make ldbm_Env a failure-safe entity.
-
- Mar 04, 1999
-
-
Juan Gomez authored
a MODDN or MODRDN request depending on the newSuperior parameter.
-