summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool
AgeCommit message (Expand)AuthorFilesLines
2019-07-05tests/samba-tool: test --help consistencyDouglas Bagnall1-0/+8
2019-07-04samba-tool tests: add tests for contact managementBjörn Baumbach2-0/+483
2019-07-04samba-tool tests: add test for 'samba-tool group edit' commandBjörn Baumbach1-0/+208
2019-07-04samba-tool tests: add test for 'samba-tool computer edit' commandBjörn Baumbach1-0/+180
2019-07-04samba-tool tests: add test for 'samba-tool user edit', using LDB_FLAG_FORCE_N...Björn Baumbach1-0/+26
2019-07-04samba-tool tests: add additional tests for "samba-tool user edit" commandBjörn Baumbach1-0/+97
2019-07-04samba-tool user edit test: use testit instead of subunit_start_test, pass/failedBjörn Baumbach1-38/+23
2019-07-04samba-tool tests: remove probably outdated commentBjörn Baumbach1-1/+0
2019-07-04samba-tool tests: rename "user edit" test from edit.sh to user_edit.shBjörn Baumbach1-1/+1
2019-07-02samba-tool dcpromo tests: add --backend-store-size optionGary Lockyer1-0/+170
2019-07-02clone-dc-database tests: Add --backend-store-size optionGary Lockyer1-0/+119
2019-07-02domain join tests: Add --backend-store-size option.Gary Lockyer1-0/+148
2019-07-02provision tests: Add --backend-store-size option.Gary Lockyer1-0/+132
2019-06-18selftest: add tests for samba-tool ntacl changedomsidBjörn Baumbach1-0/+87
2019-05-29tests/samba-tool: test dns serverinfo/zoneinfoDouglas Bagnall1-0/+26
2019-05-06selftest: correcting empty attribute usage in requestsAaron Haslett4-6/+4
2019-04-11selftest: tagging tests for new schemaupgrade_dc targetAaron Haslett1-5/+5
2019-04-05tests: Add test for setting min/maxPwdAgeTim Beale1-0/+38
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