Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-25 | s4-repl: fixed _msdcs DNS name | Andrew Tridgell | 1 | -4/+3 | |
another multi-domain fix | |||||
2011-02-27 | s4-drepl: Pass replication options from DsReplicaSync call | Kamen Mazdrashki | 1 | -1/+1 | |
2010-09-25 | s4-repl: force on WRIT_REP when we are a writable replica | Andrew Tridgell | 1 | -4/+3 | |
this ensures we always mark ourselves as writeable when we are not an RODC | |||||
2010-09-25 | s4-repl: use dreplsrv_partition_source_dsa_by_guid to find source dsa | Andrew Tridgell | 1 | -5/+6 | |
this avoids a list walk in the calling code | |||||
2010-09-20 | s4-drepl: use the partition UDV and hwm for extended getncchanges ops | Andrew Tridgell | 1 | -1/+38 | |
we find the NC root then load the uptodateness vector and highwater mark, if available, from there | |||||
2010-09-16 | s4-repl: added min_usn to extended replication call | Andrew Tridgell | 1 | -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-16 | s4-repl: cleanup the extended op calls in repl server | Andrew Tridgell | 1 | -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-16 | s4-repl: split out the extended op handling | Andrew Tridgell | 1 | -0/+168 | |
this is not part of the rid allocation logic Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |