- 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
-
- Nov 06, 1998
-
-
Kurt Zeilenga authored
Remove AC_GCC_TRADITIONAL check. Likely to cause more harm than good.
-
- Nov 05, 1998
-
-
Kurt Zeilenga authored
modify apps to use TOLOWER/TOUPPER macros to ensure isupper/islower is called when approprate.
-
- Nov 04, 1998
-
-
Kurt Zeilenga authored
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 22, 1998
-
-
Kurt Zeilenga authored
Updated portable.h.nt. Still having problems with tests.
-
Kurt Zeilenga authored
Need to sort out remaining ifnames and run testsuite.
-
- Oct 21, 1998
-
-
Kurt Zeilenga authored
-
- Oct 20, 1998
-
-
Kurt Zeilenga authored
-
- Oct 19, 1998
-
-
Kurt Zeilenga authored
Rely on portable.h.
-
- Sep 30, 1998
-
-
Kurt Zeilenga authored
-
- Sep 23, 1998
-
-
Kurt Zeilenga authored
-
- Sep 20, 1998
-
-
Kurt Zeilenga authored
-
- Sep 17, 1998
-
-
Kurt Zeilenga authored
however much is still needed (included db2 and thread detection)
-
Kurt Zeilenga authored
handle ldapconfig.h.in.
-