summaryrefslogtreecommitdiff
path: root/python/samba/kcc/kcc_utils.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-27/+27
2023-08-30python: Fix spellingJoseph Sutton1-2/+2
2023-06-23python:samba:kcc: Fix code spellingAndreas Schneider1-8/+8
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-10-02python: Move dsdb_Dn to samdbDavid Mulder1-1/+1
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-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 Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-05-31kcc graphs: site edges in colour, labeled with DNsDouglas Bagnall1-4/+5
2018-04-30python/samba: bulk conversion of caller to dsdb_Dn 2nd param.Noel Power1-6/+6
2018-04-13kcc: fix sort for py3Joe Guo1-6/+3
2018-04-13kcc/kcc_utils: fix divide for py3Joe Guo1-1/+1
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 Power1-20/+40
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall1-3/+3
2018-01-13samba_kcc: simplify NCReplica.set_instantiated_flags()Douglas Bagnall1-5/+2
2018-01-13samba_kcc: simplify NCReplica constructorDouglas Bagnall1-4/+4
2018-01-13samba_kcc: clarify readonly logging, removing now unused functionDouglas Bagnall1-3/+0
2018-01-13samba_kcc: remove unused functionsDouglas Bagnall1-15/+0
2018-01-13samba_kcc: remove an unused functionDouglas Bagnall1-6/+0
2016-12-01KCC: avoid infinite recursion when edgelist contains selfDouglas Bagnall1-2/+4
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 Sam1-0/+3
2016-07-26kcc: Add corresponding methods for repsToGarming Sam1-0/+95
2016-07-25kcc: fix a typoGarming Sam1-1/+1
2015-10-29KCC: remove NTDSConnection API methods that are never usedDouglas Bagnall1-6/+0
2015-10-29KCC: Correct capitalisation of KCCErrorDouglas Bagnall1-1/+1
2015-10-29KCC: raise KCCError, not Exception, in multiple placesDouglas Bagnall1-42/+41
2015-10-29KCC: NTDSConnection.load_connection() requires objectGUIDDouglas Bagnall1-1/+4
2015-10-29KCC: keep track of IP transport for dsa.new_connection()Douglas Bagnall1-2/+2
2015-10-29KCC: correctly use dsa.new_connection() system_flags argumentDouglas Bagnall1-2/+3
2015-06-12KCC: use python 2.6 compatible dictonary comprehensionsDouglas Bagnall1-1/+1
2015-06-12KCC: use KccError, simplify logic in NTDSConn.commit_modifiedDouglas Bagnall1-10/+7
2015-06-12KCC: shift ReplInfo, MAX_DWORD from kcc.kcc_utils to kcc.graphDouglas Bagnall1-22/+0
2015-06-12kcc: Allow RODC to be included in intersite topologyGarming Sam1-0/+5
2015-06-12KCC: move functions used in kcc.graph into kcc.graphDouglas Bagnall1-62/+0
2015-06-12KCC: add a warning about side-effects in RepsFromTo.__setattr__Douglas Bagnall1-0/+4
2015-06-12KCC: fix combine_repl_infoDouglas Bagnall1-12/+4
2015-06-12KCC: split kcc_utils into samba.kcc.{kcc_utils,graph}Douglas Bagnall1-0/+2242