]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Suck in changes from HEAD (CHANGES needs ITS #s)
[openldap] / servers / slapd / back-bdb / init.c
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-01-01 Kurt ZeilengaHappy new year
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-11 Howard ChuAdded SLAP_TOOL_READMAIN and SLAP_TOOL_READONLY slapMod...
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-21 Howard Chumemory context tweaks
2003-04-18 Howard ChuAdd shm_key config keyword to use shared memory for...
2003-04-18 Jong Hyuk ChoiCaching non-existing index entries in the IDL cache...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-16 Howard ChuFree IDL_CACHE locks
2003-04-08 Pierangelo Masaratifree cache only if required
2003-04-08 Jong Hyuk Choibdb->bi_idl_tree_lrulock initialize
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-29 Howard ChuDeleted bi_database_mutex, use DB_LOCK instead. Changed...
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-22 Howard ChuStill need DB_AUTO_COMMIT flag
2003-03-18 Howard ChuDon't use DB_AUTO_COMMIT when opening a database
2003-03-13 Howard ChuITS#2371, fix BDB_SUBDIRs
2003-03-12 Jong Hyuk ChoiAVL delete upon shutdown (ITS#2367)
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
2003-03-04 Howard ChuMultiple-suffix fail msg should be logged at ERR/ANY...
2003-02-14 Kurt ZeilengaUse function pointers to get at backend routines.
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-30 Howard ChuDisallow multiple suffixes by default. Otherwise subtre...
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-18 Howard ChuFix previous commit, compare must return signed result
2002-12-17 Kurt ZeilengaDon't reeval expression
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-21 Pierangelo MasaratiSupport for RFC 2696:
2002-11-10 Pierangelo Masaratisilence warnings; fix messages
2002-11-10 Pierangelo Masaratiremove #ifdef SLAP_FILTER_HASSUBORDINATES
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-09-19 Howard ChuSimpler fix for NO_THREADS
2002-09-19 Howard ChuDon't set bdb yield with NO_THREADS
2002-09-19 Howard ChuFixes for NO_THREADS
2002-09-15 Kurt ZeilengaAdd LDAP_CONTROL_CLIENT_UPDATE to list of supported...
2002-09-12 Howard ChuSet BDB's global allocators to ber_*, don't bother...
2002-09-10 Howard ChuUnifdef BDB_IDL_MULTI.
2002-08-31 Pierangelo Masaratidefine macros for appropriate sizing of lutil buffers
2002-08-22 Howard ChuOS/390 EBCDIC support
2002-08-22 Howard ChuAdded support for BDB 4.1.17
2002-08-11 Howard ChuNever use DB_RECOVER flag when opening DB_ENV. Recovery...
2002-08-07 Howard ChuPlug config leaks
2002-08-03 Howard ChuFix ITS#1994, Windows heap consistency
2002-07-13 Howard ChuTweak: For slap tools, don't set DB_RECOVERY flag when...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-07 Howard ChuTurn these functions on again. Need backend_attribute...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-16 Jong Hyuk ChoiHallvard B. Furuseth's patch for cache lock and mutex
2002-04-15 Jong Hyuk Choiconcurrent cache access: separation of cache lock ...
2002-03-23 Pierangelo Masaratiport hasSubordinates handling to back-bdb
2002-03-19 Julius EnarusaiAdded LDAP_LOG messages
2002-02-18 Kurt Zeilenga#ifdef experimental controls
2002-02-12 Kurt ZeilengaRevert most of last change
2002-02-11 Kurt ZeilengaUse UUID to generate a GID for txn_prepare. Based...
2002-02-11 Kurt ZeilengaMove BDB backend initialization to bdb_open. bdb_initi...
2002-02-02 Kurt ZeilengaSwitch to openldap-data directory
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
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
next