summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* s4:selftest: fix a message-typo in the "samba-tool user" testsuite.Michael Adam2012-03-141-1/+1
* s4:selftest: add a new test for "samba-tool user list"Michael Adam2012-03-141-1/+27
* s4-python: Add missing python source file encoding.Andreas Schneider2012-03-131-0/+2
* s4-python: Remove env from non-executable samba_tool scripts.Andreas Schneider2012-03-132-4/+0
* s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider2012-03-1311-21/+4
* s4-python: Remove execute flag from non-executable rpc_talloc script.Andreas Schneider2012-03-131-0/+0
* s4-python: Remove env from non-executable blackbox test scripts.Andreas Schneider2012-03-132-3/+0
* s4-python: Remove execute flag from ndrdump blackbox script.Andreas Schneider2012-03-131-0/+0
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-1328-57/+0
* s4 dns: Test deleting records and fix a small buKai Blin2012-03-111-0/+39
* s4 dns: Clean up tests a bitKai Blin2012-03-111-2/+1
* s4 dns: Support TXT updates, add testsKai Blin2012-03-111-0/+81
* samba.tests.blackbox.samba_tool_drs: Remove unused import.Jelmer Vernooij2012-03-101-1/+0
* samba.tests.samba_tool.base: Avoid unnecessary call to testtools.matchers.Con...Jelmer Vernooij2012-03-101-2/+1
* samba.tests.samba_tool.user: Remove unused imports.Jelmer Vernooij2012-03-101-2/+0
* s4 dns: Fix TCP handling in the DNS serverKai Blin2012-03-061-0/+34
* policy/python: Move python binding tests to standard location.Jelmer Vernooij2012-03-061-0/+36
* samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij2012-02-271-1/+24
* provision: Simplify make_smbconf a bit.Jelmer Vernooij2012-02-261-2/+2
* provision: Add tests for determine_netbios_name.Jelmer Vernooij2012-02-261-0/+9
* provision: Split out result reporting for backends.Jelmer Vernooij2012-02-261-1/+3
* provision: Put adminpass details in ProvisionResult.Jelmer Vernooij2012-02-261-9/+15
* provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij2012-02-261-3/+21
* provision: Leave result reporting up to caller.Jelmer Vernooij2012-02-261-2/+3
* provision: Start splitting out provision result reporting from actual provisi...Jelmer Vernooij2012-02-251-2/+33
* Factor out sanitize_server_role.Jelmer Vernooij2012-02-251-1/+18
* s4-python: Various formatting fixes.Jelmer Vernooij2012-02-186-9/+15
* tests/source: Add wafsamba/ files to list of Python files to check.Jelmer Vernooij2012-02-101-2/+16
* python: Change except: statement to except Exception:Amitay Isaacs2012-01-241-1/+1
* s4:pygensec/tests: add test for gensec_set_max_update_size()Stefan Metzmacher2012-01-121-0/+54
* s4:python tests __init__.py - do not depend on "subprocess.check_call()"Matthias Dieter Wallnöfer2012-01-101-1/+4
* s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError"Matthias Dieter Wallnöfer2012-01-091-6/+11
* s4:pygensec/tests: check that the client and server have the same session keyStefan Metzmacher2012-01-041-1/+4
* s4-gensec: Pass the auth context in during gensec testAndrew Bartlett2011-12-291-2/+3
* test:dnsserver: Add zone creation and deletion testAmitay Isaacs2011-12-231-0/+51
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-0/+79
* s4 dns: Give better test output on RCODE mismatchKai Blin2011-12-171-1/+20
* s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin2011-12-091-0/+12
* s4 dns: Add test to prove two updates in one packet are a FORMERRKai Blin2011-12-091-0/+18
* Add test for PEP8 - currently all errors are ignored, but we warn about them ...Jelmer Vernooij2011-12-081-0/+50
* Add tests for srvsvc python interface. Thanks Dhananjay SatheJelmer Vernooij2011-12-081-0/+69
* s4 dns: Test SOA queriesKai Blin2011-12-031-0/+32
* s4-test: Remove metadata and ldb.d directory on clean upAmitay Isaacs2011-11-291-0/+5
* s4 dns: Test QCLASS_NONE queryKai Blin2011-11-241-0/+14
* s4 dns: Test QTYPE_ALL queryKai Blin2011-11-241-0/+25
* s4 dns: Check more of the returned values for the A queryKai Blin2011-11-241-0/+3
* s4 dns: Move dns_transaction_udp to other helper functionsKai Blin2011-11-241-13/+14
* s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs2011-11-181-1/+1
* s3-passdb_test: Policy values are converted to signed integerAmitay Isaacs2011-11-181-1/+1
* s4 dns: Add a first test caseKai Blin2011-11-171-0/+117