summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/samba_kcc
AgeCommit message (Collapse)AuthorFilesLines
2011-11-07samba_kcc: Remove unnecessary return statements.Jelmer Vernooij1-17/+0
2011-11-07kcc: fixed program nameAndrew Tridgell1-3/+3
kcccompute -> samba_kcc
2011-11-07kcc: fixed tabs/spaces in kcc python implementationAndrew Tridgell1-5/+5
as spotted by autobuild
2011-11-07samba_kcc addtionDave Craft1-0/+703
Scaffolding and initial implementations of portions of the KCC in python. This code currently properly computes the graph nodes for the intrasite topology as well as enumerating all steps for a full run of the KCC. Signed-off-by: Andrew Tridgell <tridge@samba.org>