summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2018-06-10python/kcc/graph_utils: short-cut edge failure test without edgesDouglas Bagnall1-0/+3
2018-05-31python kcc/graph_utils: don't debug in colourDouglas Bagnall1-5/+3
2018-05-31kcc graph verifiers: improve messagesDouglas Bagnall1-10/+15
2018-05-31kcc graph verifier: use __doc__ description for error explanationDouglas Bagnall2-5/+5
2018-05-31kcc graphs: site edges in colour, labeled with DNsDouglas Bagnall3-7/+13
2018-05-31kcc.graph_utils: shift debug noise out of verify()Douglas Bagnall2-30/+24
2018-05-05samba_kcc: remove an unused variableDouglas Bagnall1-2/+0
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-1/+1
2018-04-30python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power2-7/+7
2018-04-13kcc/graph: add __hash__ to InternalEdge for py3Joe Guo1-0/+5
2018-04-13kcc: fix sort for py3Joe Guo2-19/+4
2018-04-13kcc/kcc_utils: fix divide for py3Joe Guo1-1/+1
2018-04-13kcc/kcc_utils: convert dict.keys to listJoe Guo1-1/+1
2018-04-13kcc/graph_utils: port string.translate for py3Joe Guo1-1/+1
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-03-21kcc_utils: Use lower name in automatic sites coveredGarming Sam1-1/+1
2018-03-21kcc_utils: Prevent multiple sites attached to a sitelink covering a siteGarming Sam1-3/+34
2018-03-21kcc_utils: Keep a count of the DCs in each siteGarming Sam1-2/+3
2018-03-21kcc_utils: Add a routine for automatic site coverageGarming Sam1-0/+80
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power3-29/+58
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall4-7/+7
2018-01-13samba_kcc: do not commit new nTDSConnection, if we are rodcAndrej Gessel1-3/+3
2018-01-13samba_kcc: simplify NCReplica.set_instantiated_flags()Douglas Bagnall1-5/+2
2018-01-13samba_kcc: simplify NCReplica constructorDouglas Bagnall2-6/+5
2018-01-13samba_kcc: clarify readonly logging, removing now unused functionDouglas Bagnall2-6/+3
2018-01-13samba_kcc: remove unused functionsDouglas Bagnall1-15/+0
2018-01-13samba_kcc: fix dot_file_dir documentationDouglas Bagnall1-1/+1
2018-01-13samba_kcc: remove an unused functionDouglas Bagnall1-6/+0
2018-01-13samba_kcc: use new graph module for writing dot filesDouglas Bagnall1-30/+7
2018-01-13samba_kcc: respect kcc.read_only flag on RODCDouglas Bagnall1-1/+1
2018-01-13samba_kcc: kcc.debug module defers to samba.colourDouglas Bagnall1-16/+8
2018-01-13samba_kcc: documentation fixDouglas Bagnall1-1/+1
2017-06-23samba_kcc: debugging: say intrasite when we mean intrasiteGarming Sam1-1/+1
2017-06-23samba_kcc: drop all connections from non-existent DSAsDouglas Bagnall1-2/+3
2017-06-23samba_kcc: comment typoDouglas Bagnall1-1/+1
2017-06-23samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall1-0/+4
2017-06-15repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam1-1/+0
2016-12-01KCC: avoid infinite recursion when edgelist contains selfDouglas Bagnall1-2/+4
2016-12-01KCC: Graphnode.add_edge_from expects dn strings, not objectsDouglas Bagnall1-1/+1
2016-09-23kcc: Don't check schedule if NoneGarming Sam1-5/+13
2016-08-12KCC: Fix misnamed variable in DSA objectDouglas Bagnall1-1/+1
2016-07-26kcc: Clean up repsTo attribute for old DCsGarming Sam2-0/+73
2016-07-26kcc: Add a TODO for msDS[-RO]-Replica-LocationsGarming Sam1-0/+1
2016-07-26kcc: Add corresponding methods for repsToGarming Sam1-0/+95
2016-07-25kcc: fix a typoGarming Sam1-1/+1
2016-07-25kcc: typo fix tupple => tupleGarming Sam1-2/+2
2016-07-21kcc: correct a typo in the debug messagesGarming Sam1-2/+2
2016-07-21kcc: Make more fault tolerant on DC demotionGarming Sam1-0/+9
2016-07-21samba_kcc: match translate connection from old KCC for RWDCGarming Sam1-0/+6
2016-07-21samba_kcc: match translate connection from old KCC for RODCGarming Sam1-2/+17