summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2012-08-23selftest: Cope with the multiple possible representations of -1 in posixacl.pyAndrew Bartlett1-28/+29
2012-08-23selftest: Extend posixacl test to check the actual ACLAndrew Bartlett1-2/+274
2012-08-23selftest: Add a test of the NT ACL -> posix ACL mapping layerAndrew Bartlett1-0/+131
2012-08-23s4-scripting: Redefine getntacl() as accessing via the smbd VFS or directlyAndrew Bartlett1-2/+2
2012-08-16s3-libsmb: Add a simple test for python bindingsVolker Lendecke1-0/+78
2012-08-15s4-selftest: Fix test name for samba.tests.dcerpc.bareAndrew Bartlett1-1/+1
2012-08-07s4-scripting: Remove unused variables from ntacl testsAndrew Bartlett1-10/+0
2012-06-15lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett1-2/+5
2012-06-12s4:tests: fix use of a non-existent word (existant)Michael Adam3-4/+4
2012-06-06s4 dns: Correctly handle A questions for CNAMEsKai Blin1-0/+76
2012-06-06s4 dns: Structure tests a bit betterKai Blin1-0/+3
2012-05-03s4-samba-tool: make new samba-tool group listmembers use samAccountNameAndrew Bartlett1-2/+2
2012-05-03Extension to the samba-tool group subcommand functionality to allow listing o...Lukasz Zalewski1-0/+19
2012-03-19s4:selftest: add test for "samba-tool group list"Michael Adam1-0/+22
2012-03-18s4:selftest: add a new testsuite for the "samba-tool group" commandMichael Adam1-0/+128
2012-03-15samba.tests.source: Verify that only executable python files (and only execut...Jelmer Vernooij1-1/+20
2012-03-15s4:selftest: remove python shebang accidentially re-added to the "samba-tool ...Michael Adam1-2/+0
2012-03-15s4:selftest: fix message typo in test for "samba-tool user list"Michael Adam1-1/+3
2012-03-14s4:selftest: fix a message-typo in the "samba-tool user" testsuite.Michael Adam1-1/+1
2012-03-14s4:selftest: add a new test for "samba-tool user list"Michael Adam1-1/+27
2012-03-13s4-python: Add missing python source file encoding.Andreas Schneider1-0/+2
2012-03-13s4-python: Remove env from non-executable samba_tool scripts.Andreas Schneider2-4/+0
2012-03-13s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider11-21/+4
2012-03-13s4-python: Remove execute flag from non-executable rpc_talloc script.Andreas Schneider1-0/+0
2012-03-13s4-python: Remove env from non-executable blackbox test scripts.Andreas Schneider2-3/+0
2012-03-13s4-python: Remove execute flag from ndrdump blackbox script.Andreas Schneider1-0/+0
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider28-57/+0
2012-03-11s4 dns: Test deleting records and fix a small buKai Blin1-0/+39
2012-03-11s4 dns: Clean up tests a bitKai Blin1-2/+1
2012-03-11s4 dns: Support TXT updates, add testsKai Blin1-0/+81
2012-03-10samba.tests.blackbox.samba_tool_drs: Remove unused import.Jelmer Vernooij1-1/+0
2012-03-10samba.tests.samba_tool.base: Avoid unnecessary call to testtools.matchers.Con...Jelmer Vernooij1-2/+1
2012-03-10samba.tests.samba_tool.user: Remove unused imports.Jelmer Vernooij1-2/+0
2012-03-06s4 dns: Fix TCP handling in the DNS serverKai Blin1-0/+34
2012-03-06policy/python: Move python binding tests to standard location.Jelmer Vernooij1-0/+36
2012-02-27samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij1-1/+24
2012-02-26provision: Simplify make_smbconf a bit.Jelmer Vernooij1-2/+2
2012-02-26provision: Add tests for determine_netbios_name.Jelmer Vernooij1-0/+9
2012-02-26provision: Split out result reporting for backends.Jelmer Vernooij1-1/+3
2012-02-26provision: Put adminpass details in ProvisionResult.Jelmer Vernooij1-9/+15
2012-02-26provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij1-3/+21
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-2/+3
2012-02-25provision: Start splitting out provision result reporting from actual provisi...Jelmer Vernooij1-2/+33
2012-02-25Factor out sanitize_server_role.Jelmer Vernooij1-1/+18
2012-02-18s4-python: Various formatting fixes.Jelmer Vernooij6-9/+15
2012-02-10tests/source: Add wafsamba/ files to list of Python files to check.Jelmer Vernooij1-2/+16
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-1/+1
2012-01-12s4:pygensec/tests: add test for gensec_set_max_update_size()Stefan Metzmacher1-0/+54
2012-01-10s4:python tests __init__.py - do not depend on "subprocess.check_call()"Matthias Dieter Wallnöfer1-1/+4
2012-01-09s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError"Matthias Dieter Wallnöfer1-6/+11