]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
ITS#5322 don't try to free a NULL locker
[openldap] / servers / slapd / back-bdb /
2008-01-11 Howard ChuITS#5322 don't try to free a NULL locker
2008-01-08 Hallvard FurusethRemove unused variables
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-07 Pierangelo Masaratirename ldap_pvt_thread_pool_setkey_x() to ldap_pvt_thre...
2008-01-06 Howard ChuITS#4112 temporarily disable broken code
2008-01-02 Pierangelo Masaratidon't leave 'round pointers to buffers on the stack
2007-12-28 Howard ChuRemove unnneded boi_locker field
2007-12-28 Howard ChuITS#5086 fix Adds in IDL cache
2007-12-15 Howard ChuSupport DB encryption
2007-12-13 Howard ChuMore for -q tool mode
2007-12-13 Howard ChuFix segv with -q
2007-12-06 Hallvard FurusethRemove unused variable
2007-12-06 Hallvard FurusethRestore pre-C99 preprocessor support (since rev 1.165)
2007-12-06 Howard ChuCleanup dup_compare
2007-12-06 Howard ChuDrop unnecessary lock
2007-12-06 Howard ChuRe-introduce hdb dup_compare function, default compares...
2007-12-06 Howard ChuMore cleanup, hdb fixes
2007-12-06 Howard ChuMore cleanup
2007-12-06 Howard ChuCleanup prev commits
2007-12-06 Howard ChuITS#5262 must protect dn2id between the time it's read...
2007-12-06 Howard ChuBDB 4.2 compatibility for log_printf (requires modern...
2007-12-05 Howard ChuPrefix log msgs with "slapd"
2007-12-05 Howard ChuUse BDB transaction log for debug messages
2007-12-05 Howard ChuITS#5262 additional cleanup
2007-12-05 Howard ChuITS#5262 use explicit cursor and locker in dn2id
2007-12-05 Howard ChuFix ITS#5257
2007-12-05 Howard ChuRevert 1.159, seems to trigger a concurrency bug. ???
2007-12-01 Howard ChuShrink presence key
2007-11-23 Pierangelo Masaratisilence warnings
2007-11-22 Howard ChuFix typo in prev commit
2007-11-21 Howard ChuMore for #5221, don't muck with kids counters on simple...
2007-11-21 Howard ChuMinor cleanup
2007-11-21 Howard ChuITS#5221 fix NO_KIDS/NO_GRANDKIDS flags on rename ops
2007-11-20 Howard ChuITS#5183 - better delete index handling
2007-11-18 Howard ChuITS#5232 report and fail on internal errors
2007-11-18 Howard ChuFix prev commit
2007-11-18 Howard ChuITS#5183 preliminary fix - this whole approach needs...
2007-11-12 Howard ChuFix pagedresults resume
2007-11-12 Howard ChuFix unlock in prev commit
2007-11-12 Howard ChuCache-thrashing protection: if the DB has more entries...
2007-11-12 Howard ChuTweak entry parent check
2007-11-12 Howard ChuCleanup debug msgs
2007-11-12 Howard ChuITS#5225 fix contextCSN updating
2007-11-11 Quanah Gibson-Mountcleanup
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-11-01 Howard ChuITS#5191 do all pagedresult control parsing in the...
2007-10-23 Howard ChuITS#5189 revert index.c 1.67, just catch LDAP_OTHER
2007-10-23 Howard ChuFix prev commit, include errno.h
2007-10-23 Howard ChuITS#5189 recognize ENOMEM
2007-10-15 Howard ChuFix error message propagation
2007-10-15 Howard ChuCheck DB directory validity at config time
2007-09-26 Pierangelo Masaraticheck for ee == NULL
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-15 Pierangelo Masaratiapply Howard's cleanup of database monitoring registration
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...
next