]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
Initial round of changes for 2.3 beta
[openldap] / servers / slapd / back-bdb / init.c
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-17 Kurt ZeilengaSync with HEAD
2005-03-14 Kurt ZeilengaSync with HEAD
2005-02-02 Kurt ZeilengaSync with HEAD OPENLDAP_REL_ENG_2_3_1ALPHA
2005-01-28 Kurt ZeilengaSync with HEAD
2005-01-24 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-28 Pierangelo Masaratilist permissive in supported controls (ITS#3453)
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-03 Howard ChuAdd a checkpoint task if time-based checkpointing is...
2004-11-27 Howard ChuMore migration of syncrepl from frontend to syncprov...
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-17 Pierangelo Masaratirevert last commit
2004-11-17 Howard ChuFix BDB 4.3 fasttool, flag must be set before opening...
2004-11-17 Pierangelo Masaraticleanup previous commit
2004-11-17 Pierangelo Masaratilog the right function names
2004-11-15 Pierangelo Masaratiremove back-*/external.h
2004-11-13 Pierangelo Masaratifirst step towards removing back-*/external.h
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-10-16 Howard Chudefine DB_VERSION_FULL to simplify version checks
2004-10-16 Jong Hyuk Choifurther cleanup of search data upon exit, abandon,...
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-23 Jong Hyuk ChoiModified @oc supprot code to the share anlist routines...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
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
next