summaryrefslogtreecommitdiff
path: root/python/samba/kcc
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-1/+1
* python/samba/kcc: md5 needs to be passed bytes in py3Noel Power2018-07-131-1/+3
* python/kcc/graph_utils: short-cut edge failure test without edgesDouglas Bagnall2018-06-101-0/+3
* python kcc/graph_utils: don't debug in colourDouglas Bagnall2018-05-311-5/+3
* kcc graph verifiers: improve messagesDouglas Bagnall2018-05-311-10/+15
* kcc graph verifier: use __doc__ description for error explanationDouglas Bagnall2018-05-312-5/+5
* kcc graphs: site edges in colour, labeled with DNsDouglas Bagnall2018-05-313-7/+13
* kcc.graph_utils: shift debug noise out of verify()Douglas Bagnall2018-05-312-30/+24
* samba_kcc: remove an unused variableDouglas Bagnall2018-05-051-2/+0
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-301-1/+1
* python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power2018-04-302-7/+7
* kcc/graph: add __hash__ to InternalEdge for py3Joe Guo2018-04-131-0/+5
* kcc: fix sort for py3Joe Guo2018-04-132-19/+4
* kcc/kcc_utils: fix divide for py3Joe Guo2018-04-131-1/+1
* kcc/kcc_utils: convert dict.keys to listJoe Guo2018-04-131-1/+1
* kcc/graph_utils: port string.translate for py3Joe Guo2018-04-131-1/+1
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-3/+4
* kcc_utils: Use lower name in automatic sites coveredGarming Sam2018-03-211-1/+1
* kcc_utils: Prevent multiple sites attached to a sitelink covering a siteGarming Sam2018-03-211-3/+34
* kcc_utils: Keep a count of the DCs in each siteGarming Sam2018-03-211-2/+3
* kcc_utils: Add a routine for automatic site coverageGarming Sam2018-03-211-0/+80
* samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-283-29/+58
* samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-154-7/+7
* samba_kcc: do not commit new nTDSConnection, if we are rodcAndrej Gessel2018-01-131-3/+3
* samba_kcc: simplify NCReplica.set_instantiated_flags()Douglas Bagnall2018-01-131-5/+2
* samba_kcc: simplify NCReplica constructorDouglas Bagnall2018-01-132-6/+5
* samba_kcc: clarify readonly logging, removing now unused functionDouglas Bagnall2018-01-132-6/+3
* samba_kcc: remove unused functionsDouglas Bagnall2018-01-131-15/+0
* samba_kcc: fix dot_file_dir documentationDouglas Bagnall2018-01-131-1/+1
* samba_kcc: remove an unused functionDouglas Bagnall2018-01-131-6/+0
* samba_kcc: use new graph module for writing dot filesDouglas Bagnall2018-01-131-30/+7
* samba_kcc: respect kcc.read_only flag on RODCDouglas Bagnall2018-01-131-1/+1
* samba_kcc: kcc.debug module defers to samba.colourDouglas Bagnall2018-01-131-16/+8
* samba_kcc: documentation fixDouglas Bagnall2018-01-131-1/+1
* samba_kcc: debugging: say intrasite when we mean intrasiteGarming Sam2017-06-231-1/+1
* samba_kcc: drop all connections from non-existent DSAsDouglas Bagnall2017-06-231-2/+3
* samba_kcc: comment typoDouglas Bagnall2017-06-231-1/+1
* samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall2017-06-231-0/+4
* repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam2017-06-151-1/+0
* KCC: avoid infinite recursion when edgelist contains selfDouglas Bagnall2016-12-011-2/+4
* KCC: Graphnode.add_edge_from expects dn strings, not objectsDouglas Bagnall2016-12-011-1/+1
* kcc: Don't check schedule if NoneGarming Sam2016-09-231-5/+13
* KCC: Fix misnamed variable in DSA objectDouglas Bagnall2016-08-121-1/+1
* kcc: Clean up repsTo attribute for old DCsGarming Sam2016-07-262-0/+73
* kcc: Add a TODO for msDS[-RO]-Replica-LocationsGarming Sam2016-07-261-0/+1
* kcc: Add corresponding methods for repsToGarming Sam2016-07-261-0/+95
* kcc: fix a typoGarming Sam2016-07-251-1/+1
* kcc: typo fix tupple => tupleGarming Sam2016-07-251-2/+2
* kcc: correct a typo in the debug messagesGarming Sam2016-07-211-2/+2
* kcc: Make more fault tolerant on DC demotionGarming Sam2016-07-211-0/+9