summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: no stack trace on missing ldb tdbDouglas Bagnall2022-09-161-0/+4
* samba-tool: write ERROR in red if colour is wantedDouglas Bagnall2022-09-161-6/+15
* samba-tool: --color=auto looks at stderr and stdoutDouglas Bagnall2022-09-161-1/+3
* samba-tool: save --color choice for subcommandsDouglas Bagnall2022-09-161-0/+2
* samba-tool: make --color a general optionDouglas Bagnall2022-09-161-0/+10
* samba-tool: simplify and clarify SuperCommand._run() a littleDouglas Bagnall2022-09-161-2/+5
* samba-tool: _resolve() can set outf, errfDouglas Bagnall2022-09-081-6/+12
* samba-tool: more conventional usage of parser.parse_argsDouglas Bagnall2022-09-081-3/+2
* samba-tool: separate ._run() from command resolutionDouglas Bagnall2022-09-081-32/+55
* samba-tool: do not crash on unimplemented .run()Douglas Bagnall2022-09-081-2/+2
* samba-tool: do not force a traceback on CommandErrorDouglas Bagnall2022-09-061-1/+0
* samba-tool: avoid traceback for NT_STATUS_NETWORK_UNREACHABLEDouglas Bagnall2022-09-061-0/+3
* samba-tool: avoid traceback for options errorsDouglas Bagnall2022-09-061-2/+7
* samba-tool: reduce repetitious jargon on credentials failureDouglas Bagnall2022-09-061-2/+6
* samba-tool: respect NO_COLOR env variable and --color optionsDouglas Bagnall2022-09-061-16/+5
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-101-1/+0
* samba-tool: stick to the point with --versionDouglas Bagnall2021-06-101-1/+1
* samba-tool: fetch "no such subcommand" error and print error messageBjörn Baumbach2020-04-291-0/+3
* samba-tool: Make the 'bytes' option type avaiableGary Lockyer2019-07-021-1/+2
* python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher2019-03-141-0/+1
* samba-tool: let self.usage() find argv[0] by itselfDouglas Bagnall2018-11-011-2/+2
* samba-tool: samba.getopt is not used hereDouglas Bagnall2018-10-251-1/+0
* python/samba/netcmd: PY3 fix CI error for samba.tests.samba_tool.helpNoel Power2018-10-231-1/+2
* samba-tool: PY3 dict view doesn't have sort method,Noel Power2018-10-231-1/+1
* netcmd: modify Command.get_logger to use get_samba_loggerJoe Guo2018-10-101-5/+6
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-2/+4
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+4
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-3/+3
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-14/+14
* sambatool: heuristics to decided whether colour is wantedDouglas Bagnall2018-05-311-0/+24
* samba_tool: Py2/Py3 compatability fix tuple assigmentNoel Power2018-05-121-1/+1
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall2018-02-151-1/+1
* python/netcmd: implement __repr__ for class CommandErrorStefan Metzmacher2018-02-051-0/+3
* samba-tool: treat 'samba-tool help foo' as 'samba-tool foo --help'Douglas Bagnall2017-12-221-0/+13
* Correct "overriden" typos.Chris Lamb2017-02-221-1/+1
* python/netcmd: print traceback through self.errfBob Campbell2016-12-121-1/+1
* python: Allow optional multi-value arguements for samba-tool commandsAndrew Bartlett2016-02-251-2/+3
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+231