]> git.sur5r.net Git - openldap/history - servers/slapd/syncrepl.c
delta-mmr conflict resolution
[openldap] / servers / slapd / syncrepl.c
2011-06-20 Howard Chudelta-mmr conflict resolution
2011-06-20 Howard ChuMore for conflict detection
2011-06-20 Howard ChuSetup delta-mmr using an overlay
2011-04-15 Howard ChuAdd strictrefresh syncrepl option
2011-04-15 Howard ChuLog when delta-sync has to fallback
2011-04-15 Howard ChuLog entry DN on syncrepl errors
2011-01-28 Howard ChuMore for ITS#6807, make sure to check_syncprov() after...
2011-01-27 Howard ChuITS#6807 always use complete cookie on refresh requests
2011-01-05 Kurt ZeilengaHappy New Year
2011-01-04 Hallvard FurusethSet sr_type=REP_SEARCH before be_operational
2010-12-31 Hallvard Furusethnoop commit: cleanup 0 -> REP_RESULT in SlapReply
2010-12-31 Hallvard FurusethITS#6758 Avoid SlapReply reuse.
2010-12-31 Hallvard FurusethITS#6758 Avoid SlapReply reuse, simple cases.
2010-12-30 Hallvard FurusethRemove lint (unused vars/labels/funcs/default:s)
2010-12-20 Hallvard FurusethPlug memory leaks
2010-12-06 Hallvard FurusethFor ITS#6739: Fix last commit (private debuging)
2010-12-06 Hallvard FurusethFor ITS#6739: Move variables into do_syncrep2 loop
2010-11-22 Pierangelo Masaratiinitialize rc in syncrepl_add_glue_ancestors (ITS#6719)
2010-11-15 Rein TollevikITS#6707: Free the presentlist (if any) before connecting.
2010-06-21 Howard ChuFix rewriterule, free rewrite info in syncinfo_free
2010-06-21 Howard ChuFix prev commit, return NULL if rewrite returns original DN
2010-06-19 Howard ChuAdd suffixmassage processing
2010-06-19 Howard ChuAdd config support for suffixmassage. Note - no actual...
2010-04-26 Howard ChuITS#6533 put rid first, in front of url
2010-04-25 Pierangelo Masaratilog rid when syncrepl stanza successfully added (ITS...
2010-04-18 Pierangelo Masaratiremove redundant logs (underlying backends already...
2010-04-18 Pierangelo MasaratialreadyExists is a legitimate result code (further...
2010-04-18 Pierangelo Masaratidon't use dangling stack pointers (more on ITS#6472...
2010-04-18 Pierangelo Masaratifix syncrepl when attr has no matching rule (ITS#6458)
2010-04-17 Pierangelo Masaratifix out of order add/rename, when rename to newly added...
2010-04-13 Kurt Zeilengahappy belated New Year
2010-03-02 Howard ChuITS#6473 fail delta-sync when unknown attrs are received
2009-12-09 Howard ChuITS#6425 fix uninit'd vars
2009-12-08 Howard ChuITS#6419 also init for ldaps:// URIs
2009-12-03 Rein TollevikITS#6413 Ensure task don't get queued while being freed...
2009-11-22 Howard ChuRevert pending CSN if the update fails
2009-11-22 Pierangelo Masaraticheck result of str2filter; syncrepl: can be broken...
2009-11-22 Howard ChuITS#6394 partially revert ITS#5108. Use RID_MAX, as...
2009-11-21 Pierangelo Masaratiuse macros for fake connid
2009-11-21 Howard Chuin updateCookie, no-op if nothing changed
2009-11-21 Howard ChuUse unique IDs for fake syncrepl connections
2009-11-21 Howard ChuBraindead serialization for #6368/test050
2009-11-21 Howard ChuAlways log rid with incoming cookie
2009-11-20 Howard ChuFix typo in 1.487
2009-11-20 Howard ChuFix prev commit
2009-11-20 Howard ChuReject old ops based on pending ops, not just committed ops
2009-11-18 Howard ChuITS#6368 add another call to check_syncprov to make...
2009-11-18 Pierangelo Masaratidon't test a NULL BackendDB * (ITS#6385)
2009-11-16 Pierangelo Masaratiwarn if retry is not forever
2009-11-15 Howard ChuITS#6367 use correct SID in our request cookie
2009-11-15 Howard ChuFix uninit'd var
2009-11-14 Howard ChuITS#6377, fix rev 1.478
2009-11-11 Howard ChuITS#6373 more for subentry creation
2009-11-11 Howard ChuITS#6373 create subentry if missing
2009-11-11 Howard ChuITS#6373 add sync_use_subentry keyword
2009-08-21 Pierangelo Masaratiadd pedantic checks
2009-08-18 Howard ChuRevert prev commit, use ldap_pvt_ funcs
2009-08-18 Howard ChuFor ITS#6152 add slapd_str2scope(), slapd_scope2bv()
2009-08-17 Howard ChuITS#6152 add syncrepl_diff_entry()
2009-08-15 Howard ChuITS#6256 from Jonathan Clarke
2009-07-29 Howard ChuITS#5942 consolidate server URL match to config_check_m...
2009-06-11 Howard ChuAdd ldap_pvt_thread_pool_retract() to cancel pending...
2009-05-18 Howard ChuAvoid multiple attempts to free the same syncinfo
2009-05-07 Pierangelo Masaraticheck dn normalization result
2009-04-16 Hallvard FurusethITS#6064: "//" comment from rev 1.445 -> "/**/" comment
2009-04-11 Howard ChuITS#6054 quit using global malloc
2009-03-22 Howard ChuFix 1.461, forgot to release mutex when persistent...
2009-03-19 Howard ChuFix prev commit
2009-03-19 Howard ChuMore for prev commit
2009-03-19 Howard ChuMore for #6011, rearrange teardown steps
2009-03-17 Howard ChuITS#6011 more for refcount'd cookieState
2009-03-17 Howard ChuITS#6011 better fix for connection queue
2009-03-17 Howard ChuITS#6011 use refcount for shared cookieState
2009-03-17 Howard Chucleanup prev commit
2009-03-17 Howard ChuMore for ITS#6011
2009-03-16 Howard ChuMore debugging
2009-03-14 Howard ChuMore for prev commit
2009-03-14 Howard ChuITS#5988 avoid redundant slap_graduate_commit_csn calls
2009-03-13 Howard ChuITS#6020 better tracking of where changes came from
2009-03-12 Howard ChuRevert 1.447 ITS#5793, slap_queue_csn is mandatory
2009-03-11 Howard ChuITS#6011 don't hang around during a shutdown...
2009-03-05 Howard ChuOnce more, mutex_lock -> trylock...
2009-03-05 Howard ChuFix modrdn / delOldRDN leaving empty mods
2009-03-05 Howard ChuDelete bogus code from 1.435
2009-02-24 Rein TollevikITS#5973 use the modify op to pass csn updates from...
2009-02-24 Rein TollevikITS#5972 Added newCookie sync info messages.
2009-02-17 Howard ChuITS#5954 from jclarke@linagora.com: fix be_syncinfo...
2009-02-11 Howard ChuAdd some asserts on CSN validity
2009-02-10 Howard ChuITS#5935 fix prev commit
2009-02-10 Howard ChuITS#5935 better check for active syncrepl sessions...
2009-01-25 Howard ChuCleanup, treat modifyTimestamp specially too
2009-01-24 Howard ChuBlind fix to runqueue_remove assert. unable to reproduc...
2009-01-24 Howard ChuITS#5881 consumer must use ManageDSAiT control to retri...
2009-01-24 Howard ChuITS#5843, fallout from #5470. Just test against our...
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-12-29 Howard ChuFix prev commit
2008-12-24 Howard ChuITS#5866 skip CSN check for glue entries
2008-12-06 Pierangelo Masaratiadd shadow mask
2008-12-06 Pierangelo Masaratimake sure the right control is being used (a little...
2008-12-03 Howard ChuMore for prev commit - if doing both modrdn and modify...
next