]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/idl.c
Fix ITS#1774, BDB keys need ulen and flags to be initialized because BDB
[openldap] / servers / slapd / back-bdb / idl.c
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