summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/repl/replicated_objects.c
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Do not update notify_uSN until the transaction is genuinely committed t...Andrew Bartlett2014-03-271-7/+7
* dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaDataAndrew Bartlett2013-09-221-0/+9
* dsdb: use the correct talloc parent in dsdb_repl_merge_working_schema()Stefan Metzmacher2013-06-111-2/+2
* dsdb-repl: merge the logic from libnet_vampire_cb_apply_schema()Stefan Metzmacher2013-05-231-6/+113
* dsdb-repl: split out dsdb_repl_resolve_working_schemaStefan Metzmacher2013-05-231-53/+94
* dsdb-drs: when replicating schema object checks ask for removal of previous v...Matthieu Patou2013-05-231-3/+4
* dsdb-repl: Allow the name attribute (and name-based schema lookups) to be ski...Andrew Bartlett2013-05-161-12/+19
* dsdb-repl: make message more clearerMatthieu Patou2013-02-081-2/+2
* s4:dsdb/repl: ldb_errstring() takes a 'struct ldb_context' not 'int'Stefan Metzmacher2012-08-141-1/+2
* s4:dsdb/repl: make sure instanceType_e is not changed by a reallocationStefan Metzmacher2012-08-141-1/+11
* s4:dsdb/repl: avoid reallocation of msg->elementsStefan Metzmacher2012-08-141-1/+1
* s4-dsdb: Take more care in handling of global schema memoryAndrew Bartlett2012-08-111-27/+61
* s4:dsdb:replicated_objects: do not move 'instanceType' to the end of msg->ele...Stefan Metzmacher2012-08-031-1/+22
* s4-repl: Use ldb_dn_new() to create the rootDSE DNAndrew Bartlett2012-07-291-1/+5
* s4-repl: Use NULL for pointer test when checking for ldb_msg_new() failureAndrew Bartlett2012-07-291-1/+1
* s4-dsdb: Ensure we never write read-only objects onto a read-write replicaAndrew Bartlett2012-07-181-1/+8
* s4-dsdb: Use parent_object_guid to find the correct parent for new objectsAndrew Bartlett2012-07-061-0/+11
* s4-drs: if schema has changed during replication notify other process that th...Matthieu Patou2012-06-221-0/+55
* s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICAAndrew Tridgell2011-10-041-60/+3
* s4-repl: support creation of new NCs via DsAddEntryAndrew Tridgell2011-10-041-0/+84
* s4-repl: update instanceType in partial_replica replicationAndrew Tridgell2011-10-041-0/+20
* s4-dsdb clarify that failure to load the schema items from DRS is expectedAndrew Bartlett2011-08-091-3/+3
* s4-repl/working_schema: Ignore some attributes when bulding working schema cacheKamen Mazdrashki2011-03-011-0/+9
* s4-replicated_objects: Implement a mechanism to relax some attributes conversionKamen Mazdrashki2011-03-011-4/+31
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-drepl: During Schema replication, we need to save updated prefixMap if eve...Kamen Mazdrashki2010-12-181-0/+18
* s4-drepl: Make refreshed schema a global oneKamen Mazdrashki2010-12-181-0/+7
* s4-drepl: Reference current Schema cache into working_schema contextKamen Mazdrashki2010-12-171-1/+1
* s4-repl: Allow dsdb_replicated_objects_commit() to use different schema while...Kamen Mazdrashki2010-12-151-0/+55
* s4:dsdb/repl/replicated_objects.c - proof if "talloc_reference" doesn't retur...Matthias Dieter Wallnöfer2010-12-011-1/+2
* s4-dsdb/schema: Implement multi-pass working schema creation functionKamen Mazdrashki2010-12-011-0/+132
* s4-repl: Let dsdb_replicated_objects_convert() to accept schema from callerKamen Mazdrashki2010-12-011-7/+6
* s4-repl: Propagate remote prefixMap in DRSUAPI data conversion functionsKamen Mazdrashki2010-11-111-3/+19
* s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_...Kamen Mazdrashki2010-11-111-12/+12
* s4-repl: dsdb_extended_replicated_objects_commit -> dsdb_replicated_objects_c...Kamen Mazdrashki2010-11-111-3/+3
* s4-repl: dsdb_convert_object -> dsdb_origin_object_convertKamen Mazdrashki2010-11-111-7/+7
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-311-1/+1
* s4-dsdb-repl: Print what the error code for failure isKamen Mazdrashki2010-10-101-1/+3
* s4-drs: Check for schema changes only in case we are *not* applying Schema re...Kamen Mazdrashki2010-09-181-8/+19
* s4:dsdb Allow calling dsdb_convert_object_ex() directlyAndrew Bartlett2010-06-121-6/+6
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-11/+19
* s4:repl - change also here the counter variables to "unsigned"Matthias Dieter Wallnöfer2010-03-051-2/+2
* s4-drs: Store uSNUrgent for Urgent ReplicationFernando J V da Silva2010-01-141-2/+2
* 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-dsdb: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-7/+2
* s4-drs: cope with bogus empty attributes from w2k8-r2Andrew Tridgell2009-11-281-0/+17
* Revert "s4:dsdb/repl/replicated_objects - Applicate also here the new "lDAPDi...Matthias Dieter Wallnöfer2009-11-161-4/+1
* s4:dsdb/repl/replicated_objects - Applicate also here the new "lDAPDisplayNam...Matthias Dieter Wallnöfer2009-11-151-1/+4
* s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS importAndrew Bartlett2009-11-121-34/+29