- Dec 30, 1998
-
-
Kurt Zeilenga authored
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
- Dec 24, 1998
-
-
Randy Kunkee authored
Add check for to configure.in vsprintf, since HAVE_VSPRINTF is presumably what was intended there. Finally, also protected a bunch of if test expressions with double quotes, as they were producing illegal test commands.
-
- Dec 22, 1998
-
-
Kurt Zeilenga authored
Updated other codes as needed.
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
LDAP_SYSLOG in slap.h/slurp.h.
-
Kurt Zeilenga authored
-
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 19, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
including use of ctime_r, gethostby*_r, etc.. Also reworked ldap_sort_entries to be reentrant. Need to add code to properly set LDAP_API_FEATURE_THREAD_SAFE.
-
- Dec 17, 1998
-
-
Kurt Zeilenga authored
hosts_access depends on caller declaring some externs and, hence, can be used for the test.
-
- Dec 14, 1998
-
-
Kurt Zeilenga authored
Add plain -lpthread check. Move *_r() checks so that they are checked for regradless of thread libs used. Before they were only being checked when using threads. Fix yields test such that compile/link/odd runtime failures results in 'yes' instead of 'no'.
-
- Dec 10, 1998
-
-
Kurt Zeilenga authored
-
- Dec 07, 1998
-
-
Kurt Zeilenga authored
-
- Dec 04, 1998
-
-
Kurt Zeilenga authored
linking with $LTHREAD_LIBS.
-
Kurt Zeilenga authored
Don't use new HAVE_FUNC_R on the client side (apps or libs).
-
- Dec 02, 1998
-
-
Kurt Zeilenga authored
-
- Dec 01, 1998
-
-
Kurt Zeilenga authored
-
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'.
-
Kurt Zeilenga authored
-
- Nov 30, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 29, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
to be used. --without-subdir can be used to specify no subdirectory.
-
Kurt Zeilenga authored
default sysconfdir subdirectory is openldap instead of ldap. This removes conflicts with other ldap subsystems. Should be configure option. *.conf files are now preserved. A *.conf.default are always created with the latest conf. *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir) updated man pages to reflect changes.
-
- Nov 25, 1998
-
-
Kurt Zeilenga authored
-
- Nov 23, 1998
-
-
Kurt Zeilenga authored
now that the mktime check is commented out.
-
Kurt Zeilenga authored
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
-
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
-
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 21, 1998
-
-
Kurt Zeilenga authored
-
- Nov 20, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 18, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Sync portable.h.nt with portable.h.in
-
- 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.
-
Kurt Zeilenga authored
not to require knowledge of byte order such that this check can be removed.
-
Kurt Zeilenga authored
Update NT port.
-