]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/idl.c
ITS#3527 - import fix from HEAD
[openldap] / servers / slapd / back-bdb / idl.c
2005-03-14 Howard ChuITS#3527 - import fix from HEAD
2005-01-20 Kurt ZeilengaHappy new year!
2004-07-16 Kurt ZeilengaChanges from HEAD, namely back-bdb updates
2004-03-17 Kurt ZeilengaSync with HEAD as of 14-March-2004
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
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-22 Howard ChuMoved IDL cache code to standalone functions.
2003-04-18 Jong Hyuk ChoiCaching non-existing index entries in the IDL cache...
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-04-05 Howard ChuRange check cleanup, added alias processing comments
2003-04-05 Howard ChuAdded code for BDB_ALIASES. Please test.
2003-03-12 Howard ChuITS#2368 - fix deleting key from range IDL
2003-03-12 Jong Hyuk ChoiError checking code for ITS#2367
2003-02-08 Kurt ZeilengaUse DB_VERSION_ to set BDB_ENOUGH
2003-02-08 Kurt ZeilengaReword BDB 4.0 bug comment now that configure requires...
2003-02-08 Kurt Zeilengaminor code cleanup
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-10 Howard ChuFix previous commit, check for dup in avl_insert
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-11-10 Pierangelo Masaratisilence warnings; fix messages
2002-09-13 Howard ChuFix ITS#2082, bdb_idl_intersection
2002-09-10 Howard ChuUnifdef BDB_IDL_MULTI.
2002-08-30 Howard ChuFix unindent commit
2002-08-30 Howard ChuUse DB_NODUPDATA when adding IDs. Silence log for DB_NO...
2002-08-30 Howard ChuUnindented a level. Fixed logging of keys.
2002-08-30 Howard ChuDon't mask DB_KEYEXIST errors in bdb_idl_insert_key...
2002-08-27 Howard ChuITS#2040 - in bdb_idl_fetch_key() use a large enough...
2002-08-25 Howard ChuFix ITS#2044 duplicate search results due to broken...
2002-07-31 Howard ChuFix bdb_idl_union of range and list (related to ITS...
2002-07-19 Howard ChuChange list->range conversion again, avoid extra c_put.
2002-07-18 Jong Hyuk Choichange in the IDL conversion from a list to a range
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-25 Howard ChuFix ITS#1774, BDB keys need ulen and flags to be initia...
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
2002-03-20 Howard ChuIn bdb_idl_fetch_key, the DB_MULTIPLE buffer must be...
2002-03-20 Howard ChuRewrote bdb_idl_insert_key and bdb_idl_delete_key for...
2002-03-17 Kurt Zeilengafix compilation error
2002-03-15 Julius EnarusaiAdded LDAP_LOG messages
2002-02-12 Kurt ZeilengaDon't print unprintable keys
2002-02-08 Howard ChuMinor IDL tweaks
2002-01-29 Kurt Zeilengadisable debug checks
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-18 Kurt ZeilengaFix compilation error
2002-01-18 Howard ChuUse DB_RMW in idl_fetch_key if called as part of a...
2002-01-16 Howard ChuFix bdb_idl_fetch/insert_key. Still fails test011.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuMinor fixes for BDB_IDL_MULTI
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuMore indexing fixes. Now passes tests 0-7, 10, and 11.
2001-11-24 Howard ChuFix initialization bugs
2001-11-14 Pierangelo Masaratifix a couple of misformats
2001-11-05 Kurt ZeilengaDon't use indices to support not [!] filters.
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...
2001-09-26 Kurt ZeilengaFix up binary search
2001-09-26 Kurt ZeilengaFix build errors
2001-09-25 Kurt Zeilengaidl_check for back-bdb
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2000-09-28 Kurt ZeilengaDisable debugging
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-28 Kurt ZeilengaFix idl_insert... add/modify/delete now working w/...
2000-09-28 Kurt ZeilengaAdd idl_dump for testing purposes
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-26 Kurt Zeilengareplace ALLIDS with RANGE IDLs
2000-09-26 Kurt ZeilengaApparently working slapadd!
2000-09-26 Kurt ZeilengaRough in passwd and referral routines
2000-09-26 Kurt ZeilengaAdd more diagnostics including linear search version...
2000-09-26 Kurt ZeilengaAdd diagnostics
2000-09-25 Kurt ZeilengaRough in search routine
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines
2000-09-22 Kurt Zeilengaremove lint
2000-09-21 Kurt Zeilengamodify idl_search to use binary search algorithm
2000-09-20 Kurt ZeilengaAdd idl_delete routines
2000-09-20 Kurt ZeilengaAdd dn2id code