]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
enable unindexed searches monitoring ifdef LDAP_DEVEL
[openldap] / servers / slapd / back-bdb /
2007-09-12 Pierangelo Masaratienable unindexed searches monitoring ifdef LDAP_DEVEL
2007-09-08 Howard ChuITS#5129 fix alock_close with Quick mode
2007-09-08 Howard ChuITS#5129 disallow Quick mode if DB_CONFIG has changed
2007-09-08 Pierangelo Masaratiquote suffix (ITS#5128) and use it as much as possible...
2007-09-07 Pierangelo Masaratiremove experimental code as per ITS#4962 discussion
2007-09-04 Pierangelo Masaratiparse unsigned as unsigned (ITS#5122)
2007-09-04 Pierangelo Masaratiblind fix: I assume we need to restore ors_scope
2007-09-04 Pierangelo Masaratifix idl lru deletion of last entry (ITS#5121) OPENLDAP_REL_ENG_2_4_MP
2007-09-03 Howard ChuUse IA5String for olcDbConfig to allow empty strings
2007-09-02 Howard ChuRead DB_CONFIG file in server and tool mode, for config...
2007-09-01 Pierangelo Masaratihide (experimental) schema
2007-08-29 Pierangelo Masaratifix test
2007-08-28 Pierangelo Masaratiplug leak
2007-08-26 Pierangelo Masaraticheck for shutdown (need to add to other backends?)
2007-08-26 Howard Churevert prev commit, no gain
2007-08-26 Howard ChuJust use read locks on the entry_db_lock
2007-08-25 Pierangelo Masaratibetter fix
2007-08-25 Pierangelo Masaratifix potential concurrency issue (not so potential,...
2007-08-25 Pierangelo Masaraticonsistently use "tag=" instead of "op=" in debug messages
2007-08-17 Howard ChuMore for BDB 4.6 compatibility
2007-08-17 Pierangelo Masaratifix previous commit
2007-08-17 Pierangelo Masaratiallow "traditional" behavior (more for ITS#4962; please...
2007-08-16 Pierangelo Masaratilet req_modify_s and req_modrdn_s have a common portion...
2007-08-16 Pierangelo Masaratiuniformly exploit rootdn bind; add support for rootdn...
2007-08-11 Howard ChuAdd config keyword for DN cache size (aka EntryInfoSize)
2007-08-11 Howard ChuRemove tool_id2entry_get
2007-08-11 Howard ChuITS#5087 fix tool_id2entry_get for hdb
2007-08-08 Pierangelo Masaratiimprove previous commit: now each missing index has...
2007-08-07 Pierangelo Masaratiadd monitor support for unindexed attributes (need...
2007-08-06 Pierangelo Masaratiworkaround open() being a macro in glibc 2.6 (ITS#5075)
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-24 Howard ChuQuick and dirty BDB 4.6.18 support. Expect this to...
2007-07-23 Howard ChuSilence warnings in prev commit
2007-07-22 Howard ChuDelete extraneous test in prev commit
2007-07-21 Howard ChuSet GLUE ocflag on dummy context entry
2007-07-21 Howard ChuITS#4961 read context glue entry if it exists
2007-07-20 Howard ChuITS#5052 fix Quick mode erroneously indexing ID#0
2007-07-10 Quanah Gibson-MountChange db == NULL to rc == LDAP_INAPPROPRIATE_MATCHING
2007-07-09 Quanah Gibson-MountITS#5037
2007-06-09 Hallvard FurusethITS#5007: Rename label "leave"; OSF1 pthread.h makes...
2007-06-09 Pierangelo Masaratido not try to register custom monitor stuff when subord...
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-18 Hallvard Furusethprintf format paranoia: macros could be changed to...
2007-04-11 Pierangelo Masaratifix no-op crasher (ITS#4925)
2007-04-09 Hallvard FurusethAdd missing return from void *bdb_tool_trickle_task()
2007-04-07 Howard ChuAdd trickle-sync for quick mode
2007-04-04 Hallvard Furusethprintf %p expects void*
2007-03-22 Howard ChuRemove obsolete purge (obsoleted in cache.c rev 1.106)
2007-03-21 Pierangelo Masaratidon't add databases twice; but try as hard as possible...
2007-03-21 Pierangelo Masaratiallow adding of back-bdb with monitoring on (ITS#4789)
2007-02-24 Howard ChuITS#4851 retry if opening a supposedly clean shared...
2007-02-09 Howard ChuFix prev commit, cleanup fakeroot entry before freeing
2007-02-09 Howard ChuFix prev commit, free fakeroot on teardown
2007-02-09 Howard ChuITS#4838 fix fake root handling broken by prev commit
2007-02-08 Howard ChuRevert prev commit
2007-02-08 Howard ChuJust use a readlock in cache loader
2007-02-08 Howard Chuuse dn2id index for extended filters using entryDN
2007-01-25 Howard ChuFree main-thread keys in db_close, can't do it later...
2007-01-25 Howard ChuFree main-thread keys in db_close, can't do it later...
2007-01-25 Howard ChuITS#4810 bi_entry_get_rw() must return the entry regard...
2007-01-17 Howard ChuOnly sort the first time
2007-01-17 Howard ChuFix prev commit
2007-01-17 Howard ChuCleanup prev commit
2007-01-17 Howard ChuMinor tweaks, put dup EntryInfo's on free list instead...
2007-01-15 Howard ChuShortcut when no index info is present
2007-01-15 Howard ChuITS#4554 slapindex takes a list of attributes to index
2007-01-12 Howard ChuSet upper bound on EntryInfos, fixed at 4x Entry cachesize.
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-10 Howard ChuDon't zero out attr value flags
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind
2007-01-08 Howard ChuITS#4797
2007-01-05 Howard ChuAvoid calling purge too often
2007-01-04 Howard ChuPartially revert prev commit, fix lru_purge loop
2007-01-04 Howard ChuFix HDB - don't use IDL cache when it's not configured
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-04 Howard ChuFix prev commits...
2007-01-04 Howard ChuSimpler fix
2007-01-04 Howard ChuFix idl_cache teardown again - skip if cache is empty
2007-01-03 Howard ChuRemember our own success code in case an overlay changes it
2007-01-03 Howard ChuUse Clock algorithm for IDL cache too
2007-01-03 Howard ChuDelete unused idl_cache_entry rwlock field
2007-01-02 Kurt Zeilengahappy new year
2007-01-01 Howard ChuBypass a few redundant locks
2007-01-01 Howard ChuTweak cache_lru_print
2007-01-01 Howard ChuFix prev commit, hdb_cache_find_parent
2007-01-01 Howard ChuFix typo in prev commit
2007-01-01 Howard ChuFix prev commit
2007-01-01 Howard Chupartial revert - keep acquiring BDB lock in lru_purge.
2006-12-31 Howard ChuCleanup db_lock/unlock parameters
2006-12-31 Howard ChuDitch LRU cache replacement in favor of 2nd-chance...
2006-12-30 Howard ChuIn bdb_cache_add use a readlock outside the txn to...
2006-12-25 Howard ChuITS#3707 preserve filter input, allow (and ignore)...
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...
next