selftest: Create new common base class for dns.py and dns_tkey.py
[samba.git] / python / samba / tests / dns.py
2017-06-10 Andrew Bartlettselftest: Create new common base class for dns.py and...
2017-06-10 Andrew Bartlettselftest: merge DNSTest boilerplate
2017-06-10 Andrew Bartlettselftest: move make_txt_record() onto self in samba...
2017-06-10 Andrew Bartlettselftest: run dns tests in multiple envs
2017-06-10 Andrew Bartlettselftest: confirm we clobber the MNAME in the SOA query...
2017-02-14 Bob Campbellpython: Use generated WERROR definitions
2016-12-12 Garming Samtests/dns: Check you cannot add empty CNAME
2016-12-12 Garming Sampython/tests: fix typo to use correct var
2016-05-03 Garming Samtests/dns: Add additional testing of CNAME handling
2016-03-10 Garming SamCVE-2016-0771: tests/dns: Remove dependencies on env...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: change samba.tests.dns from...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: RPC => DNS roundtrip test
2016-03-10 Garming SamCVE-2016-0771: tests/dns: modify tests to check via RPC
2016-03-10 Garming SamCVE-2016-0771: tests/dns: Add some more test cases...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: Correct error code for former...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: restore formerly segfaulting...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: Add a comment regarding odd...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: FORMERR can simply timeout...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: prepare script for further...
2016-03-10 Garming SamCVE-2016-0771: tests/dns: Modify dns tests to match...
2015-08-06 Kai Blindns: always add authority records
2015-07-03 Stefan Metzmacherpython/samba/tests: move hexdump() from DNSTest to...
2014-12-22 Andrew Bartlettdns.py: Always remove the test zone in tearDown()
2014-12-22 Samuel Cabrerodns.py: Test dns server reload zones from DSDB when...
2014-10-14 Jelmer VernooijFix more pep8 issues in code I touched recently.
2014-10-14 Jelmer VernooijRemove last instance of pep8 error E701 (more statement...
2014-05-21 Kai Blinprovision: Correctly provision the SOA record minimum TTL
2014-05-20 Kai Blinbug #10609: CVE-2014-0239 Don't reply to replies
2014-04-17 Andreas Schneiderdns.py: Use the python socket module.
2014-03-04 Kai Blindns: Extend tests for records with another type
2014-03-04 Kai Blinbug #10471: Don't respond with NXDOMAIN to records...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-01 Kai Blindns: Delete dnsNode objects when they are empty
2013-05-16 Kai Blindns: Fix allocation of txt_record in txt record tests
2013-05-16 Kai Blindns: more debug debug options in the tests
2013-05-16 Kai Blindns: Add support for MX queries
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...