summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/kcc/kcc_periodic.c
Commit message (Expand)AuthorAgeFilesLines
* Use GUID_equal in a few placesVolker Lendecke2014-06-101-3/+3
* Fix warnings about set but unused variablesMatthieu Patou2013-05-201-2/+1
* s4-kcc: Avoid use-after-free of dn and add tmp_ctxAndrew Bartlett2012-08-171-2/+9
* s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-141-1/+1
* s4-kcc: avoid a false alarm with rodcMatthieu Patou2012-04-191-0/+7
* Invocation of samba_kcc from KCC taskDave Craft2011-12-081-4/+68
* s4-kcc: if we are a GC, auto-add partial replicasAndrew Tridgell2011-10-041-3/+147
* s4-kcc: fixed _msdcs DNS nameAndrew Tridgell2011-08-251-3/+1
* s4:dsdb: use tevent_ fn names instaed of legacy event_ onesSimo Sorce2011-08-131-1/+1
* Add kccsrv_add_repsFrom() possibility of NULL res argumentDave Craft2011-07-141-2/+2
* Remove static to allow availability to other KCC filesDave Craft2011-07-141-4/+4
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replicationAndrew Tridgell2010-11-181-0/+1
* s4-debug: lowered the debug level of some unimportant messagesAndrew Tridgell2010-11-081-2/+2
* s4 dsdb kcc: Prefer msDS-hasMasterNCs over hasMasterNCs when replicatingKai Blin2010-10-231-5/+10
* s4-kcc: remove stale repsTo entries in the KCCAndrew Tridgell2010-10-021-0/+32
* s4-kcc: fixed the replica_flags in repsFrom in the kccAndrew Tridgell2010-09-291-31/+72
* s4-kcc: the kcc should not be setting the repsTo attributeAndrew Tridgell2010-09-231-32/+2
* s4-kcc: added service->am_rodcAndrew Tridgell2010-09-231-2/+5
* s4-kcc: a bit more debug info on repsFrom creationAndrew Tridgell2010-09-201-1/+7
* s4-dreplsrv: Do allocations on long-living context so that callback gets calledKamen Mazdrashki2010-09-091-1/+1
* s4:dsdb/kcc: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-031-6/+39
* s4-kcc: Notify dreplsrv that Topology has changedKamen Mazdrashki2010-08-281-0/+29
* s4-kcc: Assert when unexpected repsFromToBlob version is passedKamen Mazdrashki2010-08-281-2/+4
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:kcc_periodic.c - fix counter typesMatthias Dieter Wallnöfer2010-04-271-1/+1
* s4-drs: add entries to repsTo based on calculated repsFromAndrew Tridgell2010-04-271-2/+30
* s4-drepl: don't setup a repsFrom from a DC that isn't a master for a NCAndrew Tridgell2010-04-271-5/+50
* s4:dsdb/kcc/*.c - fix up wrong typed countersMatthias Dieter Wallnöfer2010-03-161-2/+2
* s4:kcc - Change some counter variables to be unsignedMatthias Dieter Wallnöfer2010-03-051-3/+4
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-3/+3
* s4-kcc: added a preiodic task to remove deleted objectsAndrew Tridgell2010-01-021-0/+5
* s4-drs: add deletion of old connectionsCrístian Deives2009-11-301-4/+16
* s4-drs: Create connection obejct (nTDSConnection)Crístian Deives2009-11-301-0/+5
* s4-drs: DsExecuteKCC() implementationErick Nascimento2009-11-141-1/+1
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-1/+1
* s4-kcc: fixed corruption of repsFrom records by kccAndrew Tridgell2009-09-281-4/+2
* s4-kcc: remove stale repsFrom entries in kcc runAndrew Tridgell2009-09-281-0/+11
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-1/+1
* s4-kcc: we should only add to the repsFrom if it doesn't already existAndrew Tridgell2009-09-121-45/+71
* s4-kcc: add a very simple KCCAndrew Tridgell2009-09-111-0/+209