summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme1-1/+1
2020-08-17Fix a comment typo copied aroundVolker Lendecke1-1/+1
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-12/+15
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-1/+6
2017-09-07debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett1-0/+3
2017-07-22s4-drepl: Use tevent_schedule_immediate() in DsReplicaSync handlerAndrew Bartlett1-1/+10
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-02-22Correct "enought" typo.Chris Lamb1-1/+1
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner1-1/+1
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
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