index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
netcmd
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
samba-tool: no stack trace on missing ldb tdb
Douglas Bagnall
2022-09-16
1
-0
/
+4
*
samba-tool: write ERROR in red if colour is wanted
Douglas Bagnall
2022-09-16
1
-6
/
+15
*
samba-tool: --color=auto looks at stderr and stdout
Douglas Bagnall
2022-09-16
1
-1
/
+3
*
samba-tool: save --color choice for subcommands
Douglas Bagnall
2022-09-16
1
-0
/
+2
*
samba-tool: make --color a general option
Douglas Bagnall
2022-09-16
1
-0
/
+10
*
samba-tool: simplify and clarify SuperCommand._run() a little
Douglas Bagnall
2022-09-16
1
-2
/
+5
*
samba-tool: _resolve() can set outf, errf
Douglas Bagnall
2022-09-08
1
-6
/
+12
*
samba-tool: more conventional usage of parser.parse_args
Douglas Bagnall
2022-09-08
1
-3
/
+2
*
samba-tool: separate ._run() from command resolution
Douglas Bagnall
2022-09-08
1
-32
/
+55
*
samba-tool: do not crash on unimplemented .run()
Douglas Bagnall
2022-09-08
1
-2
/
+2
*
samba-tool: do not force a traceback on CommandError
Douglas Bagnall
2022-09-06
1
-1
/
+0
*
samba-tool: avoid traceback for NT_STATUS_NETWORK_UNREACHABLE
Douglas Bagnall
2022-09-06
1
-0
/
+3
*
samba-tool: avoid traceback for options errors
Douglas Bagnall
2022-09-06
1
-2
/
+7
*
samba-tool: reduce repetitious jargon on credentials failure
Douglas Bagnall
2022-09-06
1
-2
/
+6
*
samba-tool: respect NO_COLOR env variable and --color options
Douglas Bagnall
2022-09-06
1
-16
/
+5
*
python: Remove unnecessary 'pass' statements
Joseph Sutton
2022-05-10
1
-1
/
+0
*
samba-tool: stick to the point with --version
Douglas Bagnall
2021-06-10
1
-1
/
+1
*
samba-tool: fetch "no such subcommand" error and print error message
Björn Baumbach
2020-04-29
1
-0
/
+3
*
samba-tool: Make the 'bytes' option type avaiable
Gary Lockyer
2019-07-02
1
-1
/
+2
*
python/samba/netcmd: provide SUPPRESS_HELP via Option class
Stefan Metzmacher
2019-03-14
1
-0
/
+1
*
samba-tool: let self.usage() find argv[0] by itself
Douglas Bagnall
2018-11-01
1
-2
/
+2
*
samba-tool: samba.getopt is not used here
Douglas Bagnall
2018-10-25
1
-1
/
+0
*
python/samba/netcmd: PY3 fix CI error for samba.tests.samba_tool.help
Noel Power
2018-10-23
1
-1
/
+2
*
samba-tool: PY3 dict view doesn't have sort method,
Noel Power
2018-10-23
1
-1
/
+1
*
netcmd: modify Command.get_logger to use get_samba_logger
Joe Guo
2018-10-10
1
-5
/
+6
*
PEP8: fix E401: multiple imports on one line
Joe Guo
2018-08-24
1
-2
/
+4
*
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
2018-08-24
1
-0
/
+4
*
PEP8: fix E231: missing whitespace after ','
Joe Guo
2018-08-24
1
-2
/
+2
*
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
2018-08-24
1
-2
/
+2
*
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
2018-08-24
1
-3
/
+3
*
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
2018-08-24
1
-14
/
+14
*
sambatool: heuristics to decided whether colour is wanted
Douglas Bagnall
2018-05-31
1
-0
/
+24
*
samba_tool: Py2/Py3 compatability fix tuple assigment
Noel Power
2018-05-12
1
-1
/
+1
*
python: bulk replace dict.iteritems to items for py3
Joe Guo
2018-04-13
1
-1
/
+1
*
samba-tool: convert 'except X, e' to 'except X as e' for all X
Douglas Bagnall
2018-02-15
1
-1
/
+1
*
python/netcmd: implement __repr__ for class CommandError
Stefan Metzmacher
2018-02-05
1
-0
/
+3
*
samba-tool: treat 'samba-tool help foo' as 'samba-tool foo --help'
Douglas Bagnall
2017-12-22
1
-0
/
+13
*
Correct "overriden" typos.
Chris Lamb
2017-02-22
1
-1
/
+1
*
python/netcmd: print traceback through self.errf
Bob Campbell
2016-12-12
1
-1
/
+1
*
python: Allow optional multi-value arguements for samba-tool commands
Andrew Bartlett
2016-02-25
1
-2
/
+3
*
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
2013-03-02
1
-0
/
+231