summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall2021-06-021-2/+1
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-2/+0
* pytests/dns: use dnsserver.record_from_stringDouglas Bagnall2021-04-081-11/+12
* pytests/dns: import dnsserver.TXTRecord directlyDouglas Bagnall2021-04-081-1/+2
* pytest/dns: use self.assertIn() and .assertNotIn()Douglas Bagnall2021-03-291-6/+6
* pytest/dns: remove redundant argumentDouglas Bagnall2021-03-291-15/+19
* selftest: Add test for handling of "short" dnsProperty recordsAndrew Bartlett2020-05-151-0/+51
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-55/+55
* selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned valueAndrew Bartlett2020-02-061-0/+39
* dns: Extend DNS tests to check the SOA record is always returnedSamuel Cabrero2019-11-081-0/+19
* dns: test for treating fully qualified zones same as unqualifiedAaron Haslett2018-12-201-2/+59
* python/samba/tests: PY3 port samba.tests.dnsNoel Power2018-12-101-3/+3
* CVE-2018-14629: Tests to expose regression from dns cname loop fixAaron Haslett2018-12-041-0/+101
* CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-281-0/+22
* dns: prevent self-referencing CNAMEAaron Haslett2018-11-281-0/+44
* python/tests/dns*: remove unused importsDouglas Bagnall2018-10-251-1/+0
* python tests: fix format() strings for Python 2.6Douglas Bagnall2018-09-211-6/+6
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-28/+28
* dns scavenging: Add extra tests for custom filterGary Lockyer2018-08-061-9/+125
* tests dns: dns.py remove flake8 warningsGary Lockyer2018-07-121-167/+346
* tests dns: fix rpc null byte testGary Lockyer2018-07-121-10/+19
* dns: static recordsAaron Haslett2018-07-121-0/+36
* dns: dns record scavenging function (without task)Aaron Haslett2018-07-121-4/+45
* dns: Use ldb.SCOPE_SUBTREE in ldap_get_records() routine in tests/dns.pyAaron Haslett2018-07-121-2/+4
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-121-0/+46
* dns: server side implementation of record agingAaron Haslett2018-07-121-0/+1
* rpc dns: reset dword aging related zone propertiesAaron Haslett2018-07-121-0/+4
* dns: record aging testsAaron Haslett2018-07-121-9/+203
* samba python tests: convert print func to be py2/py3 compatibleNoel Power2018-03-231-9/+10
* samba python tests: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-1/+2
* 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