]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/delete.c
Restructured to avoid direct use of sl_malloc functions. Minimizes impact
[openldap] / servers / slapd / back-bdb / delete.c
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-23 Howard ChuITS#2541 added bdb_cache_delete_cleanup() to defer...
2003-05-20 Jong Hyuk Choipersistent search updates with recent changes
2003-05-02 Howard ChuITS#2480 uninit'd vars
2003-04-30 Howard ChuLog errors from dn2id failures
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-11 Howard ChuMore memory context tweaks
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-13 Kurt Zeilengaminor cleanup
2003-03-12 Howard ChuFix error messages
2003-02-26 Howard ChuOnly check opinfo.boi_err when ACL check failed.
2003-02-26 Howard ChuFix attribute/group to allow TXN to abort on lock failu...
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-03 Kurt ZeilengaHappy new year
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-07 Kurt ZeilengaMore "entry" level ACLs for entry add, delete, and...
2002-10-04 Kurt ZeilengaFix up last commits
2002-10-04 Kurt ZeilengaAdd "entry" ACL checks for add/delete/rename ops
2002-08-31 Pierangelo Masaratiimproved support for NOOP; add is fine, the other write...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-10 Jong Hyuk ChoiDB_RMW flag to dn2id and id2entry
2002-06-06 Jong Hyuk Choiremove dbenv->lock_put() call from transaction-protecte...
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-04-29 Jong Hyuk Choipointer initialization
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-02 Kurt ZeilengaAdd cache txn_prepare code based upon submission (ITS...
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-29 Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
2002-01-26 Pierangelo Masaratiappropriately detect index delete failure
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-18 Howard ChuAdded ldap_pvt_thread_yield() after txn_abort
2002-01-17 Pierangelo Masaratianother round replacing dn_parent ...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-06 Howard ChuFix some debug statements
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-07 Howard ChuBare minimum changes to support BDB 4.0
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-27 Howard ChuFixed exit code processing. passwd.c never committed...
2001-11-24 Howard ChuFixed exit condition code checks and log msg, was retur...
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdate dn can add/modrdn/delete entries rooted at ...
2001-11-14 Pierangelo Masaratifix a couple of misformats
2001-11-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-13 Kurt ZeilengaPort ITS#1430 changes from ldbm
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2000-09-28 Kurt ZeilengaAdd txn_checkpoint()'ing
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-28 Kurt ZeilengaClean up logging... need to hand run idl_delete to...
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-24 Kurt ZeilengaAdd dn2entry.c
2000-09-24 Kurt ZeilengaAdd compare routine
2000-09-23 Kurt Zeilengarough in an add/delete and deadlock avoidance