- 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.
-
Kurt Zeilenga authored
Don't use new HAVE_FUNC_R on the client side (apps or libs).
-
- 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 29, 1998
-
-
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
-
Kurt Zeilenga authored
-
- Nov 23, 1998
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
now that the mktime check is commented out.
-
Hallvard Furuseth authored
Clarify a few comments.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
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.
-
Hallvard Furuseth authored
-