]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/id2entry.c
Relax entry_header, zero-length entries are valid.
[openldap] / servers / slapd / back-bdb / id2entry.c
2011-08-27 Howard ChuRelax entry_header, zero-length entries are valid.
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-22 Howard ChuFix typo in prev commit
2008-11-22 Howard ChuInitialize bli_flag
2008-10-07 Howard ChuITS#5728 release entries before send_ldap_ber()
2008-09-02 Pierangelo Masaratidon't dereference NULL pointers (ITS#5676)
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-08-09 Pierangelo Masaratidon't return entry if requested attr is not present... LOCKER_IDS
2008-05-01 Howard ChuFix prev commit
2008-05-01 Howard ChuUse o_extra instead of o_private
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-28 Howard ChuRemove unnneded boi_locker field
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-07-24 Howard ChuQuick and dirty BDB 4.6.18 support. Expect this to...
2007-06-09 Hallvard FurusethITS#5007: Rename label "leave"; OSF1 pthread.h makes...
2007-01-25 Howard ChuITS#4810 bi_entry_get_rw() must return the entry regard...
2007-01-02 Kurt Zeilengahappy new year
2006-12-31 Howard ChuCleanup db_lock/unlock parameters
2006-09-27 Ralf HaferkampCheck for the correct return code of cursor->c_get...
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-03-31 Howard ChuCleanup
2006-01-03 Kurt ZeilengaHappy new year!
2005-10-18 Howard ChuEliminate long-lived read transaction, we can just...
2005-10-16 Howard ChuITS#4088 proposed fix
2005-07-04 Hallvard FurusethDebug output: printed soc_cname, should be soc_cname...
2005-04-07 Kurt ZeilengaImproved log message when cannot find entry of desired...
2005-02-20 Howard ChuCleanup unused variables
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-26 Luke Howardboi_bdb must be set
2004-07-25 Howard ChuFix ITS#3255, boi_bdb comparisons
2004-07-17 Pierangelo Masaratinormalize authcDN (ITS#3246); don't touch databases...
2004-07-04 Howard ChuPlug memleak from ITS#2895
2004-03-06 Howard ChuRevert to original code
2004-03-06 Howard ChuStore IDs in BeigEndian format on disk
2004-01-01 Kurt ZeilengaHappy new year
2003-11-28 Kurt ZeilengaNotices
2003-09-20 Howard ChuFix segfault if entry_get is called with NULL attribute
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