summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/sites.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-20python: pep8: fix import sorting after moveRob van der Linde1-7/+2
2024-03-20python: move models out of the netcmd packageRob van der Linde1-2/+2
2023-10-24python: netcmd: make use of HostOptions for claims and sites commandsRob van der Linde1-57/+27
2023-07-19netcmd: sites: make use of ldb_connect from base classRob van der Linde1-22/+5
2023-07-19netcmd: add list and view commands for sites and subnetsRob van der Linde1-0/+166
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-03-23samba-tool: convert print func to be py2/py3 compatibleNoel Power1-2/+3
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-5/+5
2017-03-10python sites/subnets: correctly spell variable nameDouglas Bagnall1-1/+1
2015-12-24samba-tool: add sites subnet subcommandsDouglas Bagnall1-2/+119
2015-12-24samba-tool sites: use -H to set URL with standard handlingDouglas Bagnall1-14/+19
2015-12-24sambatool sites: PEP8/flake8 improvementsDouglas Bagnall1-4/+5
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+105