- Nov 01, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
(excepting WIN32_LEAN_AND_MEAN). Rework openlog/closelog use to eliminate need for defines.
-
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 28, 1999
-
-
Howard Chu authored
-
- Aug 31, 1999
-
-
Kurt Zeilenga authored
socketpair. Use dependent on useful detection is.
-
- Aug 30, 1999
-
-
Kurt Zeilenga authored
-
- Aug 28, 1999
-
-
Kurt Zeilenga authored
-
- Aug 25, 1999
-
-
Kurt Zeilenga authored
-
- Aug 24, 1999
-
-
Kurt Zeilenga authored
to build OpenLDAP.
-
- Jul 23, 1999
-
-
Kurt Zeilenga authored
of explicit acconfig.h entries.
-
- Jul 13, 1999
-
-
Kurt Zeilenga authored
-
- Jul 05, 1999
-
-
Kurt Zeilenga authored
-
- 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
-
- Jun 11, 1999
-
-
Kurt Zeilenga authored
-
- May 26, 1999
-
-
Howard Chu authored
LDAP_OPT_MATCH_STRING to ldap.h and libldap/options.c.
-
- Apr 14, 1999
-
-
Kurt Zeilenga authored
Cleanup perl detection.
-
- Mar 20, 1999
-
-
Kurt Zeilenga authored
-
- Feb 25, 1999
-
-
Bart Hartgers authored
Patch to support to determine the number of args of the gethostby{name,addr}_r functions. Contributed by Juan Carlos Gomes IT#68 (apparently). Also includes support for detecting ssleay in configure.in.
-
- Feb 14, 1999
-
-
Kurt Zeilenga authored
-
- Feb 03, 1999
-
-
Kurt Zeilenga authored
Update acconfig.h to use @TOP@ and @BOTTOM@ to rid ourselves of the .top/.bot files.
-
- Feb 01, 1999
-
-
Kurt Zeilenga authored
Supports 'yes', 'no' (default), and 'auto'.
-
- Jan 15, 1999
-
-
Bart Hartgers authored
Fixed a small but nasty typo.
-
- Jan 14, 1999
-
-
Kurt Zeilenga authored
John's still working on the 'perl-test' (the perl backend test module).
-
- Jan 13, 1999
-
-
Kurt Zeilenga authored
in -lbind then in -lresolv.
-
- Jan 10, 1999
-
-
Kurt Zeilenga authored
make depend, make tests, and make install all work when build directory is not the $srcdir. Also modified library handling such that -lpthread more likely to be last. WARNING: new orderring requires use of LDFLAGS to set global loader options such as -L/usr/local/lib. If you put this in LIBS, some libraries may not be found a link time. Likely broke Kerberos/LDAPD support. Don't have those in my testbed.
-
- Jan 02, 1999
-
-
Kurt Zeilenga authored
one preprocessor macro instead of two. Ran aclocal, autoconf, autoheader to update derived files. Modify util-int.c to use CTIME_R_NARGS define and fallback to ctime() if not set. Made LDAP_API_FEATURE_X_OPENLDAP_REENTRANT dependent upon result.
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
LDAP_SYSLOG in slap.h/slurp.h.
-
Kurt Zeilenga authored
type 'sig_atomic_t' and marked it volatile. Add detection to configure to ensure sig_atomic_t and volatile are supported.
-
Kurt Zeilenga authored
-lldap_r can now be implemented...
-
- Dec 01, 1998
-
-
Kurt Zeilenga authored
Remove MD5 and SHA1 options (both are now always on). Rename functions to be lutil_ instead of ldap_. Create --enable-cleartext option. Default is currently 'on'.
-
- Nov 30, 1998
-
-
Kurt Zeilenga authored
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
the exact nature of the functionality being tested. -DNO_THREADS does NOT have a yield select, hence the macro is not defined. The slapd/daemon code has been changed to test both no threads and yielding select before using a timeout of NULL.
-
Kurt Zeilenga authored
Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection). Updated autoconf to 1.12 with sed patch (don't use stock 1.12). aclocal.m4 is built using automake's aclocal, v1.3. Updated mkdep to support libtool .lo files. Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T Autoconf now checks to ensure C compiler supports ANSI C prototypes. Updated make files templates.
-
- Nov 17, 1998
-
-
Kurt Zeilenga authored
Add ac/bytes.h to provided sized types. Use new sized type in md5/sha1 header through simple typedef. Should substitute old type for new everywhere.
-
- Nov 11, 1998
-
-
Kurt Zeilenga authored
-thread & -pthread are still treated as libraries, will need additional work to use them as CFLAGS. Eliminated HAVE_DCE define (was redundant) and its use. Code now relies on draft4 and function existance tests.
-
- Nov 09, 1998
-
-
Kurt Zeilenga authored
configure generates ldap_features.h based from ldap_features.h.in LDAP_REFERRALS -> LDAP_API_FEATURE_OPENLDAP_V2_REFERRALS LDAP_DNS -> LDAP_API_FEATURE_OPENLDAP_V2_DNS
-
- Nov 08, 1998
-
-
Kurt Zeilenga authored
-