index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
netcmd
/
__init__.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
samba-tool: try to present diagnostics for SDDL errors.
Douglas Bagnall
1
-0
/
+28
2023-10-24
netcmd: auth policy: add OptionGroup classes for user, service and computer o...
Rob van der Linde
1
-1
/
+1
2023-10-24
python: netcmd: make use of HostOptions for claims and sites commands
Rob van der Linde
1
-2
/
+2
2023-10-24
python: getopt: subclass OptionParser to populate option_class
Rob van der Linde
1
-2
/
+2
2023-10-24
python: netcmd: catch parent exception class OptParseError instead
Rob van der Linde
1
-2
/
+2
2023-10-24
python: getopt: rename SambaOption to Option
Rob van der Linde
1
-2
/
+1
2023-10-24
python: netcmd: remove redundant Option subclass
Rob van der Linde
1
-5
/
+2
2023-10-24
python: netcmd: SUPPRESS_HELP constant has no effect here
Rob van der Linde
1
-1
/
+1
2023-10-24
python: getopt: move validators logic to parent class
Rob van der Linde
1
-17
/
+0
2023-10-24
netcmd: don't turn exception into CommandError in run_validators
Rob van der Linde
1
-12
/
+10
2023-10-24
netcmd: PEP8: minor whitespace fix, file did not pass PEP8
Rob van der Linde
1
-1
/
+1
2023-10-24
netcmd: move comment above class to docstring
Rob van der Linde
1
-3
/
+2
2023-10-24
netcmd: correctly pass Samba option class to OptionParser
Rob van der Linde
1
-1
/
+3
2023-06-25
netcmd: move method print_json to command base class
Rob van der Linde
1
-0
/
+11
2023-06-25
netcmd: fix import sort/grouping as per python standard
Rob van der Linde
1
-4
/
+5
2023-06-25
netcmd: move ldb_connect method to base class
Rob van der Linde
1
-0
/
+9
2023-06-25
netcmd: PEP257 fix incorrect docstring quotes
Rob van der Linde
1
-1
/
+1
2023-06-25
netcmd: add optparse validators and Range validator
Rob van der Linde
1
-0
/
+28
2023-06-23
python:samba:netcmd: Fix code spelling
Andreas Schneider
1
-3
/
+3
2022-09-16
samba-tool: no stack trace on missing ldb tdb
Douglas Bagnall
1
-0
/
+4
2022-09-16
samba-tool: write ERROR in red if colour is wanted
Douglas Bagnall
1
-6
/
+15
2022-09-16
samba-tool: --color=auto looks at stderr and stdout
Douglas Bagnall
1
-1
/
+3
2022-09-16
samba-tool: save --color choice for subcommands
Douglas Bagnall
1
-0
/
+2
2022-09-16
samba-tool: make --color a general option
Douglas Bagnall
1
-0
/
+10
2022-09-16
samba-tool: simplify and clarify SuperCommand._run() a little
Douglas Bagnall
1
-2
/
+5
2022-09-08
samba-tool: _resolve() can set outf, errf
Douglas Bagnall
1
-6
/
+12
2022-09-08
samba-tool: more conventional usage of parser.parse_args
Douglas Bagnall
1
-3
/
+2
2022-09-08
samba-tool: separate ._run() from command resolution
Douglas Bagnall
1
-32
/
+55
2022-09-08
samba-tool: do not crash on unimplemented .run()
Douglas Bagnall
1
-2
/
+2
2022-09-06
samba-tool: do not force a traceback on CommandError
Douglas Bagnall
1
-1
/
+0
2022-09-06
samba-tool: avoid traceback for NT_STATUS_NETWORK_UNREACHABLE
Douglas Bagnall
1
-0
/
+3
2022-09-06
samba-tool: avoid traceback for options errors
Douglas Bagnall
1
-2
/
+7
2022-09-06
samba-tool: reduce repetitious jargon on credentials failure
Douglas Bagnall
1
-2
/
+6
2022-09-06
samba-tool: respect NO_COLOR env variable and --color options
Douglas Bagnall
1
-16
/
+5
2022-05-10
python: Remove unnecessary 'pass' statements
Joseph Sutton
1
-1
/
+0
2021-06-10
samba-tool: stick to the point with --version
Douglas Bagnall
1
-1
/
+1
2020-04-29
samba-tool: fetch "no such subcommand" error and print error message
Björn Baumbach
1
-0
/
+3
2019-07-02
samba-tool: Make the 'bytes' option type avaiable
Gary Lockyer
1
-1
/
+2
2019-03-14
python/samba/netcmd: provide SUPPRESS_HELP via Option class
Stefan Metzmacher
1
-0
/
+1
2018-11-01
samba-tool: let self.usage() find argv[0] by itself
Douglas Bagnall
1
-2
/
+2
2018-10-25
samba-tool: samba.getopt is not used here
Douglas Bagnall
1
-1
/
+0
2018-10-23
python/samba/netcmd: PY3 fix CI error for samba.tests.samba_tool.help
Noel Power
1
-1
/
+2
2018-10-23
samba-tool: PY3 dict view doesn't have sort method,
Noel Power
1
-1
/
+1
2018-10-10
netcmd: modify Command.get_logger to use get_samba_logger
Joe Guo
1
-5
/
+6
2018-08-24
PEP8: fix E401: multiple imports on one line
Joe Guo
1
-2
/
+4
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+4
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
1
-14
/
+14
[next]