]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
More changes to let BDB build without LDBM.
[openldap] / servers / slapd / back-bdb /
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-04 Kurt ZeilengaAdd prelim index code from LDBM, needs work...
2001-10-03 Kurt ZeilengaAdd BDB_INDEX error handling
2001-10-03 Kurt ZeilengaAdd error handling to BDB_INDEX code
2001-10-03 Kurt ZeilengaAn incremental step.
2001-10-03 Kurt ZeilengaAdd BDB index config code
2001-10-03 Kurt ZeilengaReplace #if 0 with #if MACRO
2001-10-03 Kurt ZeilengaEnable management of attribute indices. Not yet used...
2001-10-02 Pierangelo Masaraticandidate check using new macro from Kurt
2001-10-02 Kurt ZeilengaAdd BDB_IDL_N() macro for ando
2001-10-02 Pierangelo Masaratiforward porting of time/size limits from back-ldbm...
2001-10-02 Pierangelo Masaratiforward porting of empty parent dn checks from back...
2001-10-02 Pierangelo Masaratiforward porting of composite rdn handling from back...
2001-09-26 Kurt ZeilengaFix up binary search
2001-09-26 Kurt ZeilengaUse a 64MB stack (instead of a 64K on some systems...
2001-09-26 Kurt ZeilengaFix build errors
2001-09-25 Kurt Zeilengaidl_check for back-bdb
2001-07-31 Kurt ZeilengaFix typo
2001-07-31 Kurt ZeilengaClean up
2001-07-31 Kurt ZeilengaLast changes should have been #ifdef
2001-07-31 Kurt ZeilengaFix basic operations
2001-07-31 Kurt ZeilengaFix slapadd crash when only a subset of databases have...
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2001-03-15 Kurt ZeilengaFix error text bugs
2001-03-15 Kurt ZeilengaFix typo in $SRCS
2000-10-11 Kurt ZeilengaAdjust result code when entry is not found to noSuchObject
2000-10-01 Kurt ZeilengaFix thread handling and error printing
2000-09-30 Kurt ZeilengaFix no_threads build
2000-09-29 Kurt ZeilengaAdd dead lock detection thread.
2000-09-28 Kurt ZeilengaDisable debugging
2000-09-28 Kurt Zeilengareport retries
2000-09-28 Kurt ZeilengaAdd txn_checkpoint()'ing
2000-09-28 Kurt Zeilengaworking modrdn...
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-28 Kurt ZeilengaDon't complain about non-existance IDL "range" candidates
2000-09-28 Kurt ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaFix referrals no-referrals case
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt ZeilengaFix cursor logic
2000-09-26 Kurt Zeilengareplace ALLIDS with RANGE IDLs
2000-09-26 Kurt ZeilengaAdd reindex
2000-09-26 Kurt ZeilengaAdd kludge to get working tests add/populate.
2000-09-26 Kurt ZeilengaGot base entry...
2000-09-26 Kurt ZeilengaFix ber_scanf and init bugs
2000-09-26 Kurt Zeilengainclude external.h
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-26 Kurt ZeilengaFix nextid
2000-09-26 Kurt ZeilengaAdd additional diagnostics
2000-09-26 Kurt ZeilengaFix initialization, add additional diagnostics
2000-09-25 Kurt ZeilengaAdd bind()
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-25 Kurt ZeilengaClean up debug messages
2000-09-25 Kurt ZeilengaDisable sub directory support for now
2000-09-25 Kurt ZeilengaAdd minimal config support
2000-09-25 Kurt ZeilengaUpdate build environment for back-bdb
2000-09-25 Kurt ZeilengaFinish search rough in (w/o alias nor indexing support)
2000-09-25 Kurt ZeilengaRough in search routine
2000-09-24 Kurt ZeilengaAdd dn2entry.c
2000-09-24 Kurt ZeilengaAdd compare routine
2000-09-23 Kurt Zeilengarough in an add/delete and deadlock avoidance
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
2000-09-20 Kurt ZeilengaReply on DB_CONFIG for tuning...
2000-09-19 Kurt ZeilengaAdd new nextid code.
2000-09-19 Kurt ZeilengaAdd rough implementation of tool callbacks.
2000-09-19 Kurt ZeilengaAdd BDB errcall
2000-09-18 Kurt ZeilengaDon't set DB_PRIVATE yet.
2000-09-18 Kurt ZeilengaAdd errpfx and errcall
2000-09-18 Kurt ZeilengaAdd set_*_dir calls
2000-09-18 Kurt ZeilengaFix up back-bdb framework
2000-09-18 Kurt ZeilengaInitial autoconf support for back-bdb
2000-09-18 Kurt ZeilengaFramework for back-bdb