Age | Commit message (Expand) | Author | Files | Lines |
2010-09-29 | s4-drepl: fixed the checking of replica_flags in the drepl server | Andrew Tridgell | 1 | -7/+0 |
2010-09-25 | s4-repl: use namingContexts from rootDSE to initialise partition list | Andrew Tridgell | 1 | -53/+36 |
2010-09-25 | s4-repl: force on WRIT_REP when we are a writable replica | Andrew Tridgell | 1 | -4/+3 |
2010-09-25 | s4-repl: use dreplsrv_partition_source_dsa_by_guid to find source dsa | Andrew Tridgell | 1 | -5/+6 |
2010-09-24 | s4:drepl_out_helpers.c - fix a counter type | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-09-20 | s4-drepl: use the partition UDV and hwm for extended getncchanges ops | Andrew Tridgell | 3 | -28/+75 |
2010-09-20 | s4/fsmo: Create separate function for retrieving fsmo role dn and owner dn. | Anatoliy Atanasov | 1 | -54/+9 |
2010-09-19 | s4/fsmo: Naming master support added | Anatoliy Atanasov | 1 | -1/+2 |
2010-09-18 | s4-drs: Check for schema changes only in case we are *not* applying Schema re... | Kamen Mazdrashki | 1 | -8/+19 |
2010-09-16 | s4-drs: initial skeleton for DrsReplica{Add,Del,Mod} calls | Andrew Tridgell | 2 | -0/+96 |
2010-09-16 | s4-repl: if we are an RODC don't set WRIT_REP in replication | Andrew Tridgell | 1 | -2/+7 |
2010-09-16 | s4-repl: add partial attribute set to getncchanges calls for RODCs | Andrew Tridgell | 4 | -9/+67 |
2010-09-16 | s4-repl: added min_usn to extended replication call | Andrew Tridgell | 4 | -2/+9 |
2010-09-16 | s4-repl: added repl_secret handling | Andrew Tridgell | 1 | -1/+97 |
2010-09-16 | s4-repl: cleanup the extended op calls in repl server | Andrew Tridgell | 5 | -21/+23 |
2010-09-16 | s4-pyjoin: fill in the dns name in the python replication method | Andrew Tridgell | 1 | -0/+40 |
2010-09-16 | s4-repl: split out the extended op handling | Andrew Tridgell | 2 | -136/+168 |
2010-09-16 | s4-repl: cleanup getncchanges extended op calls | Andrew Tridgell | 3 | -40/+70 |
2010-09-15 | s4/fsmo: Handle infrastructure, pdc and rid extended ops | Anatoliy Atanasov | 2 | -45/+53 |
2010-09-15 | s4-repl: use consistent API calls for getting DN GUID | Andrew Tridgell | 1 | -1/+1 |
2010-09-15 | s4-rodc: add a trigger message for REPL_SECRET to auth_sam | Andrew Tridgell | 1 | -0/+14 |
2010-09-10 | s4/fsmo: Change return type from NTSTATUS to WERROR for drepl_takeFSMOrole | Anatoliy Atanasov | 1 | -1/+1 |
2010-09-10 | s4/fsmo: Fix callback declaration | Anatoliy Atanasov | 1 | -1/+2 |
2010-09-10 | s4-dreplsrv: fix 'dn' for partition object being created | Kamen Mazdrashki | 1 | -1/+9 |
2010-09-10 | s4-drs-fsmo: try to dispatch ops in queue as soon as possible | Kamen Mazdrashki | 1 | -1/+9 |
2010-09-10 | s4-fsmo: update FSMO changes for recent IRPC work | Andrew Tridgell | 1 | -3/+3 |
2010-09-10 | s4/drs: update repsFrom only when we are not in getncchanges extended op | Anatoliy Atanasov | 1 | -4/+4 |
2010-09-10 | s4-irpc: Added internal rpc call DREPL_TAKEFSMOROLE | Nadezhda Ivanova | 1 | -1/+10 |
2010-09-10 | s4-drs: Implementation of GetNCChanges extended op 6 - fsmo role transfer | Nadezhda Ivanova | 1 | -0/+151 |
2010-09-10 | s4-drs: Refactored drepl_service and send_ridalloc_request so that the struct... | Nadezhda Ivanova | 2 | -27/+48 |
2010-09-09 | s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even ru... | Kamen Mazdrashki | 1 | -0/+8 |
2010-09-09 | s4-dsdb/repl/drepl_out_pull.c: Remove unused code | Kamen Mazdrashki | 1 | -43/+0 |
2010-09-09 | s4-drepl_service.c: Update (C) | Kamen Mazdrashki | 1 | -9/+10 |
2010-09-09 | s4-drepsrv: Dump more info when drepl_replica_sync() fails | Kamen Mazdrashki | 1 | -24/+28 |
2010-09-07 | s4-dreplsrv: Run NC replication synchronously if requested | Kamen Mazdrashki | 1 | -30/+119 |
2010-09-05 | s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitions | Kamen Mazdrashki | 1 | -1/+1 |
2010-09-03 | s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSR | Kamen Mazdrashki | 1 | -8/+111 |
2010-09-03 | s4-dreplsrv: Helpers to locate source DSA in a partition by GUID or DNS name | Kamen Mazdrashki | 1 | -0/+40 |
2010-09-03 | s4-dreplsrv: Helper to find NC by DN or GUID or SID | Kamen Mazdrashki | 1 | -0/+33 |
2010-09-03 | s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_t | Kamen Mazdrashki | 3 | -7/+14 |
2010-08-28 | s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update inter... | Kamen Mazdrashki | 1 | -0/+20 |
2010-08-28 | s4-dreplsrv: Move partition cache update before scheduling another set of rep... | Kamen Mazdrashki | 1 | -3/+7 |
2010-08-25 | s4-repl: load RODC partitions using msDS-hasFullReplicaNCs | Andrew Tridgell | 2 | -4/+28 |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 3 | -6/+6 |
2010-07-09 | s4:drepl_notify: hide some bugs from the make test output | Stefan Metzmacher | 1 | -1/+12 |
2010-07-09 | s4:dsdb/repl: expose drsuapi_DsExtendedError to the caller (e.g. the ridalloc... | Stefan Metzmacher | 4 | -6/+13 |
2010-07-09 | s4:drepl_out_helpers: don't return NT_STATUS_OK, if an extended operation doe... | Stefan Metzmacher | 1 | -1/+14 |
2010-07-09 | s4:drepl_ridalloc: only ask the rid master for a new rid pool if we need to. | Stefan Metzmacher | 1 | -9/+38 |
2010-07-07 | s4-dsdb: use ldb_operr() in the dsdb code | Andrew Tridgell | 1 | -1/+2 |
2010-06-25 | s4/drs: DsReplicaSync should search partition to Sync | Kamen Mazdrashki | 2 | -6/+38 |