]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
ITS#3538: improved substrings matching (spaces handled
[openldap] / servers / slapd / back-bdb /
2005-03-21 Howard ChuMore parsing fixes
2005-03-20 Howard ChuTweak log msg in prev commit
2005-03-20 Howard ChuRuntime detection of BDB read-only transaction patch
2005-03-20 Kurt Zeilengadb mismatch (including patch mismatch) should be an...
2005-03-20 Howard ChuMore for loading config from LDIF
2005-03-20 Kurt ZeilengaITS#3579 fixes
2005-03-20 Kurt Zeilengacleanup
2005-03-17 Howard ChuMore for loading config from database. Fix non-reentran...
2005-03-15 Pierangelo Masaraticure ITS#3602
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 ChuDon't restrict cache sizes to non-zero
2005-03-04 Howard ChuITS#3533 use LDAP_DEBUG_TRACE for version info
2005-03-02 Howard ChuMore verbmasks cleanup, added index unparsing
2005-03-02 Howard ChuCleanup verb/mask processing
2005-03-02 Howard ChuReorganized config/bconfig. Migrated back-bdb config.
2005-02-21 Howard ChuITS#3559 fix hdb dn2idl idl_cache usage
2005-02-20 Howard ChuCleanup unused variables
2005-02-20 Howard Chubdb_show_key is for hash keys, not IDs
2005-02-18 Howard ChuAlways return SLAPD_ABANDON in response to op->o_abando...
2005-02-16 Sang Seok Liminitialize AttributeAssertion before using
2005-02-15 Sang Seok LimAttribute Aliasing : equality matching support
2005-02-01 Howard ChuITS#3527 fix race in bdb_idl_cache_get
2005-01-30 Pierangelo Masaratimatched values is "global"
2005-01-25 Howard ChuCleanup obsolete bits
2005-01-25 Howard ChuRemove "fasttool" option; obsoleted by "slapadd -q"
2005-01-24 Howard ChuFix redundant index lookups from component matching
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-19 Howard ChuITS#3494 fix deadlock
2005-01-19 Howard ChuFix typo in prev commit
2005-01-19 Howard ChuCleanup prev commit
2005-01-19 Howard ChuDebugging aid for prev commit
2005-01-19 Howard ChuDon't use DB->del when converting to a range, use the...
2005-01-15 Howard ChuDelete dubious use of be_syncinfo - only the consumer...
2005-01-14 Pierangelo Masaraticondition compilation of DISCLOSE checking
2005-01-14 Howard ChuMore cleanup of unused stuff
2005-01-14 Howard ChuDelete obsolete syncprovider stuff
2005-01-13 Howard ChuSingle consumer context per database
2005-01-12 Pierangelo Masaratifix use of uninitialized var
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 ChuFix undetected deadlock
2005-01-11 Howard ChuStart removing custom sort functions from hdb
2005-01-11 Pierangelo Masaratihonor 'disclose' ACL on searchBase/compare/referral...
2005-01-11 Pierangelo Masaratisuggested change for ITS#3475
2005-01-11 Howard ChuITS#3470 don't propagate error if hasSubordinates fails...
2005-01-08 Pierangelo Masaraticlarify error message and allow -u (dryrun) option...
2005-01-08 Pierangelo Masarati...but rather here: GLUE entries would remain such...
2005-01-07 Pierangelo Masaratifix ACL value checking for bind (ITS#3446)
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-28 Pierangelo Masaratilist permissive in supported controls (ITS#3453)
2004-12-22 Sang Seok LimFixing bug in extensible filter indexing
2004-12-20 Jong Hyuk Choimisc cleanup
2004-12-20 Jong Hyuk Choimisc fix for the component indexing commit
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-12-14 Jong Hyuk Choiadaptive caching implementation
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-12-08 Howard ChuFix ITS#3424
2004-12-06 Howard ChuFix inequality cursor management
2004-12-06 Howard ChuStore entryIDs in big-endian order, no more custom...
2004-12-06 Howard ChuFix previous commit
2004-12-06 Howard Chubdb_tool_dn2id_get should use bdb_dn2id, not duplicate...
2004-12-06 Howard ChuFix GE inequality lookups, key was getting overwritten
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
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-26 Howard ChuMore BDB_PSEARCH cleanup
2004-11-26 Howard ChuMore Operation/Opheader fixes
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-25 Howard ChuMerge op->o_sync_mode into op->o_sync
2004-11-25 Howard ChuRevert previous commit, it breaks everything.
2004-11-23 Howard ChuDynamic control management
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-13 Howard Chufasttool: BDB 4.3 uses DB_LOG_INMEMORY instead of DB_TX...
2004-11-13 Howard ChuUpdate BDB 4.3 errcall prototype again to silence warnings
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-10 Jong Hyuk Choifix slap_sl_free() calls in pre / post read controls
2004-11-10 Jong Hyuk Choifix suspicious capitalization to make subentries contro...
2004-11-10 Jong Hyuk Choildapsync fix for recursive deletion (ITS#3385)
2004-11-10 Howard ChuDelete incorrect comments
2004-11-08 Howard ChuBetter cache counting, partially revert 1.85
2004-11-08 Howard ChuAssist in cache debugging
2004-11-05 Ralf HaferkampPlugged memory leak
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-10-31 Howard ChuFix hdb cache kid counts
2004-10-31 Howard ChuITS#3356 - when purging cache, free entryInfo if node...
2004-10-30 Howard ChuDon't access entry after commit; it may be gone if...
2004-10-27 Howard ChuITS#3358 - make bdb_cache_lru_add skip entries that...
2004-10-16 Howard ChuBDB 4.3 compatibility
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-16 Howard ChuBDB 4.3 compatibility, if the reader TXN is deadlocked...
2004-10-12 Jong Hyuk Choisyncrepl consistency patch: utilize BDB txn rollback
2004-10-09 Jong Hyuk Choisyncrepl consistency patch
next