- 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.
-
- Jul 20, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
latest autoconf (from AnonCVS) aclocal from latest automake (from AnonCVS) libtool 1.3.3
-
- Jul 14, 1999
-
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
Fix detection of socklen_t Rebuild configure to reflect that
-
Kurt Zeilenga authored
-
- Jul 13, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
- Jul 05, 1999
-
-
Kurt Zeilenga authored
-
- Jun 28, 1999
-
-
Kurt Zeilenga authored
!defined( DOS ) && !defined( MACOS ) Add detection for read & recv/send for later use.
-
- Jun 26, 1999
-
-
Kurt Zeilenga authored
used to fetch the pw_passwd which is than passwd to crypt(). getspnam() is used instead of getpwnam() when available. Added configration detection of pw_passwd, shadow.h, getpwnam() and getspnam().
-
- Jun 24, 1999
-
-
Bastiaan Bakker authored
ith --enable-modules. GLib v1.2 or higher is required.
-
- Jun 18, 1999
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-