]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/dn2id.c
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / servers / slapd / back-bdb / dn2id.c
2011-09-19 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-18 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-18 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-17 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-15 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-15 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-14 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-13 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-12 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-10 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-08 Howard ChuMerge remote branch 'origin/mdb.master'
2011-09-07 Howard ChuMerge branch 'mdb.master' of ssh://git-master.openldap...
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-06 Howard ChuMerge branch 'mdb.master' of /home/hyc/OD/mdb
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-05 Howard ChuMerge remote branch 'mdb/mdb.master'
2011-09-01 Howard ChuMerge remote branch 'mdb4/master'
2011-08-25 Howard ChuITS#6983 fix duplicate entry in HDB subtree IDL
2011-01-05 Kurt ZeilengaHappy New Year
2010-12-30 Hallvard FurusethRemove lint (unused vars/labels/funcs/default:s)
2010-07-01 Howard ChuITS#6577 real fix: keep dn2id cursor open until we...
2010-04-13 Kurt Zeilengahappy belated New Year
2010-02-15 Ralf HaferkampITS#6467, use memcpy instead for strcpy when copying...
2010-01-11 Howard Chudn2id_lock is no longer needed
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)
next