Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> |