summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/replicated_objects.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21s4-join: Fix typos in recent GET_ANC patch setJoseph Sutton1-2/+2
2022-10-04s4-libnet: Add messages to object count mismatch failuresAndrew Bartlett1-0/+11
2020-08-17Fix a comment typo copied aroundVolker Lendecke1-1/+1
2019-02-27s4:dsdb: Remove unused header fileAndreas Schneider1-1/+0
2018-12-17drepl: schema repl race condition fixAaron Haslett1-2/+33
2018-08-22dsdb: Fix a typoVolker Lendecke1-2/+3
2018-05-30dsdb: Add log when ignoring a replicated object outside of partitionTim Beale1-0/+6
2018-05-30s4-repl: Try to give more information in the error codes for prepare_commit f...Andrew Bartlett1-2/+3
2018-04-12dsdb: Ensure to cancel the transaction if we fail to save the prefixMapAndrew Bartlett1-0/+1
2017-11-24schema: Make writing indices flag an enum for a new stateGarming Sam1-7/+7
2017-09-07debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett1-0/+3
2017-08-18drs: Check target object is known after applying objectsTim Beale1-4/+7
2017-07-28repl: Remove old TODOTim Beale1-2/+0
2017-07-02dsdb: Improve debugging on start transacton failureAndrew Bartlett1-1/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner1-7/+7
2016-08-25replicated_objects: Add missing newline for debugGarming Sam1-2/+2
2016-08-11s4:dsdb/repl: let dsdb_replicated_objects_convert() change remote to local at...Stefan Metzmacher1-5/+57
2016-08-11s4:dsdb/repl: set working_schema->resolving_in_progress during schema creationStefan Metzmacher1-0/+3
2016-08-11s4:dsdb/repl: make sure the working_schema prefix map is populated with the r...Stefan Metzmacher1-0/+35
2016-08-11s4:dsdb/repl: Improve memory handling in replicated schema codeAndrew Bartlett1-4/+10
2016-07-23s4:dsdb/replicated_objects: don't skip notifications on resolved conflictsStefan Metzmacher1-4/+16
2016-07-19repl: Remove check for parentGUID being NULL in dsdb_convert_object_ex()Andrew Bartlett1-5/+0
2016-07-13dsdb: Fix CID 1363810: Null pointer dereferencesVolker Lendecke1-3/+6
2016-07-06dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett1-69/+11
2016-06-07dsdb: Fix rename and RDN handling for replPropertyMetaDataAndrew Bartlett1-64/+22
2016-06-06repl: Do not report all replication failures at level 0Andrew Bartlett1-2/+7
2016-06-06dsdb: Clearly fail to replicate objects not NC_HEAD with a all-zero parentGUIDAndrew Bartlett1-0/+5
2016-06-06repl: Enforce that we have parent objects for all replicated objectsAndrew Bartlett1-15/+10
2016-06-06repl: Retry replication of the schema on WERR_DS_DRA_SCHEMA_MISMATCHAndrew Bartlett1-1/+1
2016-06-06repl: Pass in the full partition DN to dsdb_replicated_objects_convert()Andrew Bartlett1-6/+2
2016-06-02dsdb: Improve syntax clarityAndrew Bartlett1-1/+2
2016-03-13dsdb/repl: Ensure we use the LOCAL attid value, not the remote oneAndrew Bartlett1-4/+14
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-12-24repl: Skip new subdomains and partitions when replicatingAndrew Bartlett1-6/+43
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett1-3/+20
2015-09-08dsdb: Fix a confusing parameterVolker Lendecke1-1/+1
2014-03-27dsdb: Do not update notify_uSN until the transaction is genuinely committed t...Andrew Bartlett1-7/+7
2013-09-22dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaDataAndrew Bartlett1-0/+9
2013-06-11dsdb: use the correct talloc parent in dsdb_repl_merge_working_schema()Stefan Metzmacher1-2/+2
2013-05-23dsdb-repl: merge the logic from libnet_vampire_cb_apply_schema()Stefan Metzmacher1-6/+113
2013-05-23dsdb-repl: split out dsdb_repl_resolve_working_schemaStefan Metzmacher1-53/+94
2013-05-23dsdb-drs: when replicating schema object checks ask for removal of previous v...Matthieu Patou1-3/+4
2013-05-16dsdb-repl: Allow the name attribute (and name-based schema lookups) to be ski...Andrew Bartlett1-12/+19
2013-02-08dsdb-repl: make message more clearerMatthieu Patou1-2/+2
2012-08-14s4:dsdb/repl: ldb_errstring() takes a 'struct ldb_context' not 'int'Stefan Metzmacher1-1/+2
2012-08-14s4:dsdb/repl: make sure instanceType_e is not changed by a reallocationStefan Metzmacher1-1/+11
2012-08-14s4:dsdb/repl: avoid reallocation of msg->elementsStefan Metzmacher1-1/+1
2012-08-11s4-dsdb: Take more care in handling of global schema memoryAndrew Bartlett1-27/+61
2012-08-03s4:dsdb:replicated_objects: do not move 'instanceType' to the end of msg->ele...Stefan Metzmacher1-1/+22
2012-07-29s4-repl: Use ldb_dn_new() to create the rootDSE DNAndrew Bartlett1-1/+5