]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Move MSVC port to the Attic
[openldap] / servers / slapd / back-bdb / init.c
2004-07-12 Howard ChuRelease cache locker on db close
2004-07-11 Pierangelo Masaratilog what backend is starting (bdb/hdb)
2004-07-09 Howard ChuUse long-lived per-thread TXNs for loading entries...
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-06-24 Howard ChuITS#3201 partial fix. still encountering deadlocks.
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-05 Kurt ZeilengaFirst rounds of backend/database flag cleanup
2004-03-06 Howard ChuRevert to original code
2004-03-06 Howard ChuStore IDs in BeigEndian format on disk
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-01-01 Kurt ZeilengaHappy new year
2003-12-11 Jong Hyuk Choifix for concurrent persistent searches
2003-12-08 Kurt Zeilengaunifdef -DLDAP_CONTROL_PAGEDRESULTS (as it is always...
2003-12-07 Howard ChuMinor cleanup
2003-11-28 Kurt ZeilengaNotices
2003-11-13 Howard ChuITS#2816 init_module for dynamic HDB
2003-09-25 Howard ChuRevert to previous behavior:
2003-09-12 Howard ChuClarify/standardize library version mismatch error...
2003-08-30 Jong Hyuk Choislaptool update for LDAP Sync replication
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-26 Jong Hyuk ChoiIDL cache AVL tree initialize
2003-06-12 Howard ChuITS#2440 unmunge init_module names
2003-06-10 Kurt ZeilengaAdd server side assert control support.
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.
next