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
/
tests
/
samba_tool
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-21
selftest: Remove mention of --extra-python from comment
Andrew Bartlett
1
-1
/
+1
2019-03-12
gpo: During restore clobber GPT.INI with a blank version
Garming Sam
1
-7
/
+14
2019-03-12
gpo: Add test for saving gPCXXXExtensionNames in backup
Garming Sam
1
-0
/
+69
2019-03-12
gpo: Add tests to make sure that an empty gplink works
Garming Sam
1
-0
/
+34
2019-02-21
selftest: Confirm new and old SDDL strings differ after a samba-tool dsacl set
Andrew Bartlett
1
-0
/
+1
2019-02-21
selftest: Add test for samba-tool dsacl get, cross-checked with samba-tool ds...
Andrew Bartlett
1
-0
/
+30
2019-02-21
Update dsacl.py - add_ace to handle/verify sddl parameter correct
Martin Krämer
1
-0
/
+93
2019-02-11
tests/user_check_password_script: add a test do disallow the username as pass...
Stefan Metzmacher
1
-9
/
+25
2018-12-10
python/samba: PY3 port samba.tests.samba_tool.visualize_drs
Noel Power
1
-4
/
+8
2018-12-04
tests: Add test-case for 'group list --verbose'
Tim Beale
1
-0
/
+41
2018-11-14
testprogs/blackbox: PY3 bulk change for python scripts use correct python
Noel Power
1
-3
/
+3
2018-11-05
python/samba/tests/samba_tool: PY2/PY3 compat port for test
Noel Power
1
-2
/
+2
2018-11-01
python/tests/dnscmd: don't use undefined name
Douglas Bagnall
1
-1
/
+1
2018-11-01
tests/samba_tool/provision_password_check: follow super inheritance
Douglas Bagnall
1
-2
/
+2
2018-10-31
netcmd: Add 'samba-tool group stats' command
Tim Beale
1
-0
/
+18
2018-10-25
python/tests/ou: unshadow a test
Douglas Bagnall
1
-1
/
+1
2018-10-25
samba-tool tests: fix bytes/str issue in masked test
Douglas Bagnall
1
-1
/
+1
2018-10-19
python tests Blackbox: add random_password
Gary Lockyer
3
-27
/
+6
2018-10-18
selftest: add tests for samba-tool drs uptodateness
Joe Guo
1
-5
/
+138
2018-10-10
netcmd: modify Command.get_logger to use get_samba_logger
Joe Guo
1
-1
/
+2
2018-09-21
python tests: fix format() strings for Python 2.6
Douglas Bagnall
3
-24
/
+24
2018-09-06
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-14
/
+14
2018-09-06
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
3
-23
/
+23
2018-09-03
python/samba/tests: Adjust teardown so second run of tests succeeds
Noel Power
1
-0
/
+8
2018-09-03
python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.user
Noel Power
1
-3
/
+5
2018-09-03
python/samba/tests: Py2/Py2 enable samba.tests.samba_tool.help to run
Noel Power
1
-2
/
+3
2018-09-03
python/samba/netcmd: changes for samab.tests.samba_tool.computer
Noel Power
1
-2
/
+2
2018-09-03
python/sambe/tests/samba_tool: PY3 port for tests.samba_tool.group
Noel Power
1
-2
/
+2
2018-09-03
python/samba: PY3 port for samba.tests.samba_tool.user_wdigest test
Noel Power
1
-1
/
+1
2018-09-03
python/samba/tests: Port fsmo test to python3
Noel Power
1
-2
/
+2
2018-09-03
python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2
Noel Power
1
-1
/
+1
2018-08-24
PEP8: fix W391: blank line at end of file
Joe Guo
1
-2
/
+0
2018-08-24
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
1
-45
/
+45
2018-08-24
PEP8: fix E401: multiple imports on one line
Joe Guo
2
-2
/
+4
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
9
-20
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
18
-0
/
+23
2018-08-24
PEP8: fix E301: expected 1 blank line, found 0
Joe Guo
2
-0
/
+4
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
2
-7
/
+7
2018-08-24
PEP8: fix E251: unexpected spaces around keyword / parameter equals
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E241: multiple spaces after ','
Joe Guo
3
-5
/
+5
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
9
-58
/
+58
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
3
-8
/
+8
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
2
-3
/
+3
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
3
-18
/
+18
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
2
-2
/
+2
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-8
/
+8
2018-08-24
PEP8: fix E131: continuation line unaligned for hanging indent
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
11
-83
/
+83
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
3
-56
/
+56
[next]