openldap/libraries
Kurt Zeilenga 82b94e2258 Change SLAPD shutdown to do a cond wait on active threads instead
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.
1999-01-11 18:36:40 +00:00
..
libavl Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
liblber Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
libldap Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
libldap_r Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
libldbm Update build environment to fix VPATH support. 1999-01-10 02:25:41 +00:00
libldif Added lber_get/set_option. Removed lber_debug/ldap_debug. 1998-12-22 01:34:01 +00:00
liblthread Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
liblutil Added salted MD5 and SHA support. (SSHA,SMD5) 1998-12-30 05:32:17 +00:00
Makefile.in Don't include -lldap_r in make all (yet). 1998-12-19 16:59:51 +00:00