- Nov 02, 1999
-
-
Kurt Zeilenga authored
-
- Nov 01, 1999
-
-
Kurt Zeilenga authored
enables if MINGW32 and always enables if MINGW32).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Update single debug/release not to use service manager nor event manager. Likely breaks MINGW32 port.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
(excepting WIN32_LEAN_AND_MEAN). Rework openlog/closelog use to eliminate need for defines.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 31, 1999
-
-
Howard Chu authored
ifdefs to depend on _WINNT, which is bogus. Added _WIN32 back on these ifs, and fixed some other include problems.
-
- Oct 30, 1999
-
-
Kurt Zeilenga authored
as s_addr member of in_addr may be a bitfield.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 28, 1999
-
-
Howard Chu authored
-
Kurt Zeilenga authored
avoid having to define macros by hand in acconfig.h (which were mistaken added to portable.h.in).
-
Howard Chu authored
See README 1.27 log
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Remove macros already in Windows headers: strdup, FD_SETSIZE Set HAVE_SNPRINTF and HAVE_MEMORY_H to reflect NT environment Moved LDAP_DIRSEP macro to ldap_config.h.in Moved LDAP_SIGUSR macros to ac/signal.h
-
Howard Chu authored
See README 1.27 log
-
- Oct 27, 1999
-
-
Kurt Zeilenga authored
-
- Oct 26, 1999
-
-
Kurt Zeilenga authored
Linux equivs. Should be extended to support other quality sources of entropy. Should be extended to support a reasonable fallback.
-
- Oct 25, 1999
-
-
Kurt Zeilenga authored
-
- Oct 19, 1999
-
-
Kurt Zeilenga authored
-
- Oct 01, 1999
-
-
Kurt Zeilenga authored
from Booker Bense <bbense@networking.stanford.edu>.
-
Kurt Zeilenga authored
avoid clashes with Kth Kerberos.
-
- Sep 25, 1999
-
-
Kurt Zeilenga authored
schemes are supported. This should facilate server rootDSE advertisement of supported schemes, etc..
-
- Sep 23, 1999
-
-
Kurt Zeilenga authored
Old code applied sync flags to store(), however supported DBMs require such flags to be specified during open(). The new code now applies flags in ldbm_cache_open (which calls ldbm_open). ldbm_cache_close() now calls ldbm_sync(). This will force a updating of on-disk contents after each LDAP operation. The old code either failed to sync the on-disk contents until close or synced on every store. Per LDBM operation syncing *should* be safe enough... real data safety requires transactions. Removed nosync option from BDB2 as it is not compatible with txn support. Also added code to disable DBM level locking as slapd is only process acessing the databases (dbnolocking).
-
Kurt Zeilenga authored
-
- Sep 22, 1999
-
-
Ben Collins authored
* all others: Added DESTDIR support
-
- Sep 21, 1999
-
-
Kurt Zeilenga authored
-
- Sep 20, 1999
-
-
Kurt Zeilenga authored
If not available, LDBM uses big mutex and BDB2 is disabled. Should add BerkeleyDB version detection...
-
- Sep 09, 1999
-
-
Kurt Zeilenga authored
-
- Sep 04, 1999
-
-
Hallvard Furuseth authored
-
- Sep 03, 1999
-
-
Hallvard Furuseth authored
-
- Sep 02, 1999
-
-
Hallvard Furuseth authored
-