summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool
AgeCommit message (Expand)AuthorFilesLines
2019-03-21selftest: Remove mention of --extra-python from commentAndrew Bartlett1-1/+1
2019-03-12gpo: During restore clobber GPT.INI with a blank versionGarming Sam1-7/+14
2019-03-12gpo: Add test for saving gPCXXXExtensionNames in backupGarming Sam1-0/+69
2019-03-12gpo: Add tests to make sure that an empty gplink worksGarming Sam1-0/+34
2019-02-21selftest: Confirm new and old SDDL strings differ after a samba-tool dsacl setAndrew Bartlett1-0/+1
2019-02-21selftest: Add test for samba-tool dsacl get, cross-checked with samba-tool ds...Andrew Bartlett1-0/+30
2019-02-21Update dsacl.py - add_ace to handle/verify sddl parameter correctMartin Krämer1-0/+93
2019-02-11tests/user_check_password_script: add a test do disallow the username as pass...Stefan Metzmacher1-9/+25
2018-12-10python/samba: PY3 port samba.tests.samba_tool.visualize_drsNoel Power1-4/+8
2018-12-04tests: Add test-case for 'group list --verbose'Tim Beale1-0/+41
2018-11-14testprogs/blackbox: PY3 bulk change for python scripts use correct pythonNoel Power1-3/+3
2018-11-05python/samba/tests/samba_tool: PY2/PY3 compat port for testNoel Power1-2/+2
2018-11-01python/tests/dnscmd: don't use undefined nameDouglas Bagnall1-1/+1
2018-11-01tests/samba_tool/provision_password_check: follow super inheritanceDouglas Bagnall1-2/+2
2018-10-31netcmd: Add 'samba-tool group stats' commandTim Beale1-0/+18
2018-10-25python/tests/ou: unshadow a testDouglas Bagnall1-1/+1
2018-10-25samba-tool tests: fix bytes/str issue in masked testDouglas Bagnall1-1/+1
2018-10-19python tests Blackbox: add random_passwordGary Lockyer3-27/+6
2018-10-18selftest: add tests for samba-tool drs uptodatenessJoe Guo1-5/+138
2018-10-10netcmd: modify Command.get_logger to use get_samba_loggerJoe Guo1-1/+2
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall3-24/+24
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-14/+14
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo3-23/+23
2018-09-03python/samba/tests: Adjust teardown so second run of tests succeedsNoel Power1-0/+8
2018-09-03python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power1-3/+5
2018-09-03python/samba/tests: Py2/Py2 enable samba.tests.samba_tool.help to runNoel Power1-2/+3
2018-09-03python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power1-2/+2
2018-09-03python/sambe/tests/samba_tool: PY3 port for tests.samba_tool.groupNoel Power1-2/+2
2018-09-03python/samba: PY3 port for samba.tests.samba_tool.user_wdigest testNoel Power1-1/+1
2018-09-03python/samba/tests: Port fsmo test to python3Noel Power1-2/+2
2018-09-03python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2Noel Power1-1/+1
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-2/+0
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-45/+45
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo2-2/+4
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo9-20/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo18-0/+23
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo2-0/+4
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo2-7/+7
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-2/+2
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo3-5/+5
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo9-58/+58
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo3-8/+8
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo2-3/+3
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo3-18/+18
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo2-2/+2
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-8/+8
2018-08-24PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo11-83/+83
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo3-56/+56