s3:smbd: add basic support for durable handle request and reconnect
[Samba/gebeck_regimport.git] / source4 / rpc_server / drsuapi / getncchanges.c
blobc366eed8535553cd9f7bbd4802e34207e7c2902f
1 /*
2 Unix SMB/CIFS implementation.
4 implement the DSGetNCChanges call
6 Copyright (C) Anatoliy Atanasov 2009
7 Copyright (C) Andrew Tridgell 2009
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>.
23 #include "includes.h"
24 #include "rpc_server/dcerpc_server.h"
25 #include "dsdb/samdb/samdb.h"
26 #include "param/param.h"
27 #include "librpc/gen_ndr/ndr_drsblobs.h"
28 #include "librpc/gen_ndr/ndr_drsuapi.h"
29 #include "librpc/gen_ndr/ndr_security.h"
30 #include "libcli/security/security.h"
31 #include "libcli/security/session.h"
32 #include "rpc_server/drsuapi/dcesrv_drsuapi.h"
33 #include "rpc_server/dcerpc_server_proto.h"
34 #include "../libcli/drsuapi/drsuapi.h"
35 #include "lib/util/binsearch.h"
36 #include "lib/util/tsort.h"
37 #include "auth/session.h"
38 #include "dsdb/common/util.h"
41 build a DsReplicaObjectIdentifier from a ldb msg
43 static struct drsuapi_DsReplicaObjectIdentifier *get_object_identifier(TALLOC_CTX *mem_ctx,
44 struct ldb_message *msg)
46 struct drsuapi_DsReplicaObjectIdentifier *identifier;
47 struct dom_sid *sid;
49 identifier = talloc(mem_ctx, struct drsuapi_DsReplicaObjectIdentifier);
50 if (identifier == NULL) {
51 return NULL;
54 identifier->dn = ldb_dn_alloc_linearized(identifier, msg->dn);
55 identifier->guid = samdb_result_guid(msg, "objectGUID");
57 sid = samdb_result_dom_sid(identifier, msg, "objectSid");
58 if (sid) {
59 identifier->sid = *sid;
60 } else {
61 ZERO_STRUCT(identifier->sid);
63 return identifier;
66 static int udv_compare(const struct GUID *guid1, struct GUID guid2)
68 return GUID_compare(guid1, &guid2);
72 see if we can filter an attribute using the uptodateness_vector
74 static bool udv_filter(const struct drsuapi_DsReplicaCursorCtrEx *udv,
75 const struct GUID *originating_invocation_id,
76 uint64_t originating_usn)
78 const struct drsuapi_DsReplicaCursor *c;
79 if (udv == NULL) return false;
80 BINARY_ARRAY_SEARCH(udv->cursors, udv->count, source_dsa_invocation_id,
81 originating_invocation_id, udv_compare, c);
82 if (c && originating_usn <= c->highest_usn) {
83 return true;
85 return false;
89 static int attid_cmp(enum drsuapi_DsAttributeId a1, enum drsuapi_DsAttributeId a2)
91 if (a1 == a2) return 0;
92 return ((uint32_t)a1) > ((uint32_t)a2) ? 1 : -1;
96 check if an attribute is in a partial_attribute_set
98 static bool check_partial_attribute_set(const struct dsdb_attribute *sa,
99 struct drsuapi_DsPartialAttributeSet *pas)
101 enum drsuapi_DsAttributeId *result;
102 BINARY_ARRAY_SEARCH_V(pas->attids, pas->num_attids, (enum drsuapi_DsAttributeId)sa->attributeID_id,
103 attid_cmp, result);
104 return result != NULL;
109 drsuapi_DsGetNCChanges for one object
111 static WERROR get_nc_changes_build_object(struct drsuapi_DsReplicaObjectListItemEx *obj,
112 struct ldb_message *msg,
113 struct ldb_context *sam_ctx,
114 struct ldb_dn *ncRoot_dn,
115 bool is_schema_nc,
116 struct dsdb_schema *schema,
117 DATA_BLOB *session_key,
118 uint64_t highest_usn,
119 uint32_t replica_flags,
120 struct drsuapi_DsPartialAttributeSet *partial_attribute_set,
121 struct drsuapi_DsReplicaCursorCtrEx *uptodateness_vector,
122 enum drsuapi_DsExtendedOperation extended_op,
123 bool force_object_return)
125 const struct ldb_val *md_value;
126 uint32_t i, n;
127 struct replPropertyMetaDataBlob md;
128 uint32_t rid = 0;
129 enum ndr_err_code ndr_err;
130 uint32_t *attids;
131 const char *rdn;
132 const struct dsdb_attribute *rdn_sa;
133 unsigned int instanceType;
134 struct dsdb_syntax_ctx syntax_ctx;
136 /* make dsdb sytanx context for conversions */
137 dsdb_syntax_ctx_init(&syntax_ctx, sam_ctx, schema);
138 syntax_ctx.is_schema_nc = is_schema_nc;
140 instanceType = ldb_msg_find_attr_as_uint(msg, "instanceType", 0);
141 if (instanceType & INSTANCE_TYPE_IS_NC_HEAD) {
142 obj->is_nc_prefix = true;
143 obj->parent_object_guid = NULL;
144 } else {
145 obj->is_nc_prefix = false;
146 obj->parent_object_guid = talloc(obj, struct GUID);
147 if (obj->parent_object_guid == NULL) {
148 return WERR_DS_DRA_INTERNAL_ERROR;
150 *obj->parent_object_guid = samdb_result_guid(msg, "parentGUID");
151 if (GUID_all_zero(obj->parent_object_guid)) {
152 DEBUG(0,(__location__ ": missing parentGUID for %s\n",
153 ldb_dn_get_linearized(msg->dn)));
154 return WERR_DS_DRA_INTERNAL_ERROR;
157 obj->next_object = NULL;
159 md_value = ldb_msg_find_ldb_val(msg, "replPropertyMetaData");
160 if (!md_value) {
161 /* nothing to send */
162 return WERR_OK;
165 if (instanceType & INSTANCE_TYPE_UNINSTANT) {
166 /* don't send uninstantiated objects */
167 return WERR_OK;
170 ndr_err = ndr_pull_struct_blob(md_value, obj, &md,
171 (ndr_pull_flags_fn_t)ndr_pull_replPropertyMetaDataBlob);
172 if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
173 return WERR_DS_DRA_INTERNAL_ERROR;
176 if (md.version != 1) {
177 return WERR_DS_DRA_INTERNAL_ERROR;
180 rdn = ldb_dn_get_rdn_name(msg->dn);
181 if (rdn == NULL) {
182 DEBUG(0,(__location__ ": No rDN for %s\n", ldb_dn_get_linearized(msg->dn)));
183 return WERR_DS_DRA_INTERNAL_ERROR;
186 rdn_sa = dsdb_attribute_by_lDAPDisplayName(schema, rdn);
187 if (rdn_sa == NULL) {
188 DEBUG(0,(__location__ ": Can't find dsds_attribute for rDN %s in %s\n",
189 rdn, ldb_dn_get_linearized(msg->dn)));
190 return WERR_DS_DRA_INTERNAL_ERROR;
193 obj->meta_data_ctr = talloc(obj, struct drsuapi_DsReplicaMetaDataCtr);
194 attids = talloc_array(obj, uint32_t, md.ctr.ctr1.count);
196 obj->object.identifier = get_object_identifier(obj, msg);
197 if (obj->object.identifier == NULL) {
198 return WERR_NOMEM;
200 dom_sid_split_rid(NULL, &obj->object.identifier->sid, NULL, &rid);
202 obj->meta_data_ctr->meta_data = talloc_array(obj, struct drsuapi_DsReplicaMetaData, md.ctr.ctr1.count);
203 for (n=i=0; i<md.ctr.ctr1.count; i++) {
204 const struct dsdb_attribute *sa;
205 bool force_attribute = false;
207 /* if the attribute has not changed, and it is not the
208 instanceType then don't include it */
209 if (md.ctr.ctr1.array[i].local_usn < highest_usn &&
210 extended_op != DRSUAPI_EXOP_REPL_SECRET &&
211 md.ctr.ctr1.array[i].attid != DRSUAPI_ATTID_instanceType) continue;
213 /* don't include the rDN */
214 if (md.ctr.ctr1.array[i].attid == rdn_sa->attributeID_id) continue;
216 sa = dsdb_attribute_by_attributeID_id(schema, md.ctr.ctr1.array[i].attid);
217 if (!sa) {
218 DEBUG(0,(__location__ ": Failed to find attribute in schema for attrid %u mentioned in replPropertyMetaData of %s\n",
219 (unsigned int)md.ctr.ctr1.array[i].attid,
220 ldb_dn_get_linearized(msg->dn)));
221 return WERR_DS_DRA_INTERNAL_ERROR;
224 if (sa->linkID) {
225 struct ldb_message_element *el;
226 el = ldb_msg_find_element(msg, sa->lDAPDisplayName);
227 if (el && el->num_values && dsdb_dn_is_upgraded_link_val(&el->values[0])) {
228 /* don't send upgraded links inline */
229 continue;
233 if (extended_op == DRSUAPI_EXOP_REPL_SECRET &&
234 !dsdb_attr_in_rodc_fas(sa)) {
235 force_attribute = true;
236 DEBUG(4,("Forcing attribute %s in %s\n",
237 sa->lDAPDisplayName, ldb_dn_get_linearized(msg->dn)));
240 /* filter by uptodateness_vector */
241 if (md.ctr.ctr1.array[i].attid != DRSUAPI_ATTID_instanceType &&
242 !force_attribute &&
243 udv_filter(uptodateness_vector,
244 &md.ctr.ctr1.array[i].originating_invocation_id,
245 md.ctr.ctr1.array[i].originating_usn)) {
246 continue;
249 /* filter by partial_attribute_set */
250 if (partial_attribute_set && !check_partial_attribute_set(sa, partial_attribute_set)) {
251 continue;
254 obj->meta_data_ctr->meta_data[n].originating_change_time = md.ctr.ctr1.array[i].originating_change_time;
255 obj->meta_data_ctr->meta_data[n].version = md.ctr.ctr1.array[i].version;
256 obj->meta_data_ctr->meta_data[n].originating_invocation_id = md.ctr.ctr1.array[i].originating_invocation_id;
257 obj->meta_data_ctr->meta_data[n].originating_usn = md.ctr.ctr1.array[i].originating_usn;
258 attids[n] = md.ctr.ctr1.array[i].attid;
259 n++;
262 /* ignore it if its an empty change. Note that renames always
263 * change the 'name' attribute, so they won't be ignored by
264 * this
266 * the force_object_return check is used to force an empty
267 * object return when we timeout in the getncchanges loop.
268 * This allows us to return an empty object, which keeps the
269 * client happy while preventing timeouts
271 if (n == 0 ||
272 (n == 1 &&
273 attids[0] == DRSUAPI_ATTID_instanceType &&
274 !force_object_return)) {
275 talloc_free(obj->meta_data_ctr);
276 obj->meta_data_ctr = NULL;
277 return WERR_OK;
280 obj->meta_data_ctr->count = n;
282 obj->object.flags = DRSUAPI_DS_REPLICA_OBJECT_FROM_MASTER;
283 obj->object.attribute_ctr.num_attributes = obj->meta_data_ctr->count;
284 obj->object.attribute_ctr.attributes = talloc_array(obj, struct drsuapi_DsReplicaAttribute,
285 obj->object.attribute_ctr.num_attributes);
286 if (obj->object.attribute_ctr.attributes == NULL) {
287 return WERR_NOMEM;
291 * Note that the meta_data array and the attributes array must
292 * be the same size and in the same order
294 for (i=0; i<obj->object.attribute_ctr.num_attributes; i++) {
295 struct ldb_message_element *el;
296 WERROR werr;
297 const struct dsdb_attribute *sa;
299 sa = dsdb_attribute_by_attributeID_id(schema, attids[i]);
300 if (!sa) {
301 DEBUG(0,("Unable to find attributeID %u in schema\n", attids[i]));
302 return WERR_DS_DRA_INTERNAL_ERROR;
305 el = ldb_msg_find_element(msg, sa->lDAPDisplayName);
306 if (el == NULL) {
307 /* this happens for attributes that have been removed */
308 DEBUG(5,("No element '%s' for attributeID %u in message\n",
309 sa->lDAPDisplayName, attids[i]));
310 ZERO_STRUCT(obj->object.attribute_ctr.attributes[i]);
311 obj->object.attribute_ctr.attributes[i].attid =
312 dsdb_attribute_get_attid(sa, syntax_ctx.is_schema_nc);
313 } else {
314 werr = sa->syntax->ldb_to_drsuapi(&syntax_ctx, sa, el, obj,
315 &obj->object.attribute_ctr.attributes[i]);
316 if (!W_ERROR_IS_OK(werr)) {
317 DEBUG(0,("Unable to convert %s to DRS object - %s\n",
318 sa->lDAPDisplayName, win_errstr(werr)));
319 return werr;
321 /* if DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING is set
322 * check if attribute is secret and send a null value
324 if (replica_flags & DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING) {
325 drsuapi_process_secret_attribute(&obj->object.attribute_ctr.attributes[i],
326 &obj->meta_data_ctr->meta_data[i]);
328 /* some attributes needs to be encrypted
329 before being sent */
330 werr = drsuapi_encrypt_attribute(obj, session_key, rid,
331 &obj->object.attribute_ctr.attributes[i]);
332 if (!W_ERROR_IS_OK(werr)) {
333 DEBUG(0,("Unable to encrypt %s in DRS object - %s\n",
334 sa->lDAPDisplayName, win_errstr(werr)));
335 return werr;
340 return WERR_OK;
344 add one linked attribute from an object to the list of linked
345 attributes in a getncchanges request
347 static WERROR get_nc_changes_add_la(TALLOC_CTX *mem_ctx,
348 struct ldb_context *sam_ctx,
349 const struct dsdb_schema *schema,
350 const struct dsdb_attribute *sa,
351 struct ldb_message *msg,
352 struct dsdb_dn *dsdb_dn,
353 struct drsuapi_DsReplicaLinkedAttribute **la_list,
354 uint32_t *la_count)
356 struct drsuapi_DsReplicaLinkedAttribute *la;
357 bool active;
358 NTSTATUS status;
359 WERROR werr;
361 (*la_list) = talloc_realloc(mem_ctx, *la_list, struct drsuapi_DsReplicaLinkedAttribute, (*la_count)+1);
362 W_ERROR_HAVE_NO_MEMORY(*la_list);
364 la = &(*la_list)[*la_count];
366 la->identifier = get_object_identifier(*la_list, msg);
367 W_ERROR_HAVE_NO_MEMORY(la->identifier);
369 active = (dsdb_dn_rmd_flags(dsdb_dn->dn) & DSDB_RMD_FLAG_DELETED) == 0;
371 if (!active) {
372 /* We have to check that the inactive link still point to an existing object */
373 struct GUID guid;
374 struct ldb_dn *tdn;
375 int ret;
376 const char *v;
378 v = ldb_msg_find_attr_as_string(msg, "isDeleted", "FALSE");
379 if (strncmp(v, "TRUE", 4) == 0) {
381 * Note: we skip the transmition of the deleted link even if the other part used to
382 * know about it because when we transmit the deletion of the object, the link will
383 * be deleted too due to deletion of object where link points and Windows do so.
385 if (dsdb_functional_level(sam_ctx) >= DS_DOMAIN_FUNCTION_2008_R2) {
386 v = ldb_msg_find_attr_as_string(msg, "isRecycled", "FALSE");
388 * On Windows 2008R2 isRecycled is always present even if FL or DL are < FL 2K8R2
389 * if it join an existing domain with deleted objets, it firsts impose to have a
390 * schema with the is-Recycled object and for all deleted objects it adds the isRecycled
391 * either during initial replication or after the getNCChanges.
392 * Behavior of samba has been changed to always have this attribute if it's present in the schema.
394 * So if FL <2K8R2 isRecycled might be here or not but we don't care, it's meaning less.
395 * If FL >=2K8R2 we are sure that this attribute will be here.
396 * For this kind of forest level we do not return the link if the object is recycled
397 * (isRecycled = true).
399 if (strncmp(v, "TRUE", 4) == 0) {
400 DEBUG(2, (" object %s is recycled, not returning linked attribute !\n",
401 ldb_dn_get_linearized(msg->dn)));
402 return WERR_OK;
404 } else {
405 return WERR_OK;
408 status = dsdb_get_extended_dn_guid(dsdb_dn->dn, &guid, "GUID");
409 if (!NT_STATUS_IS_OK(status)) {
410 DEBUG(0,(__location__ " Unable to extract GUID in linked attribute '%s' in '%s'\n",
411 sa->lDAPDisplayName, ldb_dn_get_linearized(msg->dn)));
412 return ntstatus_to_werror(status);
414 ret = dsdb_find_dn_by_guid(sam_ctx, mem_ctx, &guid, &tdn);
415 if (ret == LDB_ERR_NO_SUCH_OBJECT) {
416 DEBUG(2, (" Search of guid %s returned 0 objects, skipping it !\n",
417 GUID_string(mem_ctx, &guid)));
418 return WERR_OK;
419 } else if (ret != LDB_SUCCESS) {
420 DEBUG(0, (__location__ " Search of guid %s failed with error code %d\n",
421 GUID_string(mem_ctx, &guid),
422 ret));
423 return WERR_OK;
426 la->attid = sa->attributeID_id;
427 la->flags = active?DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE:0;
429 status = dsdb_get_extended_dn_uint32(dsdb_dn->dn, &la->meta_data.version, "RMD_VERSION");
430 if (!NT_STATUS_IS_OK(status)) {
431 DEBUG(0,(__location__ " No RMD_VERSION in linked attribute '%s' in '%s'\n",
432 sa->lDAPDisplayName, ldb_dn_get_linearized(msg->dn)));
433 return ntstatus_to_werror(status);
435 status = dsdb_get_extended_dn_nttime(dsdb_dn->dn, &la->meta_data.originating_change_time, "RMD_CHANGETIME");
436 if (!NT_STATUS_IS_OK(status)) {
437 DEBUG(0,(__location__ " No RMD_CHANGETIME in linked attribute '%s' in '%s'\n",
438 sa->lDAPDisplayName, ldb_dn_get_linearized(msg->dn)));
439 return ntstatus_to_werror(status);
441 status = dsdb_get_extended_dn_guid(dsdb_dn->dn, &la->meta_data.originating_invocation_id, "RMD_INVOCID");
442 if (!NT_STATUS_IS_OK(status)) {
443 DEBUG(0,(__location__ " No RMD_INVOCID in linked attribute '%s' in '%s'\n",
444 sa->lDAPDisplayName, ldb_dn_get_linearized(msg->dn)));
445 return ntstatus_to_werror(status);
447 status = dsdb_get_extended_dn_uint64(dsdb_dn->dn, &la->meta_data.originating_usn, "RMD_ORIGINATING_USN");
448 if (!NT_STATUS_IS_OK(status)) {
449 DEBUG(0,(__location__ " No RMD_ORIGINATING_USN in linked attribute '%s' in '%s'\n",
450 sa->lDAPDisplayName, ldb_dn_get_linearized(msg->dn)));
451 return ntstatus_to_werror(status);
454 status = dsdb_get_extended_dn_nttime(dsdb_dn->dn, &la->originating_add_time, "RMD_ADDTIME");
455 if (!NT_STATUS_IS_OK(status)) {
456 /* this is possible for upgraded links */
457 la->originating_add_time = la->meta_data.originating_change_time;
460 werr = dsdb_dn_la_to_blob(sam_ctx, sa, schema, *la_list, dsdb_dn, &la->value.blob);
461 W_ERROR_NOT_OK_RETURN(werr);
463 (*la_count)++;
464 return WERR_OK;
469 add linked attributes from an object to the list of linked
470 attributes in a getncchanges request
472 static WERROR get_nc_changes_add_links(struct ldb_context *sam_ctx,
473 TALLOC_CTX *mem_ctx,
474 struct ldb_dn *ncRoot_dn,
475 struct dsdb_schema *schema,
476 uint64_t highest_usn,
477 uint32_t replica_flags,
478 struct ldb_message *msg,
479 struct drsuapi_DsReplicaLinkedAttribute **la_list,
480 uint32_t *la_count,
481 struct drsuapi_DsReplicaCursorCtrEx *uptodateness_vector)
483 unsigned int i;
484 TALLOC_CTX *tmp_ctx = talloc_new(mem_ctx);
485 uint64_t uSNChanged = ldb_msg_find_attr_as_int(msg, "uSNChanged", -1);
487 for (i=0; i<msg->num_elements; i++) {
488 struct ldb_message_element *el = &msg->elements[i];
489 const struct dsdb_attribute *sa;
490 unsigned int j;
492 sa = dsdb_attribute_by_lDAPDisplayName(schema, el->name);
494 if (!sa || sa->linkID == 0 || (sa->linkID & 1)) {
495 /* we only want forward links */
496 continue;
499 if (el->num_values && !dsdb_dn_is_upgraded_link_val(&el->values[0])) {
500 /* its an old style link, it will have been
501 * sent in the main replication data */
502 continue;
505 for (j=0; j<el->num_values; j++) {
506 struct dsdb_dn *dsdb_dn;
507 uint64_t local_usn;
508 NTSTATUS status;
509 WERROR werr;
511 dsdb_dn = dsdb_dn_parse(tmp_ctx, sam_ctx, &el->values[j], sa->syntax->ldap_oid);
512 if (dsdb_dn == NULL) {
513 DEBUG(1,(__location__ ": Failed to parse DN for %s in %s\n",
514 el->name, ldb_dn_get_linearized(msg->dn)));
515 talloc_free(tmp_ctx);
516 return WERR_DS_DRA_INTERNAL_ERROR;
519 status = dsdb_get_extended_dn_uint64(dsdb_dn->dn, &local_usn, "RMD_LOCAL_USN");
520 if (!NT_STATUS_IS_OK(status)) {
521 /* this can happen for attributes
522 given to us with old style meta
523 data */
524 continue;
527 if (local_usn > uSNChanged) {
528 DEBUG(1,(__location__ ": uSNChanged less than RMD_LOCAL_USN for %s on %s\n",
529 el->name, ldb_dn_get_linearized(msg->dn)));
530 talloc_free(tmp_ctx);
531 return WERR_DS_DRA_INTERNAL_ERROR;
534 if (local_usn < highest_usn) {
535 continue;
538 werr = get_nc_changes_add_la(mem_ctx, sam_ctx, schema, sa, msg,
539 dsdb_dn, la_list, la_count);
540 if (!W_ERROR_IS_OK(werr)) {
541 talloc_free(tmp_ctx);
542 return werr;
547 talloc_free(tmp_ctx);
548 return WERR_OK;
552 fill in the cursors return based on the replUpToDateVector for the ncRoot_dn
554 static WERROR get_nc_changes_udv(struct ldb_context *sam_ctx,
555 struct ldb_dn *ncRoot_dn,
556 struct drsuapi_DsReplicaCursor2CtrEx *udv)
558 int ret;
560 udv->version = 2;
561 udv->reserved1 = 0;
562 udv->reserved2 = 0;
564 ret = dsdb_load_udv_v2(sam_ctx, ncRoot_dn, udv, &udv->cursors, &udv->count);
565 if (ret != LDB_SUCCESS) {
566 DEBUG(0,(__location__ ": Failed to load UDV for %s - %s\n",
567 ldb_dn_get_linearized(ncRoot_dn), ldb_errstring(sam_ctx)));
568 return WERR_DS_DRA_INTERNAL_ERROR;
571 return WERR_OK;
575 /* comparison function for linked attributes - see CompareLinks() in
576 * MS-DRSR section 4.1.10.5.17 */
577 static int linked_attribute_compare(const struct drsuapi_DsReplicaLinkedAttribute *la1,
578 const struct drsuapi_DsReplicaLinkedAttribute *la2,
579 struct ldb_context *sam_ctx)
581 int c;
582 WERROR werr;
583 TALLOC_CTX *tmp_ctx;
584 const struct dsdb_schema *schema;
585 const struct dsdb_attribute *schema_attrib;
586 struct dsdb_dn *dn1, *dn2;
587 struct GUID guid1, guid2;
588 NTSTATUS status;
590 c = GUID_compare(&la1->identifier->guid,
591 &la2->identifier->guid);
592 if (c != 0) return c;
594 if (la1->attid != la2->attid) {
595 return la1->attid < la2->attid? -1:1;
598 if ((la1->flags & DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE) !=
599 (la2->flags & DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE)) {
600 return (la1->flags & DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE)? 1:-1;
603 /* we need to get the target GUIDs to compare */
604 tmp_ctx = talloc_new(sam_ctx);
606 schema = dsdb_get_schema(sam_ctx, tmp_ctx);
607 schema_attrib = dsdb_attribute_by_attributeID_id(schema, la1->attid);
609 werr = dsdb_dn_la_from_blob(sam_ctx, schema_attrib, schema, tmp_ctx, la1->value.blob, &dn1);
610 if (!W_ERROR_IS_OK(werr)) {
611 DEBUG(0,(__location__ ": Bad la1 blob in sort\n"));
612 talloc_free(tmp_ctx);
613 return 0;
616 werr = dsdb_dn_la_from_blob(sam_ctx, schema_attrib, schema, tmp_ctx, la2->value.blob, &dn2);
617 if (!W_ERROR_IS_OK(werr)) {
618 DEBUG(0,(__location__ ": Bad la2 blob in sort\n"));
619 talloc_free(tmp_ctx);
620 return 0;
623 status = dsdb_get_extended_dn_guid(dn1->dn, &guid1, "GUID");
624 if (!NT_STATUS_IS_OK(status)) {
625 DEBUG(0,(__location__ ": Bad la1 guid in sort\n"));
626 talloc_free(tmp_ctx);
627 return 0;
629 status = dsdb_get_extended_dn_guid(dn2->dn, &guid2, "GUID");
630 if (!NT_STATUS_IS_OK(status)) {
631 DEBUG(0,(__location__ ": Bad la2 guid in sort\n"));
632 talloc_free(tmp_ctx);
633 return 0;
636 talloc_free(tmp_ctx);
638 return GUID_compare(&guid1, &guid2);
641 struct drsuapi_changed_objects {
642 struct ldb_dn *dn;
643 struct GUID guid;
644 uint64_t usn;
648 sort the objects we send by tree order
650 static int site_res_cmp_parent_order(struct drsuapi_changed_objects *m1,
651 struct drsuapi_changed_objects *m2)
653 return ldb_dn_compare(m2->dn, m1->dn);
657 sort the objects we send first by uSNChanged
659 static int site_res_cmp_dn_usn_order(struct drsuapi_changed_objects *m1,
660 struct drsuapi_changed_objects *m2)
662 unsigned usnchanged1, usnchanged2;
663 unsigned cn1, cn2;
665 cn1 = ldb_dn_get_comp_num(m1->dn);
666 cn2 = ldb_dn_get_comp_num(m2->dn);
667 if (cn1 != cn2) {
668 return cn1 > cn2 ? 1 : -1;
670 usnchanged1 = m1->usn;
671 usnchanged2 = m2->usn;
672 if (usnchanged1 == usnchanged2) {
673 return 0;
675 return usnchanged1 > usnchanged2 ? 1 : -1;
680 handle a DRSUAPI_EXOP_FSMO_RID_ALLOC call
682 static WERROR getncchanges_rid_alloc(struct drsuapi_bind_state *b_state,
683 TALLOC_CTX *mem_ctx,
684 struct drsuapi_DsGetNCChangesRequest10 *req10,
685 struct drsuapi_DsGetNCChangesCtr6 *ctr6)
687 struct ldb_dn *rid_manager_dn, *req_dn;
688 int ret;
689 struct ldb_context *ldb = b_state->sam_ctx;
690 struct ldb_result *ext_res;
691 struct dsdb_fsmo_extended_op *exop;
692 bool is_us;
695 steps:
696 - verify that the DN being asked for is the RID Manager DN
697 - verify that we are the RID Manager
700 /* work out who is the RID Manager */
701 ret = samdb_rid_manager_dn(ldb, mem_ctx, &rid_manager_dn);
702 if (ret != LDB_SUCCESS) {
703 DEBUG(0, (__location__ ": Failed to find RID Manager object - %s\n", ldb_errstring(ldb)));
704 return WERR_DS_DRA_INTERNAL_ERROR;
707 req_dn = drs_ObjectIdentifier_to_dn(mem_ctx, ldb, req10->naming_context);
708 if (!ldb_dn_validate(req_dn) ||
709 ldb_dn_compare(req_dn, rid_manager_dn) != 0) {
710 /* that isn't the RID Manager DN */
711 DEBUG(0,(__location__ ": RID Alloc request for wrong DN %s\n",
712 drs_ObjectIdentifier_to_string(mem_ctx, req10->naming_context)));
713 ctr6->extended_ret = DRSUAPI_EXOP_ERR_MISMATCH;
714 return WERR_OK;
717 /* find the DN of the RID Manager */
718 ret = samdb_reference_dn_is_our_ntdsa(ldb, rid_manager_dn, "fSMORoleOwner", &is_us);
719 if (ret != LDB_SUCCESS) {
720 DEBUG(0,("Failed to find fSMORoleOwner in RID Manager object\n"));
721 ctr6->extended_ret = DRSUAPI_EXOP_ERR_FSMO_NOT_OWNER;
722 return WERR_DS_DRA_INTERNAL_ERROR;
725 if (!is_us) {
726 /* we're not the RID Manager - go away */
727 DEBUG(0,(__location__ ": RID Alloc request when not RID Manager\n"));
728 ctr6->extended_ret = DRSUAPI_EXOP_ERR_FSMO_NOT_OWNER;
729 return WERR_OK;
732 exop = talloc(mem_ctx, struct dsdb_fsmo_extended_op);
733 W_ERROR_HAVE_NO_MEMORY(exop);
735 exop->fsmo_info = req10->fsmo_info;
736 exop->destination_dsa_guid = req10->destination_dsa_guid;
738 ret = ldb_transaction_start(ldb);
739 if (ret != LDB_SUCCESS) {
740 DEBUG(0,(__location__ ": Failed transaction start - %s\n",
741 ldb_errstring(ldb)));
742 return WERR_DS_DRA_INTERNAL_ERROR;
746 * FIXME (kim): this is a temp hack to return just few object,
747 * but not the whole domain NC.
748 * We should remove this hack and implement a 'scope'
749 * building function to return just the set of object
750 * documented for DRSUAPI_EXOP_FSMO_RID_ALLOC extended_op
752 ldb_sequence_number(ldb, LDB_SEQ_HIGHEST_SEQ, &req10->highwatermark.highest_usn);
754 ret = ldb_extended(ldb, DSDB_EXTENDED_ALLOCATE_RID_POOL, exop, &ext_res);
755 if (ret != LDB_SUCCESS) {
756 DEBUG(0,(__location__ ": Failed extended allocation RID pool operation - %s\n",
757 ldb_errstring(ldb)));
758 ldb_transaction_cancel(ldb);
759 return WERR_DS_DRA_INTERNAL_ERROR;
762 ret = ldb_transaction_commit(ldb);
763 if (ret != LDB_SUCCESS) {
764 DEBUG(0,(__location__ ": Failed transaction commit - %s\n",
765 ldb_errstring(ldb)));
766 return WERR_DS_DRA_INTERNAL_ERROR;
769 talloc_free(ext_res);
771 DEBUG(2,("Allocated RID pool for server %s\n",
772 GUID_string(mem_ctx, &req10->destination_dsa_guid)));
774 ctr6->extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
776 return WERR_OK;
780 return an array of SIDs from a ldb_message given an attribute name
781 assumes the SIDs are in extended DN format
783 static WERROR samdb_result_sid_array_dn(struct ldb_context *sam_ctx,
784 struct ldb_message *msg,
785 TALLOC_CTX *mem_ctx,
786 const char *attr,
787 const struct dom_sid ***sids)
789 struct ldb_message_element *el;
790 unsigned int i;
792 el = ldb_msg_find_element(msg, attr);
793 if (!el) {
794 *sids = NULL;
795 return WERR_OK;
798 (*sids) = talloc_array(mem_ctx, const struct dom_sid *, el->num_values + 1);
799 W_ERROR_HAVE_NO_MEMORY(*sids);
801 for (i=0; i<el->num_values; i++) {
802 struct ldb_dn *dn = ldb_dn_from_ldb_val(mem_ctx, sam_ctx, &el->values[i]);
803 NTSTATUS status;
804 struct dom_sid *sid;
806 sid = talloc(*sids, struct dom_sid);
807 W_ERROR_HAVE_NO_MEMORY(sid);
808 status = dsdb_get_extended_dn_sid(dn, sid, "SID");
809 if (!NT_STATUS_IS_OK(status)) {
810 return WERR_INTERNAL_DB_CORRUPTION;
812 (*sids)[i] = sid;
814 (*sids)[i] = NULL;
816 return WERR_OK;
821 return an array of SIDs from a ldb_message given an attribute name
822 assumes the SIDs are in NDR form
824 static WERROR samdb_result_sid_array_ndr(struct ldb_context *sam_ctx,
825 struct ldb_message *msg,
826 TALLOC_CTX *mem_ctx,
827 const char *attr,
828 const struct dom_sid ***sids)
830 struct ldb_message_element *el;
831 unsigned int i;
833 el = ldb_msg_find_element(msg, attr);
834 if (!el) {
835 *sids = NULL;
836 return WERR_OK;
839 (*sids) = talloc_array(mem_ctx, const struct dom_sid *, el->num_values + 1);
840 W_ERROR_HAVE_NO_MEMORY(*sids);
842 for (i=0; i<el->num_values; i++) {
843 enum ndr_err_code ndr_err;
844 struct dom_sid *sid;
846 sid = talloc(*sids, struct dom_sid);
847 W_ERROR_HAVE_NO_MEMORY(sid);
849 ndr_err = ndr_pull_struct_blob(&el->values[i], sid, sid,
850 (ndr_pull_flags_fn_t)ndr_pull_dom_sid);
851 if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
852 return WERR_INTERNAL_DB_CORRUPTION;
854 (*sids)[i] = sid;
856 (*sids)[i] = NULL;
858 return WERR_OK;
862 see if any SIDs in list1 are in list2
864 static bool sid_list_match(const struct dom_sid **list1, const struct dom_sid **list2)
866 unsigned int i, j;
867 /* do we ever have enough SIDs here to worry about O(n^2) ? */
868 for (i=0; list1[i]; i++) {
869 for (j=0; list2[j]; j++) {
870 if (dom_sid_equal(list1[i], list2[j])) {
871 return true;
875 return false;
879 handle a DRSUAPI_EXOP_REPL_SECRET call
881 static WERROR getncchanges_repl_secret(struct drsuapi_bind_state *b_state,
882 TALLOC_CTX *mem_ctx,
883 struct drsuapi_DsGetNCChangesRequest10 *req10,
884 struct dom_sid *user_sid,
885 struct drsuapi_DsGetNCChangesCtr6 *ctr6)
887 struct drsuapi_DsReplicaObjectIdentifier *ncRoot = req10->naming_context;
888 struct ldb_dn *obj_dn, *rodc_dn, *krbtgt_link_dn;
889 int ret;
890 const char *rodc_attrs[] = { "msDS-KrbTgtLink", "msDS-NeverRevealGroup", "msDS-RevealOnDemandGroup", NULL };
891 const char *obj_attrs[] = { "tokenGroups", "objectSid", "UserAccountControl", "msDS-KrbTgtLinkBL", NULL };
892 struct ldb_result *rodc_res, *obj_res;
893 const struct dom_sid **never_reveal_sids, **reveal_sids, **token_sids;
894 WERROR werr;
896 DEBUG(3,(__location__ ": DRSUAPI_EXOP_REPL_SECRET extended op on %s\n",
897 drs_ObjectIdentifier_to_string(mem_ctx, ncRoot)));
900 * we need to work out if we will allow this RODC to
901 * replicate the secrets for this object
903 * see 4.1.10.5.14 GetRevealSecretsPolicyForUser for details
904 * of this function
907 if (b_state->sam_ctx_system == NULL) {
908 /* this operation needs system level access */
909 ctr6->extended_ret = DRSUAPI_EXOP_ERR_ACCESS_DENIED;
910 return WERR_DS_DRA_SOURCE_DISABLED;
913 obj_dn = drs_ObjectIdentifier_to_dn(mem_ctx, b_state->sam_ctx_system, ncRoot);
914 if (!ldb_dn_validate(obj_dn)) goto failed;
916 rodc_dn = ldb_dn_new_fmt(mem_ctx, b_state->sam_ctx_system, "<SID=%s>",
917 dom_sid_string(mem_ctx, user_sid));
918 if (!ldb_dn_validate(rodc_dn)) goto failed;
920 /* do the two searches we need */
921 ret = dsdb_search_dn(b_state->sam_ctx_system, mem_ctx, &rodc_res, rodc_dn, rodc_attrs,
922 DSDB_SEARCH_SHOW_EXTENDED_DN);
923 if (ret != LDB_SUCCESS || rodc_res->count != 1) goto failed;
925 ret = dsdb_search_dn(b_state->sam_ctx_system, mem_ctx, &obj_res, obj_dn, obj_attrs, 0);
926 if (ret != LDB_SUCCESS || obj_res->count != 1) goto failed;
928 /* if the object SID is equal to the user_sid, allow */
929 if (dom_sid_equal(user_sid,
930 samdb_result_dom_sid(mem_ctx, obj_res->msgs[0], "objectSid"))) {
931 goto allowed;
934 /* an RODC is allowed to get its own krbtgt account secrets */
935 krbtgt_link_dn = samdb_result_dn(b_state->sam_ctx_system, mem_ctx,
936 rodc_res->msgs[0], "msDS-KrbTgtLink", NULL);
937 if (krbtgt_link_dn != NULL &&
938 ldb_dn_compare(obj_dn, krbtgt_link_dn) == 0) {
939 goto allowed;
942 /* but it isn't allowed to get anyone elses krbtgt secrets */
943 if (samdb_result_dn(b_state->sam_ctx_system, mem_ctx,
944 obj_res->msgs[0], "msDS-KrbTgtLinkBL", NULL)) {
945 goto denied;
948 if (ldb_msg_find_attr_as_uint(obj_res->msgs[0],
949 "userAccountControl", 0) &
950 UF_INTERDOMAIN_TRUST_ACCOUNT) {
951 goto denied;
954 werr = samdb_result_sid_array_dn(b_state->sam_ctx_system, rodc_res->msgs[0],
955 mem_ctx, "msDS-NeverRevealGroup", &never_reveal_sids);
956 if (!W_ERROR_IS_OK(werr)) {
957 goto denied;
960 werr = samdb_result_sid_array_dn(b_state->sam_ctx_system, rodc_res->msgs[0],
961 mem_ctx, "msDS-RevealOnDemandGroup", &reveal_sids);
962 if (!W_ERROR_IS_OK(werr)) {
963 goto denied;
966 werr = samdb_result_sid_array_ndr(b_state->sam_ctx_system, obj_res->msgs[0],
967 mem_ctx, "tokenGroups", &token_sids);
968 if (!W_ERROR_IS_OK(werr) || token_sids==NULL) {
969 goto denied;
972 if (never_reveal_sids &&
973 sid_list_match(token_sids, never_reveal_sids)) {
974 goto denied;
977 if (reveal_sids &&
978 sid_list_match(token_sids, reveal_sids)) {
979 goto allowed;
982 /* default deny */
983 denied:
984 DEBUG(2,(__location__ ": Denied RODC secret replication for %s by RODC %s\n",
985 ldb_dn_get_linearized(obj_dn), ldb_dn_get_linearized(rodc_res->msgs[0]->dn)));
986 ctr6->extended_ret = DRSUAPI_EXOP_ERR_NONE;
987 return WERR_DS_DRA_ACCESS_DENIED;
989 allowed:
990 DEBUG(2,(__location__ ": Allowed RODC secret replication for %s by RODC %s\n",
991 ldb_dn_get_linearized(obj_dn), ldb_dn_get_linearized(rodc_res->msgs[0]->dn)));
992 ctr6->extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
993 req10->highwatermark.highest_usn = 0;
994 return WERR_OK;
996 failed:
997 DEBUG(2,(__location__ ": Failed RODC secret replication for %s by RODC %s\n",
998 ldb_dn_get_linearized(obj_dn), dom_sid_string(mem_ctx, user_sid)));
999 ctr6->extended_ret = DRSUAPI_EXOP_ERR_NONE;
1000 return WERR_DS_DRA_BAD_DN;
1005 handle a DRSUAPI_EXOP_REPL_OBJ call
1007 static WERROR getncchanges_repl_obj(struct drsuapi_bind_state *b_state,
1008 TALLOC_CTX *mem_ctx,
1009 struct drsuapi_DsGetNCChangesRequest10 *req10,
1010 struct dom_sid *user_sid,
1011 struct drsuapi_DsGetNCChangesCtr6 *ctr6)
1013 struct drsuapi_DsReplicaObjectIdentifier *ncRoot = req10->naming_context;
1015 DEBUG(3,(__location__ ": DRSUAPI_EXOP_REPL_OBJ extended op on %s\n",
1016 drs_ObjectIdentifier_to_string(mem_ctx, ncRoot)));
1018 ctr6->extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
1019 req10->highwatermark.highest_usn = 0;
1020 return WERR_OK;
1025 handle DRSUAPI_EXOP_FSMO_REQ_ROLE,
1026 DRSUAPI_EXOP_FSMO_RID_REQ_ROLE,
1027 and DRSUAPI_EXOP_FSMO_REQ_PDC calls
1029 static WERROR getncchanges_change_master(struct drsuapi_bind_state *b_state,
1030 TALLOC_CTX *mem_ctx,
1031 struct drsuapi_DsGetNCChangesRequest10 *req10,
1032 struct drsuapi_DsGetNCChangesCtr6 *ctr6)
1034 struct ldb_dn *req_dn, *ntds_dn;
1035 int ret;
1036 unsigned int i;
1037 struct ldb_context *ldb = b_state->sam_ctx;
1038 struct ldb_message *msg;
1039 bool is_us;
1042 steps:
1043 - verify that the client dn exists
1044 - verify that we are the current master
1047 req_dn = drs_ObjectIdentifier_to_dn(mem_ctx, ldb, req10->naming_context);
1048 if (!ldb_dn_validate(req_dn)) {
1049 /* that is not a valid dn */
1050 DEBUG(0,(__location__ ": FSMO role transfer request for invalid DN %s\n",
1051 drs_ObjectIdentifier_to_string(mem_ctx, req10->naming_context)));
1052 ctr6->extended_ret = DRSUAPI_EXOP_ERR_MISMATCH;
1053 return WERR_OK;
1056 /* retrieve the current role owner */
1057 /* find the DN of the RID Manager */
1058 ret = samdb_reference_dn_is_our_ntdsa(ldb, req_dn, "fSMORoleOwner", &is_us);
1059 if (ret != LDB_SUCCESS) {
1060 DEBUG(0,("Failed to find fSMORoleOwner in RID Manager object\n"));
1061 ctr6->extended_ret = DRSUAPI_EXOP_ERR_FSMO_NOT_OWNER;
1062 return WERR_DS_DRA_INTERNAL_ERROR;
1065 if (!is_us) {
1066 /* we're not the RID Manager - go away */
1067 DEBUG(0,(__location__ ": RID Alloc request when not RID Manager\n"));
1068 ctr6->extended_ret = DRSUAPI_EXOP_ERR_FSMO_NOT_OWNER;
1069 return WERR_OK;
1072 /* change the current master */
1073 msg = ldb_msg_new(ldb);
1074 W_ERROR_HAVE_NO_MEMORY(msg);
1075 msg->dn = drs_ObjectIdentifier_to_dn(msg, ldb, req10->naming_context);
1076 W_ERROR_HAVE_NO_MEMORY(msg->dn);
1078 /* TODO: make sure ntds_dn is a valid nTDSDSA object */
1079 ret = dsdb_find_dn_by_guid(ldb, msg, &req10->destination_dsa_guid, &ntds_dn);
1080 if (ret != LDB_SUCCESS) {
1081 DEBUG(0, (__location__ ": Unable to find NTDS object for guid %s - %s\n",
1082 GUID_string(mem_ctx, &req10->destination_dsa_guid), ldb_errstring(ldb)));
1083 talloc_free(msg);
1084 ctr6->extended_ret = DRSUAPI_EXOP_ERR_UNKNOWN_CALLER;
1085 return WERR_OK;
1088 ret = ldb_msg_add_string(msg, "fSMORoleOwner", ldb_dn_get_linearized(ntds_dn));
1089 if (ret != 0) {
1090 talloc_free(msg);
1091 return WERR_DS_DRA_INTERNAL_ERROR;
1094 for (i=0;i<msg->num_elements;i++) {
1095 msg->elements[i].flags = LDB_FLAG_MOD_REPLACE;
1098 ret = ldb_transaction_start(ldb);
1099 if (ret != LDB_SUCCESS) {
1100 DEBUG(0,(__location__ ": Failed transaction start - %s\n",
1101 ldb_errstring(ldb)));
1102 return WERR_DS_DRA_INTERNAL_ERROR;
1105 ret = ldb_modify(ldb, msg);
1106 if (ret != LDB_SUCCESS) {
1107 DEBUG(0,(__location__ ": Failed to change current owner - %s\n",
1108 ldb_errstring(ldb)));
1109 ldb_transaction_cancel(ldb);
1110 return WERR_DS_DRA_INTERNAL_ERROR;
1113 ret = ldb_transaction_commit(ldb);
1114 if (ret != LDB_SUCCESS) {
1115 DEBUG(0,(__location__ ": Failed transaction commit - %s\n",
1116 ldb_errstring(ldb)));
1117 return WERR_DS_DRA_INTERNAL_ERROR;
1120 ctr6->extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
1122 return WERR_OK;
1125 /* state of a partially completed getncchanges call */
1126 struct drsuapi_getncchanges_state {
1127 struct GUID *guids;
1128 uint32_t num_records;
1129 uint32_t num_processed;
1130 struct ldb_dn *ncRoot_dn;
1131 bool is_schema_nc;
1132 uint64_t min_usn;
1133 uint64_t highest_usn;
1134 struct ldb_dn *last_dn;
1135 struct drsuapi_DsReplicaLinkedAttribute *la_list;
1136 uint32_t la_count;
1137 bool la_sorted;
1138 uint32_t la_idx;
1139 struct drsuapi_DsReplicaCursorCtrEx *uptodateness_vector;
1143 see if this getncchanges request includes a request to reveal secret information
1145 static WERROR dcesrv_drsuapi_is_reveal_secrets_request(struct drsuapi_bind_state *b_state,
1146 struct drsuapi_DsGetNCChangesRequest10 *req10,
1147 bool *is_secret_request)
1149 enum drsuapi_DsExtendedOperation exop;
1150 uint32_t i;
1151 struct dsdb_schema *schema;
1153 *is_secret_request = true;
1155 exop = req10->extended_op;
1157 switch (exop) {
1158 case DRSUAPI_EXOP_FSMO_REQ_ROLE:
1159 case DRSUAPI_EXOP_FSMO_RID_ALLOC:
1160 case DRSUAPI_EXOP_FSMO_RID_REQ_ROLE:
1161 case DRSUAPI_EXOP_FSMO_REQ_PDC:
1162 case DRSUAPI_EXOP_FSMO_ABANDON_ROLE:
1163 /* FSMO exops can reveal secrets */
1164 *is_secret_request = true;
1165 return WERR_OK;
1166 case DRSUAPI_EXOP_REPL_SECRET:
1167 case DRSUAPI_EXOP_REPL_OBJ:
1168 case DRSUAPI_EXOP_NONE:
1169 break;
1172 if (req10->replica_flags & DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING) {
1173 *is_secret_request = false;
1174 return WERR_OK;
1177 if (exop == DRSUAPI_EXOP_REPL_SECRET ||
1178 req10->partial_attribute_set == NULL) {
1179 /* they want secrets */
1180 *is_secret_request = true;
1181 return WERR_OK;
1184 schema = dsdb_get_schema(b_state->sam_ctx, NULL);
1186 /* check the attributes they asked for */
1187 for (i=0; i<req10->partial_attribute_set->num_attids; i++) {
1188 const struct dsdb_attribute *sa;
1189 sa = dsdb_attribute_by_attributeID_id(schema, req10->partial_attribute_set->attids[i]);
1190 if (sa == NULL) {
1191 return WERR_DS_DRA_SCHEMA_MISMATCH;
1193 if (!dsdb_attr_in_rodc_fas(sa)) {
1194 *is_secret_request = true;
1195 return WERR_OK;
1199 if (req10->partial_attribute_set_ex) {
1200 /* check the extended attributes they asked for */
1201 for (i=0; i<req10->partial_attribute_set_ex->num_attids; i++) {
1202 const struct dsdb_attribute *sa;
1203 sa = dsdb_attribute_by_attributeID_id(schema, req10->partial_attribute_set_ex->attids[i]);
1204 if (sa == NULL) {
1205 return WERR_DS_DRA_SCHEMA_MISMATCH;
1207 if (!dsdb_attr_in_rodc_fas(sa)) {
1208 *is_secret_request = true;
1209 return WERR_OK;
1214 *is_secret_request = false;
1215 return WERR_OK;
1219 see if this getncchanges request is only for attributes in the GC
1220 partial attribute set
1222 static WERROR dcesrv_drsuapi_is_gc_pas_request(struct drsuapi_bind_state *b_state,
1223 struct drsuapi_DsGetNCChangesRequest10 *req10,
1224 bool *is_gc_pas_request)
1226 enum drsuapi_DsExtendedOperation exop;
1227 uint32_t i;
1228 struct dsdb_schema *schema;
1230 exop = req10->extended_op;
1232 switch (exop) {
1233 case DRSUAPI_EXOP_FSMO_REQ_ROLE:
1234 case DRSUAPI_EXOP_FSMO_RID_ALLOC:
1235 case DRSUAPI_EXOP_FSMO_RID_REQ_ROLE:
1236 case DRSUAPI_EXOP_FSMO_REQ_PDC:
1237 case DRSUAPI_EXOP_FSMO_ABANDON_ROLE:
1238 case DRSUAPI_EXOP_REPL_SECRET:
1239 *is_gc_pas_request = false;
1240 return WERR_OK;
1241 case DRSUAPI_EXOP_REPL_OBJ:
1242 case DRSUAPI_EXOP_NONE:
1243 break;
1246 if (req10->partial_attribute_set == NULL) {
1247 /* they want it all */
1248 *is_gc_pas_request = false;
1249 return WERR_OK;
1252 schema = dsdb_get_schema(b_state->sam_ctx, NULL);
1254 /* check the attributes they asked for */
1255 for (i=0; i<req10->partial_attribute_set->num_attids; i++) {
1256 const struct dsdb_attribute *sa;
1257 sa = dsdb_attribute_by_attributeID_id(schema, req10->partial_attribute_set->attids[i]);
1258 if (sa == NULL) {
1259 return WERR_DS_DRA_SCHEMA_MISMATCH;
1261 if (!sa->isMemberOfPartialAttributeSet) {
1262 *is_gc_pas_request = false;
1263 return WERR_OK;
1267 if (req10->partial_attribute_set_ex) {
1268 /* check the extended attributes they asked for */
1269 for (i=0; i<req10->partial_attribute_set_ex->num_attids; i++) {
1270 const struct dsdb_attribute *sa;
1271 sa = dsdb_attribute_by_attributeID_id(schema, req10->partial_attribute_set_ex->attids[i]);
1272 if (sa == NULL) {
1273 return WERR_DS_DRA_SCHEMA_MISMATCH;
1275 if (!sa->isMemberOfPartialAttributeSet) {
1276 *is_gc_pas_request = false;
1277 return WERR_OK;
1282 *is_gc_pas_request = true;
1283 return WERR_OK;
1288 map from req8 to req10
1290 static struct drsuapi_DsGetNCChangesRequest10 *
1291 getncchanges_map_req8(TALLOC_CTX *mem_ctx,
1292 struct drsuapi_DsGetNCChangesRequest8 *req8)
1294 struct drsuapi_DsGetNCChangesRequest10 *req10 = talloc_zero(mem_ctx,
1295 struct drsuapi_DsGetNCChangesRequest10);
1296 if (req10 == NULL) {
1297 return NULL;
1300 req10->destination_dsa_guid = req8->destination_dsa_guid;
1301 req10->source_dsa_invocation_id = req8->source_dsa_invocation_id;
1302 req10->naming_context = req8->naming_context;
1303 req10->highwatermark = req8->highwatermark;
1304 req10->uptodateness_vector = req8->uptodateness_vector;
1305 req10->replica_flags = req8->replica_flags;
1306 req10->max_object_count = req8->max_object_count;
1307 req10->max_ndr_size = req8->max_ndr_size;
1308 req10->extended_op = req8->extended_op;
1309 req10->fsmo_info = req8->fsmo_info;
1310 req10->partial_attribute_set = req8->partial_attribute_set;
1311 req10->partial_attribute_set_ex = req8->partial_attribute_set_ex;
1312 req10->mapping_ctr = req8->mapping_ctr;
1314 return req10;
1319 * Collects object for normal replication cycle.
1321 static WERROR getncchanges_collect_objects(struct drsuapi_bind_state *b_state,
1322 TALLOC_CTX *mem_ctx,
1323 struct drsuapi_DsGetNCChangesRequest10 *req10,
1324 struct ldb_dn *search_dn,
1325 const char *extra_filter,
1326 struct ldb_result **search_res)
1328 int ret;
1329 char* search_filter;
1330 enum ldb_scope scope = LDB_SCOPE_SUBTREE;
1331 //const char *extra_filter;
1332 struct drsuapi_getncchanges_state *getnc_state = b_state->getncchanges_state;
1333 const char *attrs[] = { "uSNChanged",
1334 "objectGUID" ,
1335 NULL };
1337 if (req10->extended_op == DRSUAPI_EXOP_REPL_OBJ ||
1338 req10->extended_op == DRSUAPI_EXOP_REPL_SECRET) {
1339 scope = LDB_SCOPE_BASE;
1342 //extra_filter = lpcfg_parm_string(dce_call->conn->dce_ctx->lp_ctx, NULL, "drs", "object filter");
1344 //getnc_state->min_usn = req10->highwatermark.highest_usn;
1346 /* Construct response. */
1347 search_filter = talloc_asprintf(mem_ctx,
1348 "(uSNChanged>=%llu)",
1349 (unsigned long long)(getnc_state->min_usn+1));
1351 if (extra_filter) {
1352 search_filter = talloc_asprintf(mem_ctx, "(&%s(%s))", search_filter, extra_filter);
1355 if (req10->replica_flags & DRSUAPI_DRS_CRITICAL_ONLY) {
1356 search_filter = talloc_asprintf(mem_ctx,
1357 "(&%s(isCriticalSystemObject=TRUE))",
1358 search_filter);
1361 if (req10->replica_flags & DRSUAPI_DRS_ASYNC_REP) {
1362 scope = LDB_SCOPE_BASE;
1365 if (!search_dn) {
1366 search_dn = getnc_state->ncRoot_dn;
1369 DEBUG(2,(__location__ ": getncchanges on %s using filter %s\n",
1370 ldb_dn_get_linearized(getnc_state->ncRoot_dn), search_filter));
1371 ret = drsuapi_search_with_extended_dn(b_state->sam_ctx, getnc_state, search_res,
1372 search_dn, scope, attrs,
1373 search_filter);
1374 if (ret != LDB_SUCCESS) {
1375 return WERR_DS_DRA_INTERNAL_ERROR;
1378 return WERR_OK;
1382 * Collects object for normal replication cycle.
1384 static WERROR getncchanges_collect_objects_exop(struct drsuapi_bind_state *b_state,
1385 TALLOC_CTX *mem_ctx,
1386 struct drsuapi_DsGetNCChangesRequest10 *req10,
1387 struct drsuapi_DsGetNCChangesCtr6 *ctr6,
1388 struct ldb_dn *search_dn,
1389 const char *extra_filter,
1390 struct ldb_result **search_res)
1392 /* we have nothing to do in case of ex-op failure */
1393 if (ctr6->extended_ret != DRSUAPI_EXOP_ERR_SUCCESS) {
1394 return WERR_OK;
1397 /* TODO: implement extended op specific collection
1398 * of objects. Right now we just normal procedure
1399 * for collecting objects */
1400 return getncchanges_collect_objects(b_state, mem_ctx, req10, search_dn, extra_filter, search_res);
1404 drsuapi_DsGetNCChanges
1406 see MS-DRSR 4.1.10.5.2 for basic logic of this function
1408 WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
1409 struct drsuapi_DsGetNCChanges *r)
1411 struct drsuapi_DsReplicaObjectIdentifier *ncRoot;
1412 int ret;
1413 uint32_t i;
1414 struct dsdb_schema *schema;
1415 struct drsuapi_DsReplicaOIDMapping_Ctr *ctr;
1416 struct drsuapi_DsReplicaObjectListItemEx **currentObject;
1417 NTSTATUS status;
1418 DATA_BLOB session_key;
1419 WERROR werr;
1420 struct dcesrv_handle *h;
1421 struct drsuapi_bind_state *b_state;
1422 struct drsuapi_getncchanges_state *getnc_state;
1423 struct drsuapi_DsGetNCChangesRequest10 *req10;
1424 uint32_t options;
1425 uint32_t max_objects;
1426 uint32_t max_links;
1427 uint32_t link_count = 0;
1428 uint32_t link_total = 0;
1429 uint32_t link_given = 0;
1430 struct ldb_dn *search_dn = NULL;
1431 bool am_rodc, null_scope=false;
1432 enum security_user_level security_level;
1433 struct ldb_context *sam_ctx;
1434 struct dom_sid *user_sid;
1435 bool is_secret_request;
1436 bool is_gc_pas_request;
1437 struct drsuapi_changed_objects *changes;
1438 time_t max_wait;
1439 time_t start = time(NULL);
1440 bool max_wait_reached = false;
1442 DCESRV_PULL_HANDLE_WERR(h, r->in.bind_handle, DRSUAPI_BIND_HANDLE);
1443 b_state = h->data;
1445 sam_ctx = b_state->sam_ctx_system?b_state->sam_ctx_system:b_state->sam_ctx;
1447 *r->out.level_out = 6;
1448 /* TODO: linked attributes*/
1449 r->out.ctr->ctr6.linked_attributes_count = 0;
1450 r->out.ctr->ctr6.linked_attributes = NULL;
1452 r->out.ctr->ctr6.object_count = 0;
1453 r->out.ctr->ctr6.nc_object_count = 0;
1454 r->out.ctr->ctr6.more_data = false;
1455 r->out.ctr->ctr6.uptodateness_vector = NULL;
1457 /* a RODC doesn't allow for any replication */
1458 ret = samdb_rodc(sam_ctx, &am_rodc);
1459 if (ret == LDB_SUCCESS && am_rodc) {
1460 DEBUG(0,(__location__ ": DsGetNCChanges attempt on RODC\n"));
1461 return WERR_DS_DRA_SOURCE_DISABLED;
1464 /* Check request revision.
1466 switch (r->in.level) {
1467 case 8:
1468 req10 = getncchanges_map_req8(mem_ctx, &r->in.req->req8);
1469 if (req10 == NULL) {
1470 return WERR_NOMEM;
1472 break;
1473 case 10:
1474 req10 = &r->in.req->req10;
1475 break;
1476 default:
1477 DEBUG(0,(__location__ ": Request for DsGetNCChanges with unsupported level %u\n",
1478 r->in.level));
1479 return WERR_REVISION_MISMATCH;
1483 /* Perform access checks. */
1484 /* TODO: we need to support a sync on a specific non-root
1485 * DN. We'll need to find the real partition root here */
1486 ncRoot = req10->naming_context;
1487 if (ncRoot == NULL) {
1488 DEBUG(0,(__location__ ": Request for DsGetNCChanges with no NC\n"));
1489 return WERR_DS_DRA_INVALID_PARAMETER;
1492 if (samdb_ntds_options(sam_ctx, &options) != LDB_SUCCESS) {
1493 return WERR_DS_DRA_INTERNAL_ERROR;
1496 if ((options & DS_NTDSDSA_OPT_DISABLE_OUTBOUND_REPL) &&
1497 !(req10->replica_flags & DRSUAPI_DRS_SYNC_FORCED)) {
1498 return WERR_DS_DRA_SOURCE_DISABLED;
1501 user_sid = &dce_call->conn->auth_state.session_info->security_token->sids[PRIMARY_USER_SID_INDEX];
1503 /* all clients must have GUID_DRS_GET_CHANGES */
1504 werr = drs_security_access_check_nc_root(b_state->sam_ctx,
1505 mem_ctx,
1506 dce_call->conn->auth_state.session_info->security_token,
1507 req10->naming_context,
1508 GUID_DRS_GET_CHANGES);
1509 if (!W_ERROR_IS_OK(werr)) {
1510 return werr;
1513 /* allowed if the GC PAS and client has
1514 GUID_DRS_GET_FILTERED_ATTRIBUTES */
1515 werr = dcesrv_drsuapi_is_gc_pas_request(b_state, req10, &is_gc_pas_request);
1516 if (!W_ERROR_IS_OK(werr)) {
1517 return werr;
1519 if (is_gc_pas_request) {
1520 werr = drs_security_access_check_nc_root(b_state->sam_ctx,
1521 mem_ctx,
1522 dce_call->conn->auth_state.session_info->security_token,
1523 req10->naming_context,
1524 GUID_DRS_GET_FILTERED_ATTRIBUTES);
1525 if (W_ERROR_IS_OK(werr)) {
1526 goto allowed;
1530 werr = dcesrv_drsuapi_is_reveal_secrets_request(b_state, req10, &is_secret_request);
1531 if (!W_ERROR_IS_OK(werr)) {
1532 return werr;
1534 if (is_secret_request && req10->extended_op != DRSUAPI_EXOP_REPL_SECRET) {
1535 werr = drs_security_access_check_nc_root(b_state->sam_ctx,
1536 mem_ctx,
1537 dce_call->conn->auth_state.session_info->security_token,
1538 req10->naming_context,
1539 GUID_DRS_GET_ALL_CHANGES);
1540 if (!W_ERROR_IS_OK(werr)) {
1541 return werr;
1545 allowed:
1546 /* for non-administrator replications, check that they have
1547 given the correct source_dsa_invocation_id */
1548 security_level = security_session_user_level(dce_call->conn->auth_state.session_info,
1549 samdb_domain_sid(sam_ctx));
1550 if (security_level == SECURITY_RO_DOMAIN_CONTROLLER) {
1551 if (req10->replica_flags & DRSUAPI_DRS_WRIT_REP) {
1552 /* we rely on this flag being unset for RODC requests */
1553 req10->replica_flags &= ~DRSUAPI_DRS_WRIT_REP;
1557 if (req10->replica_flags & DRSUAPI_DRS_FULL_SYNC_PACKET) {
1558 /* Ignore the _in_ uptpdateness vector*/
1559 req10->uptodateness_vector = NULL;
1562 getnc_state = b_state->getncchanges_state;
1564 /* see if a previous replication has been abandoned */
1565 if (getnc_state) {
1566 struct ldb_dn *new_dn = drs_ObjectIdentifier_to_dn(getnc_state, sam_ctx, ncRoot);
1567 if (ldb_dn_compare(new_dn, getnc_state->ncRoot_dn) != 0) {
1568 DEBUG(0,(__location__ ": DsGetNCChanges 2nd replication on different DN %s %s (last_dn %s)\n",
1569 ldb_dn_get_linearized(new_dn),
1570 ldb_dn_get_linearized(getnc_state->ncRoot_dn),
1571 ldb_dn_get_linearized(getnc_state->last_dn)));
1572 talloc_free(getnc_state);
1573 getnc_state = NULL;
1577 if (getnc_state == NULL) {
1578 getnc_state = talloc_zero(b_state, struct drsuapi_getncchanges_state);
1579 if (getnc_state == NULL) {
1580 return WERR_NOMEM;
1582 b_state->getncchanges_state = getnc_state;
1583 getnc_state->ncRoot_dn = drs_ObjectIdentifier_to_dn(getnc_state, sam_ctx, ncRoot);
1585 /* find out if we are to replicate Schema NC */
1586 ret = ldb_dn_compare(getnc_state->ncRoot_dn,
1587 ldb_get_schema_basedn(b_state->sam_ctx));
1588 getnc_state->is_schema_nc = (0 == ret);
1590 if (req10->extended_op != DRSUAPI_EXOP_NONE) {
1591 r->out.ctr->ctr6.extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
1595 * This is the first replication cycle and it is
1596 * a good place to handle extended operations
1598 * FIXME: we don't fully support extended operations yet
1600 switch (req10->extended_op) {
1601 case DRSUAPI_EXOP_NONE:
1602 break;
1603 case DRSUAPI_EXOP_FSMO_RID_ALLOC:
1604 werr = getncchanges_rid_alloc(b_state, mem_ctx, req10, &r->out.ctr->ctr6);
1605 W_ERROR_NOT_OK_RETURN(werr);
1606 search_dn = ldb_get_default_basedn(sam_ctx);
1607 break;
1608 case DRSUAPI_EXOP_REPL_SECRET:
1609 werr = getncchanges_repl_secret(b_state, mem_ctx, req10, user_sid, &r->out.ctr->ctr6);
1610 r->out.result = werr;
1611 W_ERROR_NOT_OK_RETURN(werr);
1612 break;
1613 case DRSUAPI_EXOP_FSMO_REQ_ROLE:
1614 werr = getncchanges_change_master(b_state, mem_ctx, req10, &r->out.ctr->ctr6);
1615 W_ERROR_NOT_OK_RETURN(werr);
1616 break;
1617 case DRSUAPI_EXOP_FSMO_RID_REQ_ROLE:
1618 werr = getncchanges_change_master(b_state, mem_ctx, req10, &r->out.ctr->ctr6);
1619 W_ERROR_NOT_OK_RETURN(werr);
1620 break;
1621 case DRSUAPI_EXOP_FSMO_REQ_PDC:
1622 werr = getncchanges_change_master(b_state, mem_ctx, req10, &r->out.ctr->ctr6);
1623 W_ERROR_NOT_OK_RETURN(werr);
1624 break;
1625 case DRSUAPI_EXOP_REPL_OBJ:
1626 werr = getncchanges_repl_obj(b_state, mem_ctx, req10, user_sid, &r->out.ctr->ctr6);
1627 r->out.result = werr;
1628 W_ERROR_NOT_OK_RETURN(werr);
1629 break;
1631 case DRSUAPI_EXOP_FSMO_ABANDON_ROLE:
1633 DEBUG(0,(__location__ ": Request for DsGetNCChanges unsupported extended op 0x%x\n",
1634 (unsigned)req10->extended_op));
1635 return WERR_DS_DRA_NOT_SUPPORTED;
1639 if (!ldb_dn_validate(getnc_state->ncRoot_dn) ||
1640 ldb_dn_is_null(getnc_state->ncRoot_dn)) {
1641 DEBUG(0,(__location__ ": Bad DN '%s'\n",
1642 drs_ObjectIdentifier_to_string(mem_ctx, ncRoot)));
1643 return WERR_DS_DRA_INVALID_PARAMETER;
1646 /* we need the session key for encrypting password attributes */
1647 status = dcesrv_inherited_session_key(dce_call->conn, &session_key);
1648 if (!NT_STATUS_IS_OK(status)) {
1649 DEBUG(0,(__location__ ": Failed to get session key\n"));
1650 return WERR_DS_DRA_INTERNAL_ERROR;
1654 TODO: MS-DRSR section 4.1.10.1.1
1655 Work out if this is the start of a new cycle */
1657 if (getnc_state->guids == NULL) {
1658 const char *extra_filter;
1659 struct ldb_result *search_res = NULL;
1661 extra_filter = lpcfg_parm_string(dce_call->conn->dce_ctx->lp_ctx, NULL, "drs", "object filter");
1663 getnc_state->min_usn = req10->highwatermark.highest_usn;
1665 if (req10->extended_op == DRSUAPI_EXOP_NONE) {
1666 werr = getncchanges_collect_objects(b_state, mem_ctx, req10,
1667 search_dn, extra_filter,
1668 &search_res);
1669 } else {
1670 werr = getncchanges_collect_objects_exop(b_state, mem_ctx, req10,
1671 &r->out.ctr->ctr6,
1672 search_dn, extra_filter,
1673 &search_res);
1675 W_ERROR_NOT_OK_RETURN(werr);
1677 /* extract out the GUIDs list */
1678 getnc_state->num_records = search_res ? search_res->count : 0;
1679 getnc_state->guids = talloc_array(getnc_state, struct GUID, getnc_state->num_records);
1680 W_ERROR_HAVE_NO_MEMORY(getnc_state->guids);
1682 changes = talloc_array(getnc_state,
1683 struct drsuapi_changed_objects,
1684 getnc_state->num_records);
1685 W_ERROR_HAVE_NO_MEMORY(changes);
1687 for (i=0; i<getnc_state->num_records; i++) {
1688 changes[i].dn = search_res->msgs[i]->dn;
1689 changes[i].guid = samdb_result_guid(search_res->msgs[i], "objectGUID");
1690 changes[i].usn = ldb_msg_find_attr_as_uint64(search_res->msgs[i], "uSNChanged", 0);
1693 if (req10->replica_flags & DRSUAPI_DRS_GET_ANC) {
1694 TYPESAFE_QSORT(changes,
1695 getnc_state->num_records,
1696 site_res_cmp_parent_order);
1697 } else {
1698 TYPESAFE_QSORT(changes,
1699 getnc_state->num_records,
1700 site_res_cmp_dn_usn_order);
1703 getnc_state->uptodateness_vector = talloc_steal(getnc_state, req10->uptodateness_vector);
1704 if (getnc_state->uptodateness_vector) {
1705 /* make sure its sorted */
1706 TYPESAFE_QSORT(getnc_state->uptodateness_vector->cursors,
1707 getnc_state->uptodateness_vector->count,
1708 drsuapi_DsReplicaCursor_compare);
1711 for (i=0; i < getnc_state->num_records; i++) {
1712 getnc_state->guids[i] = changes[i].guid;
1713 if (GUID_all_zero(&getnc_state->guids[i])) {
1714 DEBUG(2,("getncchanges: bad objectGUID from %s\n",
1715 ldb_dn_get_linearized(search_res->msgs[i]->dn)));
1716 return WERR_DS_DRA_INTERNAL_ERROR;
1720 talloc_free(search_res);
1721 talloc_free(changes);
1724 /* Prefix mapping */
1725 schema = dsdb_get_schema(sam_ctx, mem_ctx);
1726 if (!schema) {
1727 DEBUG(0,("No schema in sam_ctx\n"));
1728 return WERR_DS_DRA_INTERNAL_ERROR;
1731 r->out.ctr->ctr6.naming_context = talloc(mem_ctx, struct drsuapi_DsReplicaObjectIdentifier);
1732 *r->out.ctr->ctr6.naming_context = *ncRoot;
1734 if (dsdb_find_guid_by_dn(sam_ctx, getnc_state->ncRoot_dn,
1735 &r->out.ctr->ctr6.naming_context->guid) != LDB_SUCCESS) {
1736 DEBUG(0,(__location__ ": Failed to find GUID of ncRoot_dn %s\n",
1737 ldb_dn_get_linearized(getnc_state->ncRoot_dn)));
1738 return WERR_DS_DRA_INTERNAL_ERROR;
1741 /* find the SID if there is one */
1742 dsdb_find_sid_by_dn(sam_ctx, getnc_state->ncRoot_dn, &r->out.ctr->ctr6.naming_context->sid);
1744 dsdb_get_oid_mappings_drsuapi(schema, true, mem_ctx, &ctr);
1745 r->out.ctr->ctr6.mapping_ctr = *ctr;
1747 r->out.ctr->ctr6.source_dsa_guid = *(samdb_ntds_objectGUID(sam_ctx));
1748 r->out.ctr->ctr6.source_dsa_invocation_id = *(samdb_ntds_invocation_id(sam_ctx));
1750 r->out.ctr->ctr6.old_highwatermark = req10->highwatermark;
1751 r->out.ctr->ctr6.new_highwatermark = req10->highwatermark;
1753 r->out.ctr->ctr6.first_object = NULL;
1754 currentObject = &r->out.ctr->ctr6.first_object;
1756 /* use this to force single objects at a time, which is useful
1757 * for working out what object is giving problems
1759 max_objects = lpcfg_parm_int(dce_call->conn->dce_ctx->lp_ctx, NULL, "drs", "max object sync", 1000);
1760 if (req10->max_object_count < max_objects) {
1761 max_objects = req10->max_object_count;
1764 * TODO: work out how the maximum should be calculated
1766 max_links = lpcfg_parm_int(dce_call->conn->dce_ctx->lp_ctx, NULL, "drs", "max link sync", 1500);
1769 * Maximum time that we can spend in a getncchanges
1770 * in order to avoid timeout of the other part.
1771 * 10 seconds by default.
1773 max_wait = lpcfg_parm_int(dce_call->conn->dce_ctx->lp_ctx, NULL, "drs", "max work time", 10);
1774 for (i=getnc_state->num_processed;
1775 i<getnc_state->num_records &&
1776 !null_scope &&
1777 (r->out.ctr->ctr6.object_count < max_objects)
1778 && !max_wait_reached;
1779 i++) {
1780 int uSN;
1781 struct drsuapi_DsReplicaObjectListItemEx *obj;
1782 struct ldb_message *msg;
1783 static const char * const msg_attrs[] = {
1784 "*",
1785 "nTSecurityDescriptor",
1786 "parentGUID",
1787 "replPropertyMetaData",
1788 DSDB_SECRET_ATTRIBUTES,
1789 NULL };
1790 struct ldb_result *msg_res;
1791 struct ldb_dn *msg_dn;
1793 obj = talloc_zero(mem_ctx, struct drsuapi_DsReplicaObjectListItemEx);
1794 W_ERROR_HAVE_NO_MEMORY(obj);
1796 msg_dn = ldb_dn_new_fmt(obj, sam_ctx, "<GUID=%s>", GUID_string(obj, &getnc_state->guids[i]));
1797 W_ERROR_HAVE_NO_MEMORY(msg_dn);
1800 /* by re-searching here we avoid having a lot of full
1801 * records in memory between calls to getncchanges
1803 ret = drsuapi_search_with_extended_dn(sam_ctx, obj, &msg_res,
1804 msg_dn,
1805 LDB_SCOPE_BASE, msg_attrs, NULL);
1806 if (ret != LDB_SUCCESS) {
1807 if (ret != LDB_ERR_NO_SUCH_OBJECT) {
1808 DEBUG(1,("getncchanges: failed to fetch DN %s - %s\n",
1809 ldb_dn_get_extended_linearized(obj, msg_dn, 1), ldb_errstring(sam_ctx)));
1811 talloc_free(obj);
1812 continue;
1815 msg = msg_res->msgs[0];
1817 max_wait_reached = (time(NULL) - start > max_wait);
1819 werr = get_nc_changes_build_object(obj, msg,
1820 sam_ctx, getnc_state->ncRoot_dn,
1821 getnc_state->is_schema_nc,
1822 schema, &session_key, getnc_state->min_usn,
1823 req10->replica_flags,
1824 req10->partial_attribute_set,
1825 getnc_state->uptodateness_vector,
1826 req10->extended_op,
1827 max_wait_reached);
1828 if (!W_ERROR_IS_OK(werr)) {
1829 return werr;
1832 werr = get_nc_changes_add_links(sam_ctx, getnc_state,
1833 getnc_state->ncRoot_dn,
1834 schema, getnc_state->min_usn,
1835 req10->replica_flags,
1836 msg,
1837 &getnc_state->la_list,
1838 &getnc_state->la_count,
1839 getnc_state->uptodateness_vector);
1840 if (!W_ERROR_IS_OK(werr)) {
1841 return werr;
1844 uSN = ldb_msg_find_attr_as_int(msg, "uSNChanged", -1);
1845 if (uSN > r->out.ctr->ctr6.new_highwatermark.tmp_highest_usn) {
1846 r->out.ctr->ctr6.new_highwatermark.tmp_highest_usn = uSN;
1848 if (uSN > getnc_state->highest_usn) {
1849 getnc_state->highest_usn = uSN;
1852 if (obj->meta_data_ctr == NULL) {
1853 DEBUG(8,(__location__ ": getncchanges skipping send of object %s\n",
1854 ldb_dn_get_linearized(msg->dn)));
1855 /* no attributes to send */
1856 talloc_free(obj);
1857 continue;
1860 r->out.ctr->ctr6.object_count++;
1862 *currentObject = obj;
1863 currentObject = &obj->next_object;
1865 talloc_free(getnc_state->last_dn);
1866 getnc_state->last_dn = ldb_dn_copy(getnc_state, msg->dn);
1868 DEBUG(8,(__location__ ": replicating object %s\n", ldb_dn_get_linearized(msg->dn)));
1870 talloc_free(msg_res);
1871 talloc_free(msg_dn);
1874 getnc_state->num_processed = i;
1876 r->out.ctr->ctr6.nc_object_count = getnc_state->num_records;
1878 /* the client can us to call UpdateRefs on its behalf to
1879 re-establish monitoring of the NC */
1880 if ((req10->replica_flags & (DRSUAPI_DRS_ADD_REF | DRSUAPI_DRS_REF_GCSPN)) &&
1881 !GUID_all_zero(&req10->destination_dsa_guid)) {
1882 struct drsuapi_DsReplicaUpdateRefsRequest1 ureq;
1883 DEBUG(3,("UpdateRefs on getncchanges for %s\n",
1884 GUID_string(mem_ctx, &req10->destination_dsa_guid)));
1885 ureq.naming_context = ncRoot;
1886 ureq.dest_dsa_dns_name = samdb_ntds_msdcs_dns_name(b_state->sam_ctx, mem_ctx,
1887 &req10->destination_dsa_guid);
1888 if (!ureq.dest_dsa_dns_name) {
1889 return WERR_NOMEM;
1891 ureq.dest_dsa_guid = req10->destination_dsa_guid;
1892 ureq.options = DRSUAPI_DRS_ADD_REF |
1893 DRSUAPI_DRS_ASYNC_OP |
1894 DRSUAPI_DRS_GETCHG_CHECK;
1896 /* we also need to pass through the
1897 DRSUAPI_DRS_REF_GCSPN bit so that repsTo gets flagged
1898 to send notifies using the GC SPN */
1899 ureq.options |= (req10->replica_flags & DRSUAPI_DRS_REF_GCSPN);
1901 werr = drsuapi_UpdateRefs(b_state, mem_ctx, &ureq);
1902 if (!W_ERROR_IS_OK(werr)) {
1903 DEBUG(0,(__location__ ": Failed UpdateRefs in DsGetNCChanges - %s\n",
1904 win_errstr(werr)));
1909 * TODO:
1910 * This is just a guess, how to calculate the
1911 * number of linked attributes to send, we need to
1912 * find out how to do this right.
1914 if (r->out.ctr->ctr6.object_count >= max_links) {
1915 max_links = 0;
1916 } else {
1917 max_links -= r->out.ctr->ctr6.object_count;
1920 link_total = getnc_state->la_count;
1922 if (i < getnc_state->num_records) {
1923 r->out.ctr->ctr6.more_data = true;
1924 } else {
1925 /* sort the whole array the first time */
1926 if (!getnc_state->la_sorted) {
1927 LDB_TYPESAFE_QSORT(getnc_state->la_list, getnc_state->la_count,
1928 sam_ctx, linked_attribute_compare);
1929 getnc_state->la_sorted = true;
1932 link_count = getnc_state->la_count - getnc_state->la_idx;
1933 link_count = MIN(max_links, link_count);
1935 r->out.ctr->ctr6.linked_attributes_count = link_count;
1936 r->out.ctr->ctr6.linked_attributes = getnc_state->la_list + getnc_state->la_idx;
1938 getnc_state->la_idx += link_count;
1939 link_given = getnc_state->la_idx;
1941 if (getnc_state->la_idx < getnc_state->la_count) {
1942 r->out.ctr->ctr6.more_data = true;
1946 if (!r->out.ctr->ctr6.more_data) {
1947 talloc_steal(mem_ctx, getnc_state->la_list);
1949 r->out.ctr->ctr6.uptodateness_vector = talloc(mem_ctx, struct drsuapi_DsReplicaCursor2CtrEx);
1950 r->out.ctr->ctr6.new_highwatermark.highest_usn = r->out.ctr->ctr6.new_highwatermark.tmp_highest_usn;
1952 werr = get_nc_changes_udv(sam_ctx, getnc_state->ncRoot_dn,
1953 r->out.ctr->ctr6.uptodateness_vector);
1954 if (!W_ERROR_IS_OK(werr)) {
1955 return werr;
1958 talloc_free(getnc_state);
1959 b_state->getncchanges_state = NULL;
1962 if (req10->extended_op != DRSUAPI_EXOP_NONE) {
1963 r->out.ctr->ctr6.uptodateness_vector = NULL;
1964 r->out.ctr->ctr6.nc_object_count = 0;
1965 ZERO_STRUCT(r->out.ctr->ctr6.new_highwatermark);
1968 DEBUG(r->out.ctr->ctr6.more_data?4:2,
1969 ("DsGetNCChanges with uSNChanged >= %llu flags 0x%08x on %s gave %u objects (done %u/%u) %u links (done %u/%u (as %s))\n",
1970 (unsigned long long)(req10->highwatermark.highest_usn+1),
1971 req10->replica_flags, drs_ObjectIdentifier_to_string(mem_ctx, ncRoot),
1972 r->out.ctr->ctr6.object_count,
1973 i, r->out.ctr->ctr6.more_data?getnc_state->num_records:i,
1974 r->out.ctr->ctr6.linked_attributes_count,
1975 link_given, link_total,
1976 dom_sid_string(mem_ctx, user_sid)));
1978 #if 0
1979 if (!r->out.ctr->ctr6.more_data && req10->extended_op != DRSUAPI_EXOP_NONE) {
1980 NDR_PRINT_FUNCTION_DEBUG(drsuapi_DsGetNCChanges, NDR_BOTH, r);
1982 #endif
1984 return WERR_OK;