]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
fix length
[openldap] / servers / slapd / overlays / syncprov.c
2008-11-06 Howard ChuITS#5710 fix stupid updateCookie hack, use explicit...
2008-11-02 Howard ChuAdd DBFLAG_CLEAN for a DB that was cleanly shut down...
2008-11-02 Howard ChuReally fix ITS#5709 - more explicit check for un-replic...
2008-10-28 Rein TollevikITS#5776 prevent duplicate removal of qtask from runqueue.
2008-10-17 Hallvard FurusethWarning cleanup: Remove no-op bv_len < 0 and bv_len...
2008-09-16 Pierangelo Masaratisilence warnings
2008-07-04 Rein TollevikITS#5596 contextCSN updates are internal operations.
2008-07-02 Pierangelo Masaratiallow olcSpReloadHint in olcSyncProvConfig (ITS#5591)
2008-07-02 Howard ChuITS#5589 delcsn / NULL cookie
2008-06-18 Rein TollevikITS#5564 ignore clients contextCSN when doing full...
2008-06-13 Rein TollevikITS#5548 use syncrepl Connection when evaluating filter...
2008-05-29 Howard ChuITS#5337 fix maxcsn search at startup
2008-05-29 Howard ChuFix rev 1.220 - remove extra free_syncop()
2008-05-28 Howard ChuITS#5488 from Rein Tollevik: propagate syncrepl context...
2008-05-28 Howard ChuITS#5487 from Rein Tollevik: syncprov_findbase searched...
2008-05-13 Howard ChuITS#5465 ignore ops without queued CSNs
2008-05-12 Howard ChuITS#5506 reset op2.o_extra
2008-05-09 Howard ChuITS#5493 always send cookie with delta-sync entries
2008-05-06 Howard ChuITS#5486, fix rev 1.219. Must never use s_op directly...
2008-04-29 Howard ChuAvoid queueing response on abandoned psearches
2008-04-28 Howard ChuITS#5451 glue deadlock fix
2008-04-24 Howard ChuITS#5484 remove syncop from runq before freeing it
2008-04-17 Howard ChuRevert prev commit
2008-04-16 Howard ChuITS#5470 don't return any data at all until we have...
2008-04-03 Howard ChuITS#5437, #5444 if numcsns don't match, set changed...
2008-03-31 Pierangelo Masaratifix bitwise test (ITS#5445)
2008-03-25 Howard ChuITS#5434 again
2008-03-21 Howard ChuITS#5432 don't send cookie with delete set if there...
2008-03-20 Howard ChuITS#5434 search thru other overlays when present
2008-03-20 Howard ChuITS#5433 checkpoint must write to master DB
2008-03-14 Howard ChuUse <ldap_queue.h> macros for prev commit
2008-03-13 Howard ChuITS#5401 make sure connection is still alive before...
2008-03-12 Pierangelo Masaratiuse the replication persistent search identity to check...
2008-03-08 Howard ChuITS#5407 more checks for pool pausing
2008-03-08 Howard ChuFix prev commit (thanks Ando)
2008-03-08 Howard ChuITS#5405 fix race condition
2008-02-11 Howard ChuITS#5367 revert prev commit
2008-02-10 Howard ChuCleanup
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-22 Howard ChuITS#5261 quick fix, don't checkpoint on first write...
2007-12-08 Howard ChuITS#5268 omit contextCSN when replicating
2007-11-04 Howard ChuITS#5211 spec says we must ignore invalid cookies
2007-11-02 Howard ChuMore for prev commit, ITS#5120.
2007-11-02 Howard ChuDon't send cookie at end of refresh if nothing changed...
2007-10-08 Howard ChuITS#5177 pass new entries in search_response for Persis...
2007-10-08 Howard ChuFix unprotected checks for psearches
2007-10-08 Howard ChuPlug leak
2007-10-02 Howard ChuDon't queue zero-length CSNs
2007-10-02 Pierangelo Masaratilog cookie (until we find what's going on...)
2007-09-29 Pierangelo Masaratifirst round of s/sprintf/snprintf/; the rationale is...
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-23 Howard ChuMore for a_numvals
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-08-29 Pierangelo Masaratiplug yet another leak
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-20 Howard ChuITS#5048 fully initialize fc_limits
2007-07-18 Hallvard FurusethITS#5049: Initialize conn in syncprov_db_close() before...
2007-06-08 Howard ChuITS#4977 check for cookie parse failure
2007-05-19 Pierangelo Masaratimore ITS#4973 initialization
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-14 Howard ChuITS#4961 disable schema checking on contextCSN update
2007-04-20 Kurt ZeilengaDistinguish absent control value from empty control...
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-16 Howard ChuPlug leaks
2007-02-14 Howard ChuAdded "slapd" rewrite map handler, connection_fake_init...
2007-02-13 Howard ChuCleanup si_ctxcsn and si_sids in db_destroy
2007-02-13 Howard ChuCoverity leak
2007-02-10 Pierangelo Masaratifix crash related to ITS#4839; other issues seem to...
2007-02-07 Howard ChuImprove prev commit
2007-02-07 Howard ChuRe-fix ITS#4720, use rwlock
2007-02-06 Howard ChuPartially revert prev commit, delete unused parameter...
2007-02-06 Howard ChuITS#4623, entry_get has to pass thru glue layer too
2007-02-06 Howard ChuFix typo
2007-02-05 Howard ChuFix prev commit - cannot shortcut initial sync
2007-02-05 Howard ChuOptimization: send sid in cookie to avoid getting our...
2007-02-05 Howard ChuFix prev commit, don't generate a new ctxcsn if we...
2007-02-05 Howard ChuPreliminary multi-context support for syncrepl. Passes...
2007-01-25 Howard ChuFix debug args
2007-01-25 Howard ChuLog the error code too
2007-01-25 Howard ChuITS#4810 log a message if be_entry_get doesn't return...
2007-01-25 Howard ChuITS#4813 don't limit the presence list to the current...
2007-01-21 Howard ChuDon't use ldap_pvt_thread_pool_context_reset(), it...
2007-01-02 Kurt Zeilengahappy new year
2006-12-02 Pierangelo Masaraticomplain if instantiated outside of a database definition
2006-11-12 Howard ChuITS#4742 cleanup config error reporting
2006-10-26 Howard ChuITS#4720 release csn mutex before checkpointing.
2006-09-21 Howard ChuTweak prev commit, avoid referencing syncop when resett...
2006-09-21 Howard ChuITS#4658 propagate errors from syncprov_sendresp; drop...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-15 Howard ChuTS#4622 deletes in psearch didn't always propagate
2006-08-15 Howard ChuITS#4622 if any present list was sent, must send refres...
2006-08-15 Howard ChuITS#4622 make sure queued psearch responses get played...
2006-08-15 Howard ChuDelete curcsn arg to slap_get_commit_csn, redundant...
2006-07-28 Howard ChuITS#4589 slap_get_commit_csn occasionally returns a...
2006-07-27 Howard ChuITS#4622
2006-07-24 Howard ChuITS#4613 - fail to start if lastmod is off
2006-05-26 Howard ChuITS#4562 - don't assume syncprov_op_response only runs...
next