- Apr 02, 1999
-
-
Gary Williams authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Fix wait4child change: Prefer wait3 over wait. Use SIGNAL instead of signal.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Apr 01, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Gary Williams authored
-
Kurt Zeilenga authored
Removed external include/library paths from projects. External paths should be set via Tools | Options | Directories. This allows each developer the freedom to install external libraries where they desire. Used libdb.lib instead of libdbs.lib to avoid thread conflicts. Added hs_regex.lib to library input. We require some form of regex, this library works (and is relatively easy for the user to install). Removed a little lint which MCVC5 detected. Need to sort out single-threaded vs multithreaded library generation.
-
Gary Williams authored
-
Gary Williams authored
-
Gary Williams authored
-
Kurt Spanier authored
-
- Mar 31, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
and back-bdb2/compare.c.
-
- Mar 30, 1999
-
-
Kurt Zeilenga authored
-
- Mar 29, 1999
-
-
Kurt Spanier authored
-
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
-
- 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
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.
-
Hallvard Furuseth authored
-
- Mar 27, 1999
-
-
Hallvard Furuseth authored
-
- Mar 26, 1999
-
-
Will Ballantyne authored
-
Will Ballantyne authored
-
Kurt Zeilenga authored
-
- 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()).
-