openldap/libraries/libldap
Kurt Zeilenga bd6dfe333d LDBM/back-ldbm locking reworked!
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.
1999-01-26 20:55:54 +00:00
..
abandon.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
add.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
addentry.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
apitest.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
apitest.dsp Update NT4 port. 1998-11-11 05:50:51 +00:00
apitest.dsw Update NT4 port. 1998-11-11 05:50:51 +00:00
bind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
cache.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
charset.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
cldap.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
compare.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
controls.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
delete.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
disptmpl.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
dsparse.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
error.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
free.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
friendly.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
getattr.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
getdn.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
getdxbyname.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
getentry.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
getfilter.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
getvalues.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
init.c Add lber_log_print support to libldap. 1999-01-26 00:27:51 +00:00
kbind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
ldap-int.h Add lber_log_print support to libldap. 1999-01-26 00:27:51 +00:00
ldap.conf Add reference to ldap.conf(5). 1999-01-16 01:50:12 +00:00
ldapfilter.conf LDAPworld P1: DEC and other portability issues 1998-08-09 02:28:45 +00:00
ldapfriendly Initial revision 1998-08-09 00:43:13 +00:00
ldapsearchprefs.conf Initial revision 1998-08-09 00:43:13 +00:00
ldaptemplates.conf Initial revision 1998-08-09 00:43:13 +00:00
libldap.dsp Add strdup.c to project file. 1998-11-20 07:38:09 +00:00
libldap.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsp merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Add lber_log_print support to libldap. 1999-01-26 00:27:51 +00:00
messages.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
modify.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
modrdn.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
open.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
options.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
os-ip.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
print.c LDBM/back-ldbm locking reworked! 1999-01-26 20:55:54 +00:00
references.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
request.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
result.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
sbind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
search.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
sort.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
srchpref.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
string.c Forgotten commit of string rearrangement. 1999-01-24 01:32:04 +00:00
test.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
tmplout.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
tmpltest.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
ufn.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
unbind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
url.c Updates regarding threads and names. 1999-01-15 14:49:03 +00:00
util-int.c Move libldap/strdup.c to string.c. 1999-01-22 04:33:29 +00:00
Version.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00