- Jan 17, 1999
-
-
Bart Hartgers authored
Fixed my own stupid mistake of not noticing the 'n' in #ifndef. strdup should work as it was again...
-
- Jan 16, 1999
-
-
Kurt Zeilenga authored
-
- Jan 15, 1999
-
-
Bart Hartgers authored
Updates for the new threading and utility stuff in libldap{_r}.
-
- 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 11, 1999
-
-
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.
-
- 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 07, 1999
-
-
Kurt Zeilenga authored
Removed old defines.
-
- Jan 05, 1999
-
-
Kurt Spanier authored
- slapd's pid/args file names are based on the servers binary file names, providing for multiple servers beeing run on one host. - slapd supports the -l command line parameter for selection of a syslog LOCAL user (-lLOCAL0 .. -lLOCAL7) - db_appinit() is called during first ldbm_open() in DB 2.x to initialize DB debugging features (good to find bugs in the DB code :-) - a patch for a non-initialized variable in DB's 2.x db_open is provided.
-
- 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.
-
Bart Hartgers authored
Teached autoconf to figure out how may arguments ctime_r expects. Updated util-int.c to use this information.
-
- Dec 29, 1998
-
-
Kurt Spanier authored
Introduction of ldbm_datum_init(). Patch for non-NULL pointer test befor call to ldbm_datum_free().
-
- Dec 28, 1998
-
-
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).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 26, 1998
-
-
Kurt Zeilenga authored
-
- Dec 24, 1998
-
-
Kurt Zeilenga authored
We'll put ldap_x_reference() functions in references.c
-
Kurt Zeilenga authored
-
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 23, 1998
-
-
Kurt Zeilenga authored
interfaces are used. Added comments to ldap_cdefs.h
-
Kurt Zeilenga authored
implemented) logging requires LDAP_DEBUG_XXX levels always be defined.
-
Kurt Zeilenga authored
ldap_set/get_option support for controls.
-
- Dec 22, 1998
-
-
Kurt Zeilenga authored
Remove ldap_get_lderrno().
-
Kurt Zeilenga authored
at runtime.
-
Kurt Zeilenga authored
from ldap.h to ldap-int.
-
Kurt Zeilenga authored
Updated other codes as needed.
-
- Dec 21, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
struct friendly (Friendly) changed to ldap_friendly (LDAPFriendly) ldap_friendly friend prefix changed to 'lf_' from 'f_' removed mod_next field from LDAPMod (struct ldapmod) modified slapd to use new LDAPModList (struct ldapmodlist) struct. Added LDAPv3 result codes to ldap.h
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
-
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
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 18, 1998
-
-
Kurt Zeilenga authored
and ber_flatten() to the -llber.
-
- 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 04, 1998
-
-
Kurt Zeilenga authored
linking with $LTHREAD_LIBS.
-