summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-7/+7
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde1-3/+0
2023-07-13python:tests: Fix code spellingAndreas Schneider1-1/+1
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+3
2021-06-02samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall1-2/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-2/+0
2021-04-08pytests/dns: use dnsserver.record_from_stringDouglas Bagnall1-11/+12
2021-04-08pytests/dns: import dnsserver.TXTRecord directlyDouglas Bagnall1-1/+2
2021-03-29pytest/dns: use self.assertIn() and .assertNotIn()Douglas Bagnall1-6/+6
2021-03-29pytest/dns: remove redundant argumentDouglas Bagnall1-15/+19
2020-05-15selftest: Add test for handling of "short" dnsProperty recordsAndrew Bartlett1-0/+51
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-55/+55
2020-02-06selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned valueAndrew Bartlett1-0/+39
2019-11-08dns: Extend DNS tests to check the SOA record is always returnedSamuel Cabrero1-0/+19
2018-12-20dns: test for treating fully qualified zones same as unqualifiedAaron Haslett1-2/+59
2018-12-10python/samba/tests: PY3 port samba.tests.dnsNoel Power1-3/+3
2018-12-04CVE-2018-14629: Tests to expose regression from dns cname loop fixAaron Haslett1-0/+101
2018-11-28CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett1-0/+22
2018-11-28dns: prevent self-referencing CNAMEAaron Haslett1-0/+44
2018-10-25python/tests/dns*: remove unused importsDouglas Bagnall1-1/+0
2018-09-21python tests: fix format() strings for Python 2.6Douglas Bagnall1-6/+6
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-28/+28
2018-08-06dns scavenging: Add extra tests for custom filterGary Lockyer1-9/+125
2018-07-12tests dns: dns.py remove flake8 warningsGary Lockyer1-167/+346
2018-07-12tests dns: fix rpc null byte testGary Lockyer1-10/+19
2018-07-12dns: static recordsAaron Haslett1-0/+36
2018-07-12dns: dns record scavenging function (without task)Aaron Haslett1-4/+45
2018-07-12dns: Use ldb.SCOPE_SUBTREE in ldap_get_records() routine in tests/dns.pyAaron Haslett1-2/+4
2018-07-12dns: custom match rule for DNS records to be tombstonedAaron Haslett1-0/+46
2018-07-12dns: server side implementation of record agingAaron Haslett1-0/+1
2018-07-12rpc dns: reset dword aging related zone propertiesAaron Haslett1-0/+4
2018-07-12dns: record aging testsAaron Haslett1-9/+203
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-9/+10
2018-02-28samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power1-1/+2
2017-06-10selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett1-178/+1
2017-06-10selftest: merge DNSTest boilerplateAndrew Bartlett1-72/+130
2017-06-10selftest: move make_txt_record() onto self in samba.tests.dnsAndrew Bartlett1-14/+14
2017-06-10selftest: run dns tests in multiple envsAndrew Bartlett1-52/+102
2017-06-10selftest: confirm we clobber the MNAME in the SOA query in the DNS serverAndrew Bartlett1-0/+18
2017-02-14python: Use generated WERROR definitionsBob Campbell1-1/+2
2016-12-12tests/dns: Check you cannot add empty CNAMEGarming Sam1-0/+9
2016-12-12python/tests: fix typo to use correct varGarming Sam1-1/+1
2016-05-03tests/dns: Add additional testing of CNAME handlingGarming Sam1-14/+77
2016-03-10CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam1-45/+25
2016-03-10CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam1-8/+39
2016-03-10CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam1-13/+189
2016-03-10CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam1-106/+160
2016-03-10CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam1-39/+71
2016-03-10CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam1-1/+1