- Sep 22, 1999
-
-
Ben Collins authored
-
Ben Collins authored
libwrap was a dynamic library). Added -lwrap to new subst var WRAP_LIBS so we have more control over where it get's linked (dynamic libwrap causes problems when we link to programs that don't define certains globals that libwrap expects). * build/top.mk: Added placeholder for WRAP_LIBS subst * servers/slapd/Makefile.in: Added $(WRAP_LIBS) to the slapd and sslapd link command line specifically so it doesn't get thrown in with the rest of the LIBS. * configure: rebuilt
-
- Sep 20, 1999
-
-
Kurt Zeilenga authored
If not available, LDBM uses big mutex and BDB2 is disabled. Should add BerkeleyDB version detection...
-
- Sep 13, 1999
-
-
Kurt Zeilenga authored
build/openldap.m4 and configure.in
-
- Sep 12, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Sep 10, 1999
-
-
Kurt Zeilenga authored
-
- Sep 09, 1999
-
-
Kurt Zeilenga authored
configure. Implementation is dependent upon autoconf internals. Attempts to use AC_REVISION hammered by libtool bugs. Will submit reports to libtool camp and rework configure.in once fixes are released.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 31, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
socketpair. Use dependent on useful detection is.
-
- Aug 29, 1999
-
-
Kurt Zeilenga authored
-
- Aug 25, 1999
-
-
Kurt Zeilenga authored
-
- Aug 24, 1999
-
-
Kurt Zeilenga authored
to build OpenLDAP.
-
- Aug 22, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Tests behave as expected excepting slapd sometimes does not shutdown properly.
-
- Aug 21, 1999
-
-
Kurt Zeilenga authored
suitable for systems with poor (or nonexistant) Pthread implementations.
-
- Aug 20, 1999
-
-
Kurt Zeilenga authored
-
- Aug 17, 1999
-
-
Kurt Zeilenga authored
-
- Aug 15, 1999
-
-
Kurt Zeilenga authored
for inet_aton(). May be linked in when not absolutely necessary... but no big deal, we'll likely start using res_search over sychronous get{host,peer}byname calls anyways. inet_aton() detection: use link instead of compile
-
- Aug 13, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 08, 1999
-
-
Kurt Zeilenga authored
-
- Aug 07, 1999
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
for building backends as modules.
-
- Aug 06, 1999
-
-
Howard Chu authored
-
- Aug 05, 1999
-
-
Kurt Zeilenga authored
create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
-
Kurt Zeilenga authored
-
- Aug 03, 1999
-
-
Kurt Zeilenga authored
updated patch submitted Philipp Klaus <ldapml@internet.access.ch> Can be enabled using --enable-multimaster. TODO: Replication test likely should be adjusted to test multimaster environment.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
This code is not called (yet).
-
Kurt Zeilenga authored
-
- Aug 02, 1999
-
-
Kurt Zeilenga authored
Improve detection of FreeBSD FetchURL library.
-
- Jul 31, 1999
-
-
http://localhost/pathKurt Zeilenga authored
Requires FreeBSD's -lfetch... Implementations to other URL APIs encouraged. Probably should be moved to -llutil.
-
- Jul 29, 1999
-
-
Kurt Zeilenga authored
be used during library and function checks.
-
- Jul 28, 1999
-
-
Kurt Zeilenga authored
-
- Jul 27, 1999
-
-
Kurt Zeilenga authored
-
- Jul 24, 1999
-
-
Kurt Zeilenga authored
Rework sys_errlist detection to set HAVE_SYS_ERRLIST if sys_errlist exists. If it declaration is needed, DECL_SYS_ERRLIST is also set.
-