summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/repl
Commit message (Expand)AuthorAgeFilesLines
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-163-6/+6
* s4:drepl_notify: hide some bugs from the make test outputStefan Metzmacher2010-07-091-1/+12
* s4:dsdb/repl: expose drsuapi_DsExtendedError to the caller (e.g. the ridalloc...Stefan Metzmacher2010-07-094-6/+13
* s4:drepl_out_helpers: don't return NT_STATUS_OK, if an extended operation doe...Stefan Metzmacher2010-07-091-1/+14
* s4:drepl_ridalloc: only ask the rid master for a new rid pool if we need to.Stefan Metzmacher2010-07-091-9/+38
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-1/+2
* s4/drs: DsReplicaSync should search partition to SyncKamen Mazdrashki2010-06-252-6/+38
* s4:dsdb Allow calling dsdb_convert_object_ex() directlyAndrew Bartlett2010-06-121-6/+6
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* s4: Do not display by default the message Failed to send DsReplicaSync is oth...Matthieu Patou2010-05-131-1/+6
* s4-repl: added a workaround for WERR_DS_DRA_NO_REPLICA DsReplicaSync errorsAndrew Tridgell2010-04-272-2/+19
* s4-repl: on a failed request, clear the current ptrAndrew Tridgell2010-04-271-0/+1
* s4-repl: end repl request when not doing an UpdateRefsAndrew Tridgell2010-04-271-0/+2
* s4-repl: don't delete repsTo entry on DsReplicaSyncAndrew Tridgell2010-04-271-46/+12
* s4-drs: allow getncchanges requests to non WRIT_REP partitions for extended opsAndrew Tridgell2010-04-261-1/+2
* s4-drepl: don't send an UpdateRefs unless its a plain replicationAndrew Tridgell2010-04-261-1/+3
* s4-drs: removed dsdb_validate_client_flags()Andrew Tridgell2010-04-221-7/+0
* s40-drs: Do not send GetNCChanges messages to RODCsFernando J V da Silva2010-04-221-0/+11
* s4-drs: samdb_is_rodc() function and new samdb_rodc() functionFernando J V da Silva2010-04-222-2/+8
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-1/+1
* s4-drs: If we are a RODC then do not send DSReplicaSync messagesFernando J V da Silva2010-03-251-8/+11
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-11/+19
* s4:dsdb/repl: make use of use tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2010-03-123-38/+62
* s4/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
* s4:repl - change also here the counter variables to "unsigned"Matthias Dieter Wallnöfer2010-03-053-7/+8
* s4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-2/+13
* s4:drepl_notify: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-1/+9
* s4:dsdb/repl: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-012-4/+4
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-011-1/+1
* s4/drs: Propagate drsuapi_DsReplicaSync changes in source baseKamen Mazdrashki2010-02-242-5/+9
* s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki2010-02-051-1/+1
* s4-drs: Reads uSNUrgent and sets Urgent Replication Bit for DS_ReplicaSync wh...Fernando J V da Silva2010-01-282-7/+24
* s4-dsdb: take advantage of local cursor and sortAndrew Tridgell2010-01-161-37/+0
* s4-dsdb: use dsdb_load_udv_v2() in repl taskAndrew Tridgell2010-01-161-27/+2
* s4-drepl: switch drepl over to using the generic DRS options flagsAndrew Tridgell2010-01-142-7/+5
* s4-drs: Uses dsdb_load_partition_usn() with urgent_uSN in s4 codeFernando J V da Silva2010-01-141-1/+1
* s4-drs: Store uSNUrgent for Urgent ReplicationFernando J V da Silva2010-01-142-3/+3
* s4:dsdb/repl: reorder dreplsrv_op_notify* functionsStefan Metzmacher2010-01-131-53/+50
* s4:dsdb/repl: change dreplsrv_op_notify_send/recv() to tevent_reqStefan Metzmacher2010-01-132-70/+74
* s4-drs: add a local UDV entry even when no replUpToDateVector present on NCAndrew Tridgell2010-01-091-3/+3
* s4-drs: give DN of failed replication partitionAndrew Tridgell2010-01-091-4/+5
* s4-drs: calculate and send a uptodateness_vector with replication requestsAndrew Tridgell2010-01-092-7/+82
* s4:dsdb/repl: convert dreplsrv_op_pull_source_send/recv to tevent_reqStefan Metzmacher2010-01-083-158/+199
* s4-repl: implement MSG_DREPL_ALLOCATE_RIDAndrew Tridgell2010-01-082-19/+48
* s4-repl: allow for callbacks when a repl operation completesAndrew Tridgell2010-01-083-4/+16
* s4-repl: added request for RID allocation in drepl taskAndrew Tridgell2010-01-086-12/+274
* s4:dsdb/repl: convert dreplsrv_out_drsuapi_send/recv to tevent_reqStefan Metzmacher2010-01-042-99/+127
* Revert "s4-drs: cope with bogus empty attributes from w2k8-r2"Kamen Mazdrashki2009-12-211-17/+0
* s4-repl: give a reason why the prepare commit failedAndrew Tridgell2009-12-211-1/+2
* s4-repl: only try to replicate for NCs that we are a master forAndrew Tridgell2009-12-211-4/+3