summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-07samba_kcc: log when msDS-HasInstantiatedNCs is not BinaryDnDouglas Bagnall1-3/+10
2025-08-07samba_kcc: use dsdb_dn_guess()Douglas Bagnall2-12/+12
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-27/+27
2023-08-30python: Fix spellingJoseph Sutton1-2/+2
2023-08-08python:samba:kcc: Fix log message formattingJoseph Sutton1-2/+2
2023-06-23python:samba:kcc: Fix code spellingAndreas Schneider4-21/+21
2022-05-10kcc: Don't reuse outer loop variable for inner loopJoseph Sutton1-3/+3
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall2-2/+0
2021-03-17kcc: use py3 compatible sort in rarely visited branchDouglas Bagnall1-2/+2
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-2/+2
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder2-3/+2
2019-12-18samba_kcc: avoid ValueError when local connections are less than 2Björn Baumbach1-0/+5
2019-09-24kcc_utils.py: avoid inefficient string concatenationsBjörn Jacke1-103/+92
2019-01-19python/kcc lib: cope with differently formed repsToFromDouglas Bagnall1-5/+16
2018-12-10python/samba/kcc: PY3 fix some str versus ldb.bytes comparisonsNoel Power1-3/+3
2018-11-01python/kcc/graph: import KCCError, which is used somewhereDouglas Bagnall1-0/+1
2018-10-25python/kcc: use compat.cmp_fn (PY3)Douglas Bagnall1-2/+2
2018-09-03python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3Noel Power1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo2-3/+3
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2-0/+2
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo4-7/+7
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-9/+9
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-07-13python/samba/kcc: md5 needs to be passed bytes in py3Noel Power1-1/+3
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