python tests: fix format() strings for Python 2.6
[samba.git] / python / samba / tests / dns.py
2018-09-21 Douglas Bagnallpython tests: fix format() strings for Python 2.6
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-06 Gary Lockyerdns scavenging: Add extra tests for custom filter
2018-07-12 Gary Lockyertests dns: dns.py remove flake8 warnings
2018-07-12 Gary Lockyertests dns: fix rpc null byte test
2018-07-12 Aaron Haslettdns: static records
2018-07-12 Aaron Haslettdns: dns record scavenging function (without task)
2018-07-12 Aaron Haslettdns: Use ldb.SCOPE_SUBTREE in ldap_get_records() routin...
2018-07-12 Aaron Haslettdns: custom match rule for DNS records to be tombstoned
2018-07-12 Aaron Haslettdns: server side implementation of record aging
2018-07-12 Aaron Haslettrpc dns: reset dword aging related zone properties
2018-07-12 Aaron Haslettdns: record aging tests
2018-03-23 Noel Powersamba python tests: convert print func to be py2/py3...
2018-02-28 Noel Powersamba python tests: convert 'except X, (tuple)' to...
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/...