- 01 Mar, 1999 1 commit
-
-
Kurt Zeilenga authored
changes.
-
- 22 Feb, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 20 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
Implementation no longer uses strtok_r(), it may be broken or have an odd prototype. Update configure not to check for strtok/strtok_r nor require strtok_r to LDAP_API_FEATURE_X_OPENLDAP_REENTRANT.
-
- 14 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
instead of AC_CHECK_FUNCS() as symbol may be mangled.
-
- 04 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
Kerberos detection of des_debug detection of resolv.h and arpa/nameserv.h Updated affected codes.
-
- 03 Feb, 1999 1 commit
-
-
Kurt Zeilenga authored
Update acconfig.h to use @TOP@ and @BOTTOM@ to rid ourselves of the .top/.bot files.
-
- 01 Feb, 1999 3 commits
-
-
Kurt Zeilenga authored
Supports 'yes', 'no' (default), and 'auto'.
-
Kurt Zeilenga authored
Fix LDAP_API_VENDOR_VERSION -> LDAP_VENDOR_VERSION bug
-
Kurt Zeilenga authored
-
- 28 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
Likely broke things for non-posix threadings.... Update -lldap_r implementation to: remove attribute support hide thread detachment provide concurrency accessors provide initialization function fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS) Update servers/libraries to use ldap_pvt_thread_ calls. Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)! Removed -llthread
-
- 24 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
Rewrite all child waits to use wait4 (for consistency only).
-
- 16 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
John's still working on the 'perl-test' (the perl backend test module).
-
- 13 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
in -lbind then in -lresolv.
-
- 11 Jan, 1999 2 commits
-
-
Kurt Zeilenga authored
creating them detached. This hopefully will reduce problems on draft4 pthread implementations related to creating detached threads (which is _np under draft4) on some platforms without causing problems with other thread implementations.
-
Kurt Zeilenga authored
of a busy wait and allow the pthread_yield within the loop to be removed. This was the only pthread_yield which was necessary when usng non-preemptive threads. As such, the configure.in sched_yield/pthread_yield missing error can be removed from configure.in. If explicit yield function is missing, just provide a no-op replacement. Moved declaration of various slapd globals from main.c to init.c so they can be shared with ldbm tools.
-
- 10 Jan, 1999 1 commit
-
-
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.
-
- 02 Jan, 1999 2 commits
-
-
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.
-
Bart Hartgers authored
Teached autoconf to figure out how may arguments ctime_r expects. Updated util-int.c to use this information.
-
- 28 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
add/merge as we now free strings agressively. Improved debug message to include name of missing required attribute and added check for 'operational attributes'. This check should be used everywhere we need to test for operational attributes (add/modify). Also, enabled schema checking for tests (and fixed resulting problems by adjusting oc.conf).
-
- 24 Dec, 1998 1 commit
-
-
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.
-
- 20 Dec, 1998 4 commits
-
-
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...
-
- 19 Dec, 1998 1 commit
-
-
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.
-
- 14 Dec, 1998 1 commit
-
-
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'.
-
- 04 Dec, 1998 2 commits
-
-
Kurt Zeilenga authored
linking with $LTHREAD_LIBS.
-
Kurt Zeilenga authored
Don't use new HAVE_FUNC_R on the client side (apps or libs).
-
- 01 Dec, 1998 1 commit
-
-
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'.
-
- 30 Nov, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Nov, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Nov, 1998 2 commits
-
-
Kurt Zeilenga authored
now that the mktime check is commented out.
-
Kurt Zeilenga authored
-
- 22 Nov, 1998 2 commits
-
-
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.
-
- 21 Nov, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 18 Nov, 1998 1 commit
-
-
Kurt Zeilenga authored
Sync portable.h.nt with portable.h.in
-