summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/repl
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/repl: fix the usage of 'GC/' prefixed principal namesStefan Metzmacher2012-08-141-21/+6
* s4-dsdb: Use samdb_dn_is_our_ntdsa()Andrew Bartlett2012-08-142-19/+24
* 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: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-143-4/+10
* 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-drepl: Ensure that the op->source does not get deallocated too earlyAndrew Bartlett2012-06-242-9/+25
* s4-drs: if schema has changed during replication notify other process that th...Matthieu Patou2012-06-221-0/+55
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4-dsdb: Fix the case for attribute name msDS-hasMasterNCsAmitay Isaacs2012-03-141-1/+1
* Revert "s4-drs: do not try to contact for replication servers that are not an...Andrew Tridgell2012-02-011-38/+4
* s4-drs: do not try to contact for replication servers that are not anymore in...Matthieu Patou2011-12-051-6/+40
* s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou2011-12-051-1/+1
* s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefsMatthieu Patou2011-12-051-2/+22
* s4-repl: Check if GC SPN exists before using it for replicationAmitay Isaacs2011-11-291-3/+54
* s4-drepl: Search for application partitions in addition to main onesAmitay Isaacs2011-11-021-3/+16
* s4-rodc: use the rodc_replica flag on the partitionAndrew Tridgell2011-10-061-2/+2
* s4-rodc: ensure we load replicated partitions for RODCsAndrew Tridgell2011-10-062-46/+35
* s4-dsdb Allow repl server to start even when no master NCs are presentAndrew Bartlett2011-10-061-7/+1
* s4-repl: try harder to find the right SPN in replication serverAndrew Tridgell2011-10-041-23/+72
* 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: fixed formatting of some debug messagesAndrew Tridgell2011-10-041-5/+5
* s4-repl: update instanceType in partial_replica replicationAndrew Tridgell2011-10-041-0/+20
* s4-repl: add FULL_SYNC and PARTIAL_REPLICA flagsAndrew Tridgell2011-10-041-5/+27
* s4-repl: remove unused principal_name elementAndrew Tridgell2011-09-221-3/+0
* s4-repl: fill in GUID and SID from partition informationAndrew Tridgell2011-09-221-2/+9
* s4-dsdb: get GUID and SID for DSA from extended DNAndrew Tridgell2011-09-221-21/+27
* s4-dsdb: enable initial replication of partitions via DsReplicaSyncAndrew Tridgell2011-09-222-0/+52
* s4-repl: get NCs to replicate from our NTDS objectAndrew Tridgell2011-09-221-28/+64
* s4-dsdb: added support for replicating with GC partial attribute setAndrew Tridgell2011-09-222-3/+51
* s4-repl: fixed _msdcs DNS nameAndrew Tridgell2011-08-253-14/+14
* s4:dsdb: use tevent_ fn names instaed of legacy event_ onesSimo Sorce2011-08-132-2/+2
* s4-dsdb clarify that failure to load the schema items from DRS is expectedAndrew Bartlett2011-08-091-3/+3
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-0/+1
* s4/drepl_fsmo: Add an CR so that message is visible in the logsKamen Mazdrashki2011-05-111-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-032-2/+2
* s4-dsdb: perform FSMO transfers asynchronouslyAndrew Tridgell2011-03-292-26/+43
* 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
* s4-drepl: Schedule event to trigger replication rather than calling run_pendi...Kamen Mazdrashki2011-02-271-2/+5
* s4-drepl: Fix replica sync callback to really store last error rather than la...Kamen Mazdrashki2011-02-271-1/+1
* s4-drepl: Refactor dreplsrv_run_pull_ops() toKamen Mazdrashki2011-02-271-16/+33
* s4-drepl: Pass replication options from DsReplicaSync callKamen Mazdrashki2011-02-274-5/+12