]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/init.c
suffix must be present (ITS#3901)
[openldap] / servers / slapd / back-bdb / init.c
2005-07-28 Pierangelo Masaratisuffix must be present (ITS#3901)
2005-07-25 Hallvard FurusethUpdate previous fix: utime() needs <sys/types.h> as...
2005-07-25 Pierangelo Masaratisilence warning(s)
2005-07-15 Howard ChuITS#3841 fix test in rev 1.220
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-12 Howard ChuITS#3857 fix bottom-up modrdn cascades, use a global...
2005-07-11 Howard ChuITS#3841 skip db_close if db_open was never called
2005-07-11 Howard ChuITS#3847 silence warnings
2005-07-11 Howard ChuITS#3824 remove env after slapadd/slapindex -q
2005-07-05 Howard ChuITS#3833 assume environment was already recovered by...
2005-06-28 Howard ChuITS#3796 fix IDL cache lock setup/teardown
2005-05-13 Kurt ZeilengaAdditional manageDIT changes.
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-05-09 Howard ChuRestructured to allow miscellaneous Adds under database...
2005-05-04 Howard ChuITS#3703 skip checkpoint on close if ReadOnly mode
2005-04-23 Howard ChuFix DB_CONFIG loading
2005-04-22 Howard ChuMore for dynamic dbenv swapping
2005-04-22 Howard ChuITS#3607 use shared memory when configured
2005-04-22 Howard ChuCleanup db_close vs db_destroy steps
2005-04-22 Howard ChuFix checkpoint task start/stop
2005-04-21 Howard ChuDynamic indexing support
2005-04-16 Howard ChuITS#3660 fix BDB verbose calls
2005-04-13 Howard ChuITS#3607 more enhancements
2005-04-13 Howard Chuunifdef BDB_SUBDIRS, was never used
2005-04-12 Howard ChuFix checkpoint task - must call stoptask before returning
2005-04-12 Howard ChuFix slapMode parens
2005-04-10 Pierangelo Masaratiapply naming scheme to global/database schema
2005-04-01 Howard ChuTruncate \r if it appears at end of DB_CONFIG lines
2005-04-01 Howard ChuAdd dbconfig directive for creating/writing the DB_CONF...
2005-03-26 Howard ChuITS#3607 add automatic BDB recovery
2005-03-20 Kurt Zeilengadb mismatch (including patch mismatch) should be an...
2005-03-20 Kurt ZeilengaITS#3579 fixes
2005-03-15 Howard ChuMore back-config / back-ldif integration, added config_...
2005-03-04 Howard ChuAdded config compatibility wrapper for overlays etc...
2005-03-04 Howard ChuITS#3533 use LDAP_DEBUG_TRACE for version info
2005-03-02 Howard ChuReorganized config/bconfig. Migrated back-bdb config.
2005-02-20 Howard ChuCleanup unused variables
2005-01-30 Pierangelo Masaratimatched values is "global"
2005-01-25 Howard ChuCleanup obsolete bits
2005-01-24 Howard ChuMore for SLAP_TOOL_QUICK, disable locks as well
2005-01-24 Howard ChuOmit transaction support when running with SLAP_TOOL_QUICK
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-11 Howard ChuClean up unused bt_compare references
2005-01-11 Howard ChuByte-order independence for HDB: dn2id format changed...
2005-01-11 Howard ChuStart removing custom sort functions from hdb
2005-01-08 Pierangelo Masaraticlarify error message and allow -u (dryrun) option...
2005-01-01 Kurt ZeilengaHappy New Year!
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...
next