- Feb 03, 1999
-
-
Kurt Zeilenga authored
Update acconfig.h to use @TOP@ and @BOTTOM@ to rid ourselves of the .top/.bot files.
-
- Feb 02, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
idl_free() had insurance.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
needs work.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
autoconf/automake environment and should always use provided configure.
-
Kurt Spanier authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Fix idl_nextid not to skip an ID if ID not in list. Both of these should not occur if used correctly, but cheap insurance against incorrect usage is welcomed.
-
- 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.
-