]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Use long-lived per-thread TXNs for loading entries from DB.
[openldap] / servers / slapd / back-bdb /
2004-07-09 Howard ChuUse long-lived per-thread TXNs for loading entries...
2004-07-09 Ralf HaferkampITS#3226: Clear attribute flags after schema_check...
2004-07-09 Jong Hyuk ChoiSLAP_IDL_CACHE macro removed
2004-07-05 Howard ChuPlug mem leaks
2004-07-05 Howard ChuBetter fix for ITS#3213, plug mem leaks. Also fix postr...
2004-07-04 Howard ChuPlug memleak from ITS#2895
2004-07-03 Howard ChuFix misplaced unlock in prev commit
2004-07-03 Howard ChuRe-order EntryInfo/DB locks to fix deadlocks
2004-07-03 Howard ChuFix prev commit
2004-07-03 Howard ChuFix: LRU corruption, HDB rename detection, Ctxcsn asser...
2004-07-01 Jong Hyuk Choicleanup
2004-06-29 Pierangelo Masarati`err' might be used uninitialized
2004-06-29 Ralf HaferkampTS#3213: free copy of e_attrs before retrying the trans...
2004-06-28 Jong Hyuk Choilogging psearch return code
2004-06-28 Pierangelo Masaratipropagate search result (maybe this is not what bdb_pse...
2004-06-28 Jong Hyuk Choi- use ctxcsn_locker for the ctxcsn add transaction
2004-06-25 Howard ChuFix previous commit, deleting under suffix...
2004-06-25 Howard ChuMore locking cleanup (ITS#3201, etc)
2004-06-24 Howard ChuITS#3201 fix conflict with BDB internal locks
2004-06-24 Howard ChuITS#3201 fix conflict with BDB internal locks
2004-06-24 Howard ChuITS#3201 partial fix. still encountering deadlocks.
2004-06-23 Kurt ZeilengaRework pre/post read controls to handle retry conditions...
2004-06-23 Kurt ZeilengaMove pre/post read calls into outer transaction.
2004-06-23 Jong Hyuk Choiuse ltid if it exists; use NULL otherwise.
2004-06-23 Jong Hyuk Choiusing write lock in accessing pslist
2004-06-23 Jong Hyuk Choiuse txn locker if it exists; get one otherwise.
2004-06-22 Kurt ZeilengaAdd pre-read FIXME comment
2004-06-22 Jong Hyuk Choipatch for ITS#3173
2004-06-18 Kurt ZeilengaMore paged results cleanup
2004-06-18 Kurt ZeilengaFix nentries logging
2004-06-18 Kurt ZeilengaDon't return useless estimate.
2004-06-16 Kurt Zeilengacleanup
2004-06-16 Pierangelo Masaratiimprove pagedResults ignoring (hopefully)
2004-06-16 Howard ChuMore for ITS#3188
2004-06-15 Kurt ZeilengaPartial fix for ITS#3188.
2004-06-12 Pierangelo Masaratireturn pagedResultsControl with empty cookie at end...
2004-06-12 Howard ChuITS#3182 ? clear ctrls after sending paged response
2004-06-12 Howard Chuback-hdb fixes for ITS#3063
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-06-12 Howard ChuBetter fix for ITS#3063, #3186
2004-06-12 Howard ChuITS#3186 don't print error when empty DN "" is the...
2004-06-12 Howard ChuFix prev commit
2004-06-12 Howard ChuAdd glue for root DB (ITS#3063)
2004-06-12 Howard ChuAnother crash for ITS#3063
2004-06-09 Kurt Zeilengacleanup
2004-05-07 Pierangelo Masaratitypo in error message
2004-05-07 Pierangelo Masaratifix DN_SEPARATOR() and clarify its use
2004-05-07 Pierangelo Masaratifix escaped semicolon bug in back-bdb
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-17 Howard ChuFix module link libraries
2004-04-17 Pierangelo Masaratiremove unused structure member ps_id
2004-04-12 Howard ChuFix paged search initialization
2004-04-10 Pierangelo Masaratifirst round of SHADOW flags/isupdate test unification
2004-04-09 Kurt ZeilengaFix approx matching when there is an equality index...
2004-04-09 Pierangelo Masaraticompletion of limits w/ paged results control
2004-04-09 Pierangelo Masaratiimprove previous commit; now special limit on the numbe...
2004-04-09 Pierangelo Masaratihonor size limits when using paged results
2004-04-09 Pierangelo Masaratiblind fix to ITS#3069; I assume there's no reason to...
2004-04-08 Howard ChuFix ITS#3063, special case handling of "" suffix
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-08 Howard ChuMore dynamic/static cleanup
2004-04-08 Howard ChuConsolidated static/dynamic backend switches
2004-04-07 Jong Hyuk Choiupdatedn fix for syncrepl
2004-04-07 Howard ChuZero out rs->sr_err before send_search_entry
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Kurt Zeilengacleanup
2004-04-06 Kurt ZeilengaITS#3056 partial fix - from a slurpd perspective, the...
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Kurt ZeilengaFirst rounds of backend/database flag cleanup
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-03-27 Kurt ZeilengaDon't return subordinate referrals (per RFC 3296)
2004-03-27 Kurt ZeilengaDon't disclose information to attacker.
2004-03-20 Howard ChuUse REP_MATCHED_MUSTBEFREED reply flag
2004-03-18 Kurt Zeilengacleanup for release engineering
2004-03-17 Pierangelo Masaratireset flags (need to check consistence across slapd)
2004-03-12 Howard ChuCleanup result handling
2004-03-08 Pierangelo Masaratimove limits evaluation to frontend
2004-03-06 Howard ChuITS#3004 fix again
2004-03-06 Howard ChuRevert to original code
2004-03-06 Howard ChuStore IDs in BeigEndian format on disk
2004-03-06 Howard ChuStore IDs in BigEndian format on disk
2004-03-06 Howard ChuITS#3004, fix IDL cache AVL comparisons
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard ChuTake advantage of IDL cache in bdb_idl_insert/delete_key
2004-03-05 Howard ChuFix prev commit
2004-03-05 Howard ChuSet IDL cache to 10x Entry cache by default
2004-03-05 Howard Chuunifdef SLAP_IDL_CACHE
2004-03-02 Howard ChuITS#2974 fix hole array allocation
2004-02-24 Jong Hyuk Choimisc addition to the previous glueing commit
2004-02-23 Jong Hyuk ChoiGlue entry pruning : delete parent entries after modrdn...
2004-02-23 Jong Hyuk ChoiGlue entry pruning support: delete the parent entries...
2004-02-22 Jong Hyuk Choisyncrepl update: 1) improve error handling 2) glueing...
2004-02-18 Pierangelo Masaratiallow search limits based on groups (ITS#2967)
2004-01-28 Howard ChuUse Btree instead of Hash for indexing
2004-01-27 Jong Hyuk ChoiFix the missing delete problem (reported by Doug Council)
2004-01-12 Howard Chutrim prev commit
2004-01-12 Howard ChuReally fix ITS#2905
2004-01-12 Howard ChuFix ITS#2905, properly detect duplicate entries
2004-01-01 Kurt ZeilengaHappy new year
next