summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_extended.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-20s4-drepl: use the partition UDV and hwm for extended getncchanges opsAndrew Tridgell1-1/+38
we find the NC root then load the uptodateness vector and highwater mark, if available, from there
2010-09-16s4-repl: added min_usn to extended replication callAndrew Tridgell1-1/+4
the repl_secret code needs to set it to avoid too many duplicate attributes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-16s4-repl: cleanup the extended op calls in repl serverAndrew Tridgell1-5/+8
- use generic parameter names - trigger a run of pending ops on all extended ops - don't prevent parallel fsmo transfers - moved extended op code into drepl_extended
2010-09-16s4-repl: split out the extended op handling Andrew Tridgell1-0/+168
this is not part of the rid allocation logic Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>