]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/dn2id.c
error out when adding multiple olcIndex values for the same attribute (ITS#6196)
[openldap] / servers / slapd / back-bdb / dn2id.c
2009-06-19 Howard ChuMore for ITS#6177
2009-05-06 Howard ChuMore for prev commit: delete bdb_cache_info(), must...
2009-05-06 Howard ChuITS#6095 experimental fix: avoid purging other cases...
2009-05-01 Howard ChuDon't underflow malloc'd memory in hdb_fix_dn()
2009-01-26 Howard ChuITS#5859 fix IDL cache for hdb DB with empty suffix
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-11-22 Pierangelo Masaratimake messages more esplicative; fix style
2008-10-07 Howard ChuFix dn2idl when suffix = ""
2008-10-07 Howard ChuITS#5729 check for NULL bei_parent
2008-09-16 Pierangelo Masaratisilence warnings
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-05-19 Howard ChuFix bei_state access
2008-03-12 Pierangelo Masaratis/leave/func_leave/ to avoid OSF1 name clashing (ITS...
2008-01-08 Hallvard FurusethRemove unused variables
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-13 Howard ChuMore for -q tool mode
2007-12-06 Howard ChuCleanup dup_compare
2007-12-06 Howard ChuDrop unnecessary lock
2007-12-06 Howard ChuRe-introduce hdb dup_compare function, default compares...
2007-12-06 Howard ChuMore cleanup, hdb fixes
2007-12-06 Howard ChuITS#5262 must protect dn2id between the time it's read...
2007-12-05 Howard ChuITS#5262 additional cleanup
2007-12-05 Howard ChuITS#5262 use explicit cursor and locker in dn2id
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-02-09 Howard ChuITS#4838 fix fake root handling broken by prev commit
2007-02-08 Howard Chuuse dn2id index for extended filters using entryDN
2007-01-04 Howard ChuFix HDB - don't use IDL cache when it's not configured
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-15 Howard ChuFix ITS#4263
2005-11-28 Howard ChuITS#4223 don't store negative results in IDL cache
2005-11-20 Howard ChuIn hdb_dn2idl_internal, skip cursor get when dkids...
2005-11-01 Howard ChuITS#4132 reset CACHE_ENTRY_ONELEVEL when complete....
2005-10-18 Howard ChuITS#4088 force cursors to use same locker
2005-09-27 Howard ChuFix dn2id_add/del parent cache updates
2005-09-26 Howard ChuMore hdb optimizing - cache subtree IDLs, not just...
2005-09-16 Howard ChuMore hdb tweaks, add radix sort code from mbackes@symas.com
2005-09-15 Howard ChuMore optimizing - try harder to avoid sorting
2005-09-15 Howard ChuITS#4029 Fix misplaced lines in prev commit
2005-09-13 Howard ChuMore back-hdb search optimization
2005-07-30 Hallvard FurusethRemove warning that HDB code is experimental and unsupp...
2005-07-30 Hallvard FurusethChange diskNode.(n)rdn from unsigned char to char,...
2005-07-19 Luke HowardFix another crasher if parent is NULL
2005-07-19 Luke HowardFix crasher in hdb_dn2id() when parent is NULL
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-04 Hallvard FurusethDon't do pointer arithmetic on void*
2005-06-13 Howard ChuFix typo in prev commit
2005-06-13 Howard ChuITS#3773 additional fix
2005-06-13 Howard ChuITS#3773 fix RDN comparison
2005-04-27 Howard ChuITS#3688 don't sort range IDLs!
2005-04-13 Howard ChuITS#3647 back-hdb fixes, create unsorted subtree IDLs...
2005-04-11 Howard ChuITS#3647 fix hdb dn2idl SEGV
2005-04-09 Howard ChuITS#3616 use fake context entry if suffix is empty.
2005-04-09 Howard ChuITS#3638 Init ids to zero in bdb_dn2idl
2005-02-21 Howard ChuITS#3559 fix hdb dn2idl idl_cache usage
2005-01-24 Howard ChuMore for SLAP_TOOL_QUICK, disable locks as well
2005-01-11 Howard ChuByte-order independence for HDB: dn2id format changed...
2005-01-11 Howard ChuStart removing custom sort functions from hdb
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-08 Howard ChuFix ITS#3424
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-09-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-09-04 Pierangelo Masaratitrying to make names consistent
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-18 Howard ChuMake sure hdb gets signed chars for len comparison
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-06-16 Kurt Zeilengacleanup
2004-06-12 Howard Chuback-hdb fixes for ITS#3063
2004-03-06 Howard ChuRevert to original code
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaInitial subordinate implementation (for chaining)
2003-11-28 Kurt ZeilengaNotices
2003-10-08 Howard ChuFix prev commit setting NO_GRANDKIDS incorrectly
2003-10-03 Howard ChuFix HDB's use of IDL cache
2003-09-27 Howard ChuFix hdb cursor leak.
2003-09-23 Howard ChuFix alignment issues in hdb_dn2idl_internal
2003-09-23 Howard ChuFix back-hdb test006 failures due to bad return code...
2003-09-22 Howard ChuCleanup prev commit
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-06-12 Howard ChuAnother BDB_HIER e_name / e_nname fix
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-23 Howard ChuDon't re-cache IDL's retrieved from the cache
2003-05-01 Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-04-30 Howard ChuUse DB_RMW when deleting dn2id elements
2003-04-23 Howard ChuFix byte-ordering in bdb_dup_compare
2003-04-23 Howard ChuChange RDN compare funcs, we don't need lexical ordering
2003-04-23 Howard ChuSubtree rename support for the cache
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuOmit bei_rdn field from EntryInfo
2003-04-22 Howard Chufilter_candidate tweaks, search_stack tweaks
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuMem context tweaks for bdb_dn2idl
2003-04-22 Howard ChuFix typo in prev commit
2003-04-22 Howard ChuMoved IDL cache code to standalone functions.
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
next