]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/id2entry.c
Restructured to avoid direct use of sl_malloc functions. Minimizes impact
[openldap] / servers / slapd / back-bdb / id2entry.c
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-24 Howard ChuDon't use single malloc for BDB_HIER e->e_name + e...
2003-05-11 Howard ChuPlug leak in hdb
2003-05-02 Howard ChuITS#2480 uninit'd vars
2003-04-25 Howard ChuITS#2467 NULL pointer check
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuFix id2entry, let bdb_cache_release_all clean up EntryInfos
2003-04-16 Howard ChuHierarchical cache management.
2003-04-05 Kurt Zeilenga#unifdef -DSLAP_NVALUES_ON_DISK
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-27 Howard ChuFix previous commit
2003-03-26 Howard ChuSave DB_LOCK structure so it can be released later.
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-24 Howard ChuSLAP_NVALUES fix
2003-03-23 Howard ChuBDB_HIER was defined by accident, undef
2003-02-26 Howard Chubdb_entry_return must explicitly check for/free attr...
2003-01-24 Howard ChuDelete redundant ch_free().
2003-01-03 Kurt ZeilengaHappy new year
2002-09-19 Howard ChuUpdated BDB_HIER for current API
2002-06-10 Jong Hyuk ChoiDB_RMW flag to dn2id and id2entry
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-05-03 Howard ChuFix DN freeing in BDB_HIER case. (BDB_HIER is still...
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-01-29 Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-15 Howard ChuDo a regular entry_free on entries from do_add
2001-12-09 Howard ChuClean up bdb_entry_release / bdb_entry_return
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-12-05 Howard ChuFixup bdb_entry_release now that entry_decode uses...
2001-12-03 Howard ChuRewrote entry_encode/entry_decode again, uses 50% less...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-10-22 Howard ChuFix some uninitialized variables
2001-10-22 Howard ChuMoved binary entry_encode/entry_decode into main code...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-19 Howard ChuPatches for modify/modrdn to work with BDB_USE_BINARY_RW.
2001-10-19 Howard ChuAdded new bdb_encode/bdb_decode functions, must #define...
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt ZeilengaGot base entry...
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-25 Kurt ZeilengaRough in search routine
2000-09-24 Kurt ZeilengaAdd dn2entry.c
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines