summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/repl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-221-0/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-107-7/+7
* 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-drepl: Fix log message to be shown on its own lineKamen Mazdrashki2010-12-171-1/+1
* s4-drepl: We won't need a working schema for empty replicas sent.Kamen Mazdrashki2010-12-151-2/+5
* s4-drepl: User working schema for commiting objects when replicating Schema NCKamen Mazdrashki2010-12-151-6/+4
* s4-repl: Allow dsdb_replicated_objects_commit() to use different schema while...Kamen Mazdrashki2010-12-152-0/+57
* s4:dsdb/repl/replicated_objects.c - proof if "talloc_reference" doesn't retur...Matthias Dieter Wallnöfer2010-12-011-1/+2
* s4-dreplsrv: Use working_schema when replicating from Schema NCKamen Mazdrashki2010-12-011-2/+22
* 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-012-7/+16
* s4:dsdb/repl/drepl* - move "lib/messaging/irpc.h" include into "drepl_service.h"Matthias Dieter Wallnöfer2010-11-288-9/+1
* s4:dsdb/repl/drepl_service.c - return the correct WERR resultMatthias Dieter Wallnöfer2010-11-271-1/+1
* s4:drepl_service.c - fix error macro (use "_werr" and not "werr")Matthias Dieter Wallnöfer2010-11-271-1/+1
* s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr)Matthias Dieter Wallnöfer2010-11-271-1/+1
* s4:role transfer - use always type "enum drepl_role_master" for role specific...Matthias Dieter Wallnöfer2010-11-272-3/+4
* s4-repl: removed the syncall_workaround codeAndrew Tridgell2010-11-172-6/+0
* s4-repl: save the result of the last replication in repsFrom/repsToAndrew Tridgell2010-11-172-53/+75
* s4-repl: ensure we don't starve pending replication opsAndrew Tridgell2010-11-174-6/+24
* 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-112-23/+23
* s4-repl: dsdb_extended_replicated_objects_commit -> dsdb_replicated_objects_c...Kamen Mazdrashki2010-11-112-6/+6