]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/attribute.c
NVALUES: fix a couple of value_find_ex() calls
[openldap] / servers / slapd / back-bdb / attribute.c
2003-02-26 Howard ChuFix attribute/group to allow TXN to abort on lock failu...
2003-02-26 Howard ChuITS#2122 - actually use the passed in txn handle!!
2003-02-07 Jong Hyuk Choiuse of normalized dn (fix for a deadlock case ITS#2195)
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-01-03 Kurt ZeilengaHappy new year
2002-09-05 Kurt Zeilengaback_attribute() should use ACL_AUTH not ACL_READ (at
2002-08-20 Kurt ZeilengaQuick check of LOCK_ID() return. Likely should retry...
2002-08-20 Kurt ZeilengaMore places where LOCK_ID() calls need to be checked.
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-05-07 Howard ChuTurn these functions on again. Need backend_attribute...
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-04-05 Howard ChuITS#1709 j was logged uninitialized
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-17 Kurt ZeilengaDon't use BDB group/attribute callbacks as they may...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-12 Howard ChuAdded bdb_attribute and bdb_group ACL support routines