openldap/libraries
Kurt Zeilenga 366701bdf7 Fix dbcache/entry lock deadlock. If dbcache lock is held, it's
okay to read and write LDBM specific fields (state, refcnt,
LRU.  The id field, though is read-only once set.
cache_find_entry_dn2id(), hence, does not require any entry locks.
cache_find_entry_id() must do a entry_rdwr_trylock() and back
off if busy.
Add new rdwr lock code with trylock() functionality.
Implement entry_rdwr_trylock().
1999-02-04 18:00:50 +00:00
..
libavl Revamp build system yet again to move all external libraries to 1999-01-14 01:31:43 +00:00
liblber zap ber buf pointer on free. 1999-01-29 06:07:02 +00:00
libldap Fix typo suggested by Heiko W.Rupp in ITS#63 1999-02-02 20:38:45 +00:00
libldap_r Fix dbcache/entry lock deadlock. If dbcache lock is held, it's 1999-02-04 18:00:50 +00:00
libldbm Backout recent init/startup changes in preparation for new 1999-02-04 17:41:19 +00:00
libldif Add lber_pvt.h with prototypes of lber_pvt_log_print{,f}. 1999-01-26 01:21:35 +00:00
liblutil Move libldap/strdup.c to string.c. 1999-01-22 04:33:29 +00:00
Makefile.in Use -lldap_r instead of -lldap -lthread. 1999-01-28 04:34:55 +00:00