summaryrefslogtreecommitdiff
path: root/python/samba/kcc
Commit message (Expand)AuthorAgeFilesLines
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-2/+2
* python: Move dsdb_Dn to samdbDavid Mulder2020-10-022-3/+2
* samba_kcc: avoid ValueError when local connections are less than 2Björn Baumbach2019-12-181-0/+5
* kcc_utils.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-103/+92
* python/kcc lib: cope with differently formed repsToFromDouglas Bagnall2019-01-191-5/+16
* python/samba/kcc: PY3 fix some str versus ldb.bytes comparisonsNoel Power2018-12-101-3/+3
* python/kcc/graph: import KCCError, which is used somewhereDouglas Bagnall2018-11-011-0/+1
* python/kcc: use compat.cmp_fn (PY3)Douglas Bagnall2018-10-251-2/+2
* python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3Noel Power2018-09-031-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-242-3/+3
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-242-0/+2
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-244-7/+7
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-9/+9
* 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