summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/visualize.py
AgeCommit message (Expand)AuthorFilesLines
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider1-1/+1
2022-09-16samba-tool visualize: simplify --color-scheme calculationsDouglas Bagnall1-19/+17
2022-09-16samba-tool visualise: use global --colorDouglas Bagnall1-16/+9
2022-09-16samba-tool: make --color a general optionDouglas Bagnall1-0/+1
2022-09-06samba-tool visualise: expand set of --color switchesDouglas Bagnall1-3/+7
2022-09-06samba-tool visualize: remove py2 compat for colour calculationsDouglas Bagnall1-3/+0
2022-09-06samba-tool visualize: respect $NO_COLORDouglas Bagnall1-0/+2
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-2/+0
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2019-03-30samba-tool: fix some typosBjörn Baumbach1-1/+1
2018-10-18uptodateness: migrate get_kcc_and_dsas as a functionJoe Guo1-16/+4
2018-10-18uptodateness: extract get_utdv_max_distanceJoe Guo1-1/+4
2018-10-18uptodateness: extract function get_utdv_distancesJoe Guo1-22/+2
2018-10-18uptodateness: extract function get_utdv_edgesJoe Guo1-21/+2
2018-10-18netcmd/visualize: rm unused code lineJoe Guo1-2/+0
2018-10-18uptodateness: migrate more methods from visualizeJoe Guo1-33/+5
2018-10-18uptodateness: add new module and migrate functions from visualizeJoe Guo1-30/+4
2018-09-03python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3Noel Power1-3/+3
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-06-10sambatool visualize: add up-to-dateness visualizationDouglas Bagnall1-1/+137
2018-06-10samba-tool visualize ntdsconn: properly sort/group verticesDouglas Bagnall1-2/+7
2018-06-10samba-tool visualize: fix wrong variable name in get_partition()Douglas Bagnall1-1/+1
2018-06-10samba-tool visualize: separate dot options from common optionsDouglas Bagnall1-7/+10
2018-06-10samba-tool visualise: helper for getting the partitionDouglas Bagnall1-7/+14
2018-05-31samba-tool visualise: --xdot option for instant graphviz visualisationDouglas Bagnall1-4/+28
2018-05-31samba-tool viusalize: mark RODCs in distance matrixDouglas Bagnall1-7/+32
2018-05-31samba-tool visualize ntdsconn: add --importldif optionDouglas Bagnall1-3/+25
2018-05-31samba-tool visualize: group (and colour) DCs by siteDouglas Bagnall1-2/+15
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-1/+1
2018-05-12python/samba: Ensure md5 always provided with bytesNoel Power1-1/+5
2018-04-30samba-tool visualize: use correct DC in graph labelDouglas Bagnall1-3/+3
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-13/+13
2018-03-21samba-tool visualize: fix python2.6 incompatibilityBjörn Baumbach1-1/+5
2018-01-13samba-tool visualize for understanding AD DC behaviourDouglas Bagnall1-0/+574