]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Add first cut BDB no-op control support.
[openldap] / servers / slapd / back-bdb / init.c
2002-01-29 Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-21 Kurt ZeilengaSet lock detector to DEFAULT, not NORUN.
2002-01-20 Kurt ZeilengaITS#1541 fix.
2002-01-18 Howard ChuDo deadlock detection on any conflict, instead of in...
2002-01-17 Howard ChuIn db_destroy, cannot checkpoint a NULL dbenv.
2002-01-17 Howard ChuDB_NODUPDATA is not a valid open flag
2002-01-17 Kurt ZeilengaDon't use BDB group/attribute callbacks as they may...
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-11 Kurt ZeilengaAdd system schema flags to backends supporting system...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-01 Howard ChuRemove abandon cruft
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-20 Howard ChuFix - don't free constant database names
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-15 Howard ChuMore cleanup for bdb_db_close
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Kurt ZeilengaDisallow duplicate duplicate data
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuRe-introduce BDB_ID2ENTRY_PAGESIZE. Even if the index...
2001-12-07 Howard ChuMinor fixes for BDB_IDL_MULTI
2001-12-07 Howard ChuBare minimum changes to support BDB 4.0
2001-11-28 Howard ChuRenamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Howard ChuSet the id2entry database pagesize to BDB_ID2ENTRY_PAGE...
2001-11-27 Howard ChuEliminated nextid database. id2entry database is now...
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-12 Howard ChuAdded bdb_attribute and bdb_group ACL support routines
2001-11-05 Howard ChuFix for dbnosync - DB_TXN_NOSYNC is not a valid flag...
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-05 Kurt ZeilengaAnother round. BDB_INDEX almost ready for functional...
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-03 Kurt ZeilengaAn incremental step.
2001-09-26 Kurt ZeilengaFix build errors
2001-07-31 Kurt ZeilengaFix basic operations
2001-07-31 Kurt ZeilengaFix slapadd crash when only a subset of databases have...
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 ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt ZeilengaRough in passwd and referral routines
2000-09-26 Kurt ZeilengaFix initialization, add additional diagnostics
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-24 Kurt ZeilengaAdd dn2entry.c
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-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 ZeilengaFramework for back-bdb