summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns.py
Commit message (Expand)AuthorAgeFilesLines
* selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett2017-06-101-178/+1
* selftest: merge DNSTest boilerplateAndrew Bartlett2017-06-101-72/+130
* selftest: move make_txt_record() onto self in samba.tests.dnsAndrew Bartlett2017-06-101-14/+14
* selftest: run dns tests in multiple envsAndrew Bartlett2017-06-101-52/+102
* selftest: confirm we clobber the MNAME in the SOA query in the DNS serverAndrew Bartlett2017-06-101-0/+18
* python: Use generated WERROR definitionsBob Campbell2017-02-141-1/+2
* tests/dns: Check you cannot add empty CNAMEGarming Sam2016-12-121-0/+9
* python/tests: fix typo to use correct varGarming Sam2016-12-121-1/+1
* tests/dns: Add additional testing of CNAME handlingGarming Sam2016-05-031-14/+77
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-03-101-45/+25
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-03-101-8/+39
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-03-101-13/+189
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-03-101-106/+160
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-03-101-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-03-101-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-03-101-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-03-101-0/+1
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-03-101-10/+53
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-03-101-6/+6
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-03-101-18/+20
* dns: always add authority recordsKai Blin2015-08-061-17/+17
* python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher2015-07-031-14/+0
* dns.py: Always remove the test zone in tearDown()Andrew Bartlett2014-12-221-0/+8
* dns.py: Test dns server reload zones from DSDB when are created or deletedSamuel Cabrero2014-12-221-0/+78
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-141-5/+6
* Remove last instance of pep8 error E701 (more statements on one line).Jelmer Vernooij2014-10-141-1/+2
* provision: Correctly provision the SOA record minimum TTLKai Blin2014-05-211-0/+1
* bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin2014-05-201-0/+29
* dns.py: Use the python socket module.Andreas Schneider2014-04-171-1/+1
* dns: Extend tests for records with another typeKai Blin2014-03-041-0/+14
* bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin2014-03-041-0/+16
* dns: Delete dnsNode objects when they are emptyKai Blin2013-06-011-0/+117
* dns: Fix allocation of txt_record in txt record testsKai Blin2013-05-161-8/+12
* dns: more debug debug options in the testsKai Blin2013-05-161-4/+26
* dns: Add support for MX queriesKai Blin2013-05-161-0/+43
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-0/+622