summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-15dsdb-drepl: create a new schedulable event for running pending operationsMatthieu Patou1-1/+1
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2011-09-22s4-dsdb: enable initial replication of partitions via DsReplicaSyncAndrew Tridgell1-0/+10
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-1/+1
2011-03-29s4-dsdb: perform FSMO transfers asynchronouslyAndrew Tridgell1-9/+0
2011-02-27s4-drepl: Schedule event to trigger replication rather than calling run_pendi...Kamen Mazdrashki1-2/+5
2011-02-27s4-drepl: Fix replica sync callback to really store last error rather than la...Kamen Mazdrashki1-1/+1
2011-02-27s4-drepl: Pass replication options from DsReplicaSync callKamen Mazdrashki1-3/+6
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-11-28s4:dsdb/repl/drepl* - move "lib/messaging/irpc.h" include into "drepl_service.h"Matthias Dieter Wallnöfer1-1/+0
2010-11-27s4:dsdb/repl/drepl_service.c - return the correct WERR resultMatthias Dieter Wallnöfer1-1/+1
2010-11-27s4:drepl_service.c - fix error macro (use "_werr" and not "werr")Matthias Dieter Wallnöfer1-1/+1
2010-10-10samdb: Add flags argument to samdb_connect().Jelmer Vernooij1-1/+1
2010-09-16s4-drs: initial skeleton for DrsReplica{Add,Del,Mod} callsAndrew Tridgell1-0/+37
2010-09-16s4-repl: add partial attribute set to getncchanges calls for RODCsAndrew Tridgell1-4/+6
2010-09-16s4-repl: cleanup the extended op calls in repl serverAndrew Tridgell1-2/+9
2010-09-15s4-rodc: add a trigger message for REPL_SECRET to auth_samAndrew Tridgell1-0/+14
2010-09-10s4/fsmo: Change return type from NTSTATUS to WERROR for drepl_takeFSMOroleAnatoliy Atanasov1-1/+1
2010-09-10s4-irpc: Added internal rpc call DREPL_TAKEFSMOROLENadezhda Ivanova1-1/+10
2010-09-09s4-drepl_service.c: Update (C)Kamen Mazdrashki1-9/+10
2010-09-09s4-drepsrv: Dump more info when drepl_replica_sync() failsKamen Mazdrashki1-24/+28
2010-09-07s4-dreplsrv: Run NC replication synchronously if requestedKamen Mazdrashki1-30/+119
2010-09-05s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitionsKamen Mazdrashki1-1/+1
2010-09-03s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSRKamen Mazdrashki1-8/+111
2010-08-28s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update inter...Kamen Mazdrashki1-0/+20
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-4/+4
2010-06-25s4/drs: DsReplicaSync should search partition to SyncKamen Mazdrashki1-6/+9
2010-04-22s4-drs: samdb_is_rodc() function and new samdb_rodc() functionFernando J V da Silva1-1/+4
2010-03-25s4-drs: If we are a RODC then do not send DSReplicaSync messagesFernando J V da Silva1-8/+11
2010-02-24s4/drs: Propagate drsuapi_DsReplicaSync changes in source baseKamen Mazdrashki1-1/+1
2010-02-05s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki1-1/+1
2010-01-08s4-repl: implement MSG_DREPL_ALLOCATE_RIDAndrew Tridgell1-0/+1
2009-10-25s4-samdb: reduce the number of samdb opens at startupAndrew Tridgell1-6/+3
2009-09-18s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell1-8/+10
2009-09-15s4-repl: take advantage of async RPC forwardingAndrew Tridgell1-5/+3
2009-09-13s4-repl: added a preiodic notification check to the repl taskAndrew Tridgell1-0/+10
2009-09-09s4/repl: implement DsReplicaSyncAndrew Tridgell1-0/+26
2009-09-03tell the server that we support linked attribute replicationAndrew Tridgell1-6/+1
2009-07-31s4: Correct renamed constantsMatthias Dieter Wallnöfer1-2/+2
2009-02-02s4:service_task: s/private/private_dataStefan Metzmacher1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-1/+1
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-9/+1
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett1-1/+1
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26237: Add loadparm context to the server service interface.Jelmer Vernooij1-1/+1
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-6/+6