]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Must use txns everywhere, otherwise it will deadlock
[openldap] / servers / slapd / back-bdb /
2009-03-05 Howard ChuMust use txns everywhere, otherwise it will deadlock
2009-03-02 Howard ChuITS#5860 - more for entry cache counts
2009-03-02 Howard ChuMore for prev - keep eifree at a reasonable number
2009-03-02 Howard ChuITS#5860 - free 10*minfree DN cache entries instead...
2009-03-02 Howard ChuITS#5860 - NO_CACHE entries were not being counted...
2009-03-02 Howard ChuMore for prev
2009-03-02 Howard ChuITS#5457 cleanup. If we ever go back to refcounting...
2009-02-19 Howard ChuITS#5961 fix prev commit
2009-02-18 Howard ChuCleanup prev commit
2009-02-18 Howard ChuITS#5956 only retry attaching to SHM once
2009-02-05 Pierangelo Masaratibuild entry's pretty DN from parent's (ITS#5326)
2009-02-04 Pierangelo Masaratifix structuralObjectClass modification (glue, ITS#5921...
2009-01-26 Howard ChuITS#5860 don't free entryinfo of entries that are valid...
2009-01-26 Howard ChuMore for ITS#5860
2009-01-26 Howard ChuITS#5859 fix IDL cache for hdb DB with empty suffix
2009-01-25 Howard ChuITS#5860 more for prev commit
2009-01-24 Howard ChuITS#5864 - require BDB >= 4.6 for trickle task
2009-01-24 Howard ChuITS#5860 more ID_NOCACHE fallout
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-12-20 Pierangelo Masaratihonor RFC4528 assertion control for LDAP add operations...
2008-11-28 Ralf HaferkampRemove unneeded locking. Don't wait for memp_trickle...
2008-11-22 Howard ChuFix typo in prev commit
2008-11-22 Howard ChuInitialize bli_flag
2008-11-22 Pierangelo Masaratifix previous commit
2008-11-22 Pierangelo Masaratimake messages more esplicative; fix style
2008-11-08 Pierangelo Masaratiexactly one ID can match (ITS#5791; further fix previou...
2008-11-04 Pierangelo Masaratilookup entry id when equality on entryDN (ITS#5791...
2008-11-04 Pierangelo Masaratilookup entry id when equality on entryDN (proposed...
2008-11-04 Pierangelo Masaratidon't allow indexing of entryDN (ITS#5790)
2008-11-03 Howard ChuITS#5745 long-lived TXNs must be closed before DBs
2008-11-02 Howard ChuAdd DBFLAG_CLEAN for a DB that was cleanly shut down...
2008-10-17 Hallvard FurusethWarning cleanup: Signed meets unsigned:
2008-10-17 Pierangelo Masaratifix indentation
2008-10-15 Howard ChuBDB_PAGESIZE not used any more, use BDB/FS default...
2008-10-15 Howard ChuAdd checksum keyword to enable DB checksum validation
2008-10-15 Howard ChuAdd dbpagesize keyword for configuring DB file page...
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned.
2008-10-13 Hallvard FurusethWarning cleanup: Missing braces in initialization.
2008-10-08 Howard ChuITS#5730, patch for #5728 broke referrals
2008-10-07 Howard ChuFix dn2idl when suffix = ""
2008-10-07 Howard ChuITS#5729 check for NULL bei_parent
2008-10-07 Howard ChuITS#5728 release entries before send_ldap_ber()
2008-10-01 Howard ChuMore deadlock propagation fixes
2008-10-01 Howard ChuMissed a deadlock check
2008-09-29 Emmanuel DreyfusMake sur attribute ACL are evaluated on ADD operations...
2008-09-27 Pierangelo Masaratichange olcDbMode syntax from integer to sirectory strin...
2008-09-25 Howard ChuPropagate deadlock results for internal searches on...
2008-09-25 Howard ChuWait for read locks in read txns
2008-09-23 Ralf HaferkampUse ConfigReply to return error messages to the client
2008-09-16 Pierangelo Masaratisilence warnings
2008-09-12 Ralf Haferkampstop and remove checkpoint task in _db_destroy (ITS...
2008-09-02 Pierangelo Masaratidon't dereference NULL pointers (ITS#5676)
2008-08-27 Howard ChuAvoid deadlocks on reader txns
2008-08-27 Howard ChuUse read-only txn's instead of read lockers. Support...
2008-08-09 Pierangelo Masaratidon't return entry if requested attr is not present... LOCKER_IDS
2008-05-26 Pierangelo Masaratis/PATH_MAX/MAXPATHLEN/ (ITS#5531)
2008-05-26 Ralf HaferkampAllow updating (ADD/DEL within a single modify operatio...
2008-05-19 Howard ChuFix bei_state access
2008-05-01 Howard ChuCleanup extra debug in prev commit
2008-05-01 Howard ChuFix prev commit
2008-05-01 Howard ChuUse o_extra instead of o_private
2008-04-29 Howard ChuFix prev cache.c commit
2008-04-28 Howard ChuFix comment typo
2008-04-28 Howard ChuFix delete deadlock
2008-04-09 Howard ChuITS#5409 must reset pagedresults state if no cookie...
2008-04-09 Howard ChuITS#5455 be sure to reset bei_finders / bei_state
2008-04-04 Howard ChuITS#5450 fully terminate value lists
2008-04-03 Howard ChuITS#5439 fix ID_NOCACHE handling
2008-04-02 Howard ChuITS#5442 slapd_rq mutexes must always be used
2008-03-20 Howard ChuITS#5435 ConfigReply arg must be non-NULL
2008-03-12 Pierangelo Masaratis/leave/func_leave/ to avoid OSF1 name clashing (ITS...
2008-03-10 Hallvard FurusethITS#5339: fix referral rewrite, remove pointless defaul...
2008-02-11 Hallvard FurusethITS#5328 - do not send errors (other than referral...
2008-02-10 Howard ChuCleanup bdb_next_id unused arg
2008-02-08 Howard ChuITS#5332 someone else may free the entry as soon as...
2008-02-07 Ralf HaferkampFix crash when no-op control is used (ITS#5358)
2008-01-11 Hallvard FurusethWarning cleanup: function ptr <=> void* at ldap_pvt_thr...
2008-01-11 Howard ChuITS#5319 no special treatment for no-effect renames
2008-01-11 Howard ChuITS#5319 allow rename to same DN
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...
next