]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
don't leak callbacks if stuff cannot be registered; provide a means to dispose of...
[openldap] / servers / slapd / back-bdb /
2006-12-24 Pierangelo Masaratidon't leak callbacks if stuff cannot be registered...
2006-12-08 Kurt ZeilengaMonitor attributes should have dSAOperation usage,
2006-12-04 Howard ChuITS#4767 fix bdb_add / translucent interaction
2006-12-01 Howard ChuTweak bei_state so cache_lru_add doesn't ever try to...
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-11-27 Howard ChuSkip checkpoint call if size was not specified - defer...
2006-11-15 Howard ChuDon't bother setting up threads if there are no indexed...
2006-11-15 Howard ChuConvert schema parsers to ConfigArgs so they can pass...
2006-11-13 Howard ChuITS#4738 provisional fix, still needs confirmation
2006-10-14 Pierangelo Masarationly abort update if failed pre/post read control is...
2006-09-27 Pierangelo MasaratiDB_BUFFER_SMALL is BDB 4.4 only
2006-09-27 Ralf HaferkampCheck for the correct return code of cursor->c_get...
2006-09-26 Pierangelo Masaratidon't know exactly the reason, but here without this...
2006-09-25 Pierangelo Masaratiuse right, although empty, function in bdb_db_destroy()
2006-09-20 Howard ChuFix prev commit
2006-09-20 Howard ChuUse a single malloc for entry_decode instead of two...
2006-09-17 Pierangelo Masaratimake sure we don't interfere with frontend's entry...
2006-09-16 Kurt Zeilengareturn structuralObjectClass errors
2006-09-15 Pierangelo Masaratialso work with pcache
2006-09-14 Pierangelo Masaratiminor cleanup
2006-09-13 Howard ChuAdd register_at / register_oc helpers.
2006-09-13 Howard ChuAdd BackendInfo.bi_extra for backend custom APIs
2006-09-12 Pierangelo Masaratileave monitor calls in place, hide contents; in the...
2006-09-12 Howard ChuUse #ifdef SLAPD_MONITOR for monitor APIs
2006-09-09 Howard ChuFix uninit'd *cb (Coverity scan)
2006-09-09 Pierangelo Masaratifurther improve monitoring setup and cleanup
2006-09-08 Pierangelo Masaraticleanup names
2006-09-06 Pierangelo Masaraticustom monitoring can be enabled/disabled via config
2006-09-06 Pierangelo Masaraticleanup subsystems monitoring OID handling
2006-09-06 Pierangelo Masaratifix use with back-hdb
2006-09-06 Pierangelo Masaraticleanup monitoring resources
2006-09-06 Pierangelo Masarati- objectClass is now AUXILIARY (modifies existing objec...
2006-09-06 Howard ChuReturn current entry/IDL cache counts
2006-09-06 Pierangelo Masaratidon't get mad if monitor database is not configured
2006-09-06 Pierangelo Masaratiminor cleanup; plug couple of one-time leaks
2006-09-06 Pierangelo Masarati- setup framework for monitoring of back-bdb/back-hdb...
2006-08-30 Pierangelo Masaratidon't run useless (and likely to fail) checks, if possible
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-26 Quanah Gibson-Mountfix e_private value, goes along with memory leak fix...
2006-08-22 Kurt Zeilengas/managedit/relax/
2006-07-19 Howard ChuFix prev commit, update kid counters too
2006-07-18 Howard ChuITS#4616 fix cache_modrdn bei_state management
2006-07-12 Howard ChuAdditional purge changes for rev 1.120, don't keep...
2006-06-01 Howard ChuITS#4572 don't unlock non-existent locks
2006-05-18 Howard ChuITS#4552 just rely on ACLs when adding entries under...
2006-05-16 Pierangelo Masaratifix referral rewriting (ITS#4548)
2006-05-11 Howard ChuITS#4531 temporarily go back to using quick sort instea...
2006-05-11 Kurt Zeilengacleanup
2006-05-11 Ralf HaferkampAdd Pre- and Postread Control to the supported controls...
2006-05-10 Ralf HaferkampITS#4532: check *pre/postread_ctrl before freeing
2006-05-03 Howard ChuRemove some more yield() calls
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-04-08 Kurt Zeilengas/LDBM/BDB/
2006-04-05 Howard ChuRevert cache-purge task, go back to purging inline
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-03-31 Howard Chucleanup
2006-03-31 Howard ChuCleanup
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard Chuplug leaks
2006-03-30 Kurt ZeilengaAdd link to FAQ entry on BDB tuning
2006-03-08 Kurt Zeilengamore txn infrastructure
2006-03-07 Kurt Zeilengacontrol/TXN cleanup
2006-03-07 Kurt ZeilengaSome more txn infrastructure
2006-02-09 Howard ChuImprove prev commit
2006-02-09 Howard ChuSame as ITS#4385, must wake listener after submitting...
2006-02-05 Howard ChuITS#4384 rework entryCSN handling, retrieve from incomi...
2006-01-25 Howard ChuITS#4373, fix prev commit
2006-01-24 Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-22 Howard ChuITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE...
2006-01-22 Howard ChuITS#4360 must init c_minfree
2006-01-15 Howard ChuITS#3950 delete gratuitous yield()s
2006-01-11 Howard ChuITS#4324 don't auto-recover in slapcat. Don't trigger...
2006-01-07 Pierangelo Masaratisilence warning
2006-01-06 Pierangelo Masaratipart of o_csn memory handling cleanup
2006-01-06 Pierangelo Masaraticleanup previous commit
2006-01-06 Pierangelo Masaratiallow addiion of suffix entry when default referral...
2006-01-06 Howard ChuCleanup task declarations
2006-01-06 Howard ChuITS#4308 fix cache flush task interval
2006-01-05 Pierangelo Masaratire-fix ITS#4260
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-02 Luke HowardRemove RDN checks/logging -- now done by frontend
2006-01-02 Pierangelo Masaratifix indentation
2006-01-01 Luke HowardAdd orr_modlist member to request structure, containing...
2005-12-20 Howard Chucleanup db_close
2005-12-20 Howard ChuITS#4259 revert prev commit, fixed in alock.c instead.
2005-12-20 Howard ChuITS#4259 don't try to alock_close if we never opened...
2005-12-16 Pierangelo Masaratiremove support for control as the operation is now...
2005-12-16 Pierangelo Masaratianticipate sr_err/sr_ref cross-check, so that the right...
2005-12-16 Pierangelo Masaratireset bi_attrs after reindexing (ITS#4260)
2005-12-16 Pierangelo Masarati__should__ fix ITS#4262; please review
2005-12-15 Pierangelo Masaratifirst part of fix to ITS#4262
2005-12-15 Howard ChuFix ITS#4263
2005-12-15 Pierangelo Masaratilog what is being modified
2005-12-09 Howard Chucache LRU concurrency improvements, reorder DB accesses...
2005-12-08 Howard ChuITS#4254 fix lock ordering
2005-12-07 Howard ChuITS#4250 bdb_idl_delete needs to check for Range
2005-12-06 Pierangelo Masaratiuse helper to destroy modrdn modifications...
2005-11-29 Howard ChuITS#4226 must close cursor when limiting candidate...
2005-11-28 Howard ChuITS#4223 don't store negative results in IDL cache
next