]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
klocwork#255 Fix sprintf(%d, u_int32_t)
[openldap] / servers / slapd / back-bdb /
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...
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
next