summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/repl
Commit message (Collapse)AuthorAgeFilesLines
* r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit()Stefan Metzmacher2007-10-101-3/+8
| | | | | | | | anymore it should use the dsdb_schema attached to the ldb_context via dsdb_get_schema() metze (This used to be commit efa31bbc3717fbf087ff76c4396975f131b16b92)
* r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit b7f681a8a144907fa8e0a6503345da7c391dd156)
* r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 2e79863d54030526841e5858e7be6a815c25593b)
* r20726: - only add the rdn attribute and it's meta_data when the 'name' ↵Stefan Metzmacher2007-10-101-35/+27
| | | | | | | | | | attribute is there - add the values for objectGUID and whenChanged inside the ldb module, so that the ldb module has only replicated attributes as input metze (This used to be commit 0ecb07e0526462529fb21cec30e789a9002b30a1)
* r20709: pass a repsFromTo1 struct down as it contains all needed info for ↵Stefan Metzmacher2007-10-101-5/+3
| | | | | | | | | the source dsa and the highwater mark vector metze (This used to be commit a31e017e5388e5abd6ed9d09adcf26d2527954a6)
* r20705: store the "replUpToDateVector" attribute in ↵Stefan Metzmacher2007-10-101-0/+5
| | | | | | | DSDB_EXTENDED_REPLICATED_OBJECTS metze (This used to be commit c9e7a58f6a16dfa28323fd0fd01ad6ee516c51b0)
* r20682: make the dsdb_extended_replicated_objects_commit() interface a bit ↵Stefan Metzmacher2007-10-101-22/+8
| | | | | | | | | more useful, so that we can apply the schema partition objects with one call metze (This used to be commit 165ff94b8a89ef4b9145405633ed11ab9567376b)
* r20680: prepare the helper functions for applying replicated objectsStefan Metzmacher2007-10-101-59/+17
| | | | | | | to pass all needed info to the repl_meta_data module metze (This used to be commit d5db31cde279cf05bd13bcf0da03767ab3498079)
* r20629: add a wrapper function for ldb_extended(ldb, ↵Stefan Metzmacher2007-10-101-0/+299
DSDB_EXTENDED_REPLICATED_OBJECTS_OID, out, &ext_res); which prepares the replicated objects, the repl_meta_data ldb module will then add the uSNCreated, uSNChanged and some other things and will apply the objects to the partition specific ldb metze (This used to be commit 48d568a75b8109807af29f5d9604240c20c1a116)