summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl
Commit message (Expand)AuthorAgeFilesLines
* dsdb/repl: we need to replicate the whole schema before we can apply itStefan Metzmacher2019-06-211-10/+164
* dsdb: Add log when ignoring a replicated object outside of partitionTim Beale2018-05-301-0/+6
* s4-repl: Try to give more information in the error codes for prepare_commit f...Andrew Bartlett2018-05-301-2/+3
* samdb: Add remote address to connectGary Lockyer2018-05-101-1/+6
* dsdb: Ensure to cancel the transaction if we fail to save the prefixMapAndrew Bartlett2018-04-121-0/+1
* schema: Make writing indices flag an enum for a new stateGarming Sam2017-11-241-7/+7
* dreplsrv: Use is_null_sidVolker Lendecke2017-11-131-3/+1
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-1/+6
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-0712-0/+36
* replmd: Don't fail cycle if we get link for deleted object with GET_TGTTim Beale2017-08-181-0/+4
* drepl: Support GET_TGT on periodic replication clientTim Beale2017-08-183-17/+83
* drs: Check target object is known after applying objectsTim Beale2017-08-181-4/+7
* drs: Fail replication transaction instead of dropping linksTim Beale2017-08-181-0/+4
* repl: Remove old TODOTim Beale2017-07-281-2/+0
* s4-drepl: Block GetNCChanges during a DsReplicaSyncAndrew Bartlett2017-07-231-1/+1
* s4-drepl: Use tevent_schedule_immediate() in DsReplicaSync handlerAndrew Bartlett2017-07-223-65/+24
* dsdb: Improve debugging on start transacton failureAndrew Bartlett2017-07-021-1/+2
* repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam2017-06-151-0/+14
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* drepl: Add partial attribute set in the case of repl secretGarming Sam2017-04-131-1/+1
* repl_secret: Error condition should sound harmlessGarming Sam2017-03-271-2/+8
* Correct "successfuly" typos.Chris Lamb2017-02-221-1/+1
* Correct "enought" typo.Chris Lamb2017-02-221-1/+1
* s4:dsdb/repl: s/highestCommitedUsn/highestCommittedUSNStefan Metzmacher2017-02-081-1/+1
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner2016-09-284-15/+15
* s4-dsdb: Change debug level for replicationAndreas Schneider2016-09-021-25/+26
* drepl_out: Send the prefix map alongside the global catalog partial attribute...Garming Sam2016-08-251-2/+10
* drepl_out: Send the prefix map alongside the RODC partial attribute setGarming Sam2016-08-251-4/+13
* replicated_objects: Add missing newline for debugGarming Sam2016-08-251-2/+2
* s4:dsdb/repl: let dsdb_replicated_objects_convert() change remote to local at...Stefan Metzmacher2016-08-111-5/+57
* s4:dsdb/repl: set working_schema->resolving_in_progress during schema creationStefan Metzmacher2016-08-111-0/+3
* s4:dsdb/repl: make sure the working_schema prefix map is populated with the r...Stefan Metzmacher2016-08-111-0/+35
* s4:dsdb/repl: Improve memory handling in replicated schema codeAndrew Bartlett2016-08-111-4/+10
* s4:dsdb/repl: avoid recursion after fetching schema changes.Stefan Metzmacher2016-08-112-17/+25
* s4: repl: Ensure all error paths in dreplsrv_op_pull_source_get_changes_trigg...Jeremy Allison2016-08-061-0/+4
* s4:dsdb/replicated_objects: don't skip notifications on resolved conflictsStefan Metzmacher2016-07-231-4/+16
* drepl: Fix a typoGarming Sam2016-07-211-1/+1
* drs: pass the forced-replication flag from DsReplicaSync to GetNCChangesAndrew Bartlett2016-07-191-0/+4
* repl: Remove check for parentGUID being NULL in dsdb_convert_object_ex()Andrew Bartlett2016-07-191-5/+0
* dsdb: Fix CID 1363810: Null pointer dereferencesVolker Lendecke2016-07-131-3/+6
* dsdb: Remove 120 second delay and USN from schema refresh checkAndrew Bartlett2016-07-061-69/+11
* repl: Avoid use-after-free when working with the working_schemaAndrew Bartlett2016-06-071-1/+1
* dsdb: Fix rename and RDN handling for replPropertyMetaDataAndrew Bartlett2016-06-071-64/+22
* repl: Do not report all replication failures at level 0Andrew Bartlett2016-06-061-2/+7
* dsdb: Clearly fail to replicate objects not NC_HEAD with a all-zero parentGUIDAndrew Bartlett2016-06-061-0/+5
* repl: Enforce that we have parent objects for all replicated objectsAndrew Bartlett2016-06-062-16/+35
* repl: Retry replication of the schema on WERR_DS_DRA_SCHEMA_MISMATCHAndrew Bartlett2016-06-063-2/+109
* repl: Pass in the full partition DN to dsdb_replicated_objects_convert()Andrew Bartlett2016-06-062-7/+18
* dsdb: Improve syntax clarityAndrew Bartlett2016-06-021-1/+2