summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-5370: python/samba/tests: add some dcerpc raw_protocol testsStefan Metzmacher2016-03-301-0/+2623
* CVE-2015-5370: python/samba/tests: add infrastructure to do raw protocol test...Stefan Metzmacher2016-03-301-0/+525
* CVE-2016-2118: python:tests/dcerpc: use [sign] for dnsserver testsStefan Metzmacher2016-03-301-1/+1
* python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.pyStefan Metzmacher2016-03-291-11/+2
* python/samba/tests: let the output of hexdump() match our C code in dump_data...Stefan Metzmacher2016-03-291-6/+10
* python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher2016-03-292-12/+12
* python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher2016-03-291-0/+12
* Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij2016-03-291-6/+9
* Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij2016-03-291-0/+3
* Implement assertIsNone for Python < 2.7.Jelmer Vernooij2016-03-291-0/+3
* Handle skips when running on python2.6.Jelmer Vernooij2016-03-291-9/+57
* Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij2016-03-291-2/+3
* Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij2016-03-291-1/+1
* Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij2016-03-291-0/+4
* Add replacement addCleanup.Jelmer Vernooij2016-03-291-0/+11
* Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij2016-03-291-0/+8
* Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2016-03-292-3/+7
* Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij2016-03-294-13/+11
* Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij2016-03-291-11/+8
* s4-dsdb-test: Implement samdb_connect_env() to rely solely on environmentKamen Mazdrashki2016-03-291-0/+21
* s4-tests: Print out what the error is in delete_force()Kamen Mazdrashki2016-03-291-2/+2
* python/samba/tests: don't lower case path names in connect_samdb()Stefan Metzmacher2016-03-291-1/+0
* s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki2016-03-291-1/+1
* Reduce number of places where sys.path is (possibly) updated for external mod...Jelmer Vernooij2016-03-292-3/+3
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-02-241-34/+24
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-02-241-8/+39
* CVE-2016-0771: tests: rename test getopt to get_optGarming Sam2016-02-241-0/+0
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-02-241-10/+186
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-02-241-106/+165
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-02-241-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-02-241-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-02-241-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-02-241-1/+0
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-02-241-10/+54
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-02-241-0/+5
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-02-241-17/+20
* Group creation: Add msSFU30Name only when --nis-domain was givenMarc Muehlfeld2015-06-301-2/+1
* s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells2015-06-071-1/+0
* sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij2015-03-241-0/+0
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2015-03-241-3/+8
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2015-03-241-8/+19
* Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij2015-03-241-0/+59
* urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij2015-03-241-2/+5
* samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld2015-02-212-4/+39
* samba3.py: Correctly initialize cache directory for passdb testChristof Schmitt2015-01-241-0/+1
* samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"Guenter Kukkukk2014-12-041-5/+8
* samba-tool: Fix enum values in dns.pyGuenter Kukkukk2014-12-041-1/+1
* s4-dns: Add support for BIND 9.10Amitay Isaacs2014-11-241-1/+5
* s4-dns: Update template variables, change BIND98 --> BIND9_8Amitay Isaacs2014-11-241-6/+6
* samba-tool group add: Add option --nis-domain and --gidMarc Muehlfeld2014-11-042-3/+25