- Feb 01, 1999
-
-
Kurt Zeilenga authored
Added comment with order of checks.
-
Kurt Zeilenga authored
Supports 'yes', 'no' (default), and 'auto'.
-
Kurt Spanier authored
initialization after reading slapd.conf, and before starting the daemon
-
Kurt Zeilenga authored
Fix LDAP_API_VENDOR_VERSION -> LDAP_VENDOR_VERSION bug
-
Kurt Zeilenga authored
Add AWK for mkdep.
-
Kurt Zeilenga authored
AC_CYGWIN AC_MINGW32 AC_EXEEXT AC_OBJEXT
-
Kurt Zeilenga authored
-
- Jan 31, 1999
-
-
Kurt Zeilenga authored
instead of array with overlayed struct fields. (which is inherently non-portable). Change maxid check in insert to be greater than or equal instead of equal. Use SAFEMEMCPY.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
openned (by ldap_open()). This allows ldap_init() to function properly!
-
- Jan 29, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Don't leak abandon mutex. Use ch_malloc and friends.
-
Kurt Zeilenga authored
should also return error in ldap_count_entries returns an error.
-
- Jan 28, 1999
-
-
Kurt Zeilenga authored
I probably deleted it by mistaked when axing cond attrs.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
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
-
Kurt Zeilenga authored
preferred. ldap_open is to be depreciated.
-
- Jan 27, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Assume portable.h has been included Include ldap_cdefs.h at the top.
-
Will Ballantyne authored
is now ignored if it is the same as the real suffix.
-
- Jan 26, 1999
-
-
Kurt Zeilenga authored
back-ldbm was using a cache specific lock to protect non-reentrant database routines from being reenterred. This is inadequate. Also, reentrant database systems calls were serialized unnecessarily. Non-reentrant database calls must have a big_mutex. Implemented this within -lldbm itself. library requires ldbm_initialize() be called before any other ldbm call to initialize the big_mutex and to do any other db specific initialization (ie: such as required for DB2). The dbc_mutex, dbc_cv, & dbc_readers fileds of dbcache are history. The "reentrant_database" (REENTRANT_DATABASE) define is also axed.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
behind REENTRANT_DATABASE. rename reentrant_database -> REENTRANT_DATABASE. When REENTRANT_DATABASE is defined, the simple lock is replaced with a simple reader/writer lock. This functionality should be removed from back-ldbm to libldbm.
-
Kurt Zeilenga authored
is released. Some other thread may have cache locked but blocking on parent. Must give up parent lock before acquiring cache lock.
-
Kurt Zeilenga authored
Have forkandexec() return pid_t instead of int.
-
Kurt Zeilenga authored
Ripple name change through -llber & -lldap. Update -lldif to use lber_pvt_log_printf() instead of Debug.
-
Kurt Zeilenga authored
Redefine Debug macro to call ldap_log_printf(NULL, lvl, fmt, ...) Should replace each Debug statement with direct call to ldap_log_printf passing LDAP session if available.
-
Kurt Zeilenga authored
-
- Jan 25, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
with some 'make' programs that have a rule to create 'install' from it there is no 'Makefile'. (per autoconf 2.12).
-
- Jan 24, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-