index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
tests
/
dns.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-02
samba-tool dns: move dns_record_match to dnsserver.py
Douglas Bagnall
1
-2
/
+1
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-2
/
+0
2021-04-08
pytests/dns: use dnsserver.record_from_string
Douglas Bagnall
1
-11
/
+12
2021-04-08
pytests/dns: import dnsserver.TXTRecord directly
Douglas Bagnall
1
-1
/
+2
2021-03-29
pytest/dns: use self.assertIn() and .assertNotIn()
Douglas Bagnall
1
-6
/
+6
2021-03-29
pytest/dns: remove redundant argument
Douglas Bagnall
1
-15
/
+19
2020-05-15
selftest: Add test for handling of "short" dnsProperty records
Andrew Bartlett
1
-0
/
+51
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-55
/
+55
2020-02-06
selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned value
Andrew Bartlett
1
-0
/
+39
2019-11-08
dns: Extend DNS tests to check the SOA record is always returned
Samuel Cabrero
1
-0
/
+19
2018-12-20
dns: test for treating fully qualified zones same as unqualified
Aaron Haslett
1
-2
/
+59
2018-12-10
python/samba/tests: PY3 port samba.tests.dns
Noel Power
1
-3
/
+3
2018-12-04
CVE-2018-14629: Tests to expose regression from dns cname loop fix
Aaron Haslett
1
-0
/
+101
2018-11-28
CVE-2018-14629 dns: CNAME loop prevention using counter
Aaron Haslett
1
-0
/
+22
2018-11-28
dns: prevent self-referencing CNAME
Aaron Haslett
1
-0
/
+44
2018-10-25
python/tests/dns*: remove unused imports
Douglas Bagnall
1
-1
/
+0
2018-09-21
python tests: fix format() strings for Python 2.6
Douglas Bagnall
1
-6
/
+6
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-28
/
+28
2018-08-06
dns scavenging: Add extra tests for custom filter
Gary Lockyer
1
-9
/
+125
2018-07-12
tests dns: dns.py remove flake8 warnings
Gary Lockyer
1
-167
/
+346
2018-07-12
tests dns: fix rpc null byte test
Gary Lockyer
1
-10
/
+19
2018-07-12
dns: static records
Aaron Haslett
1
-0
/
+36
2018-07-12
dns: dns record scavenging function (without task)
Aaron Haslett
1
-4
/
+45
2018-07-12
dns: Use ldb.SCOPE_SUBTREE in ldap_get_records() routine in tests/dns.py
Aaron Haslett
1
-2
/
+4
2018-07-12
dns: custom match rule for DNS records to be tombstoned
Aaron Haslett
1
-0
/
+46
2018-07-12
dns: server side implementation of record aging
Aaron Haslett
1
-0
/
+1
2018-07-12
rpc dns: reset dword aging related zone properties
Aaron Haslett
1
-0
/
+4
2018-07-12
dns: record aging tests
Aaron Haslett
1
-9
/
+203
2018-03-23
samba python tests: convert print func to be py2/py3 compatible
Noel Power
1
-9
/
+10
2018-02-28
samba python tests: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-1
/
+2
2017-06-10
selftest: Create new common base class for dns.py and dns_tkey.py
Andrew Bartlett
1
-178
/
+1
2017-06-10
selftest: merge DNSTest boilerplate
Andrew Bartlett
1
-72
/
+130
2017-06-10
selftest: move make_txt_record() onto self in samba.tests.dns
Andrew Bartlett
1
-14
/
+14
2017-06-10
selftest: run dns tests in multiple envs
Andrew Bartlett
1
-52
/
+102
2017-06-10
selftest: confirm we clobber the MNAME in the SOA query in the DNS server
Andrew Bartlett
1
-0
/
+18
2017-02-14
python: Use generated WERROR definitions
Bob Campbell
1
-1
/
+2
2016-12-12
tests/dns: Check you cannot add empty CNAME
Garming Sam
1
-0
/
+9
2016-12-12
python/tests: fix typo to use correct var
Garming Sam
1
-1
/
+1
2016-05-03
tests/dns: Add additional testing of CNAME handling
Garming Sam
1
-14
/
+77
2016-03-10
CVE-2016-0771: tests/dns: Remove dependencies on env variables
Garming Sam
1
-45
/
+25
2016-03-10
CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittest
Garming Sam
1
-8
/
+39
2016-03-10
CVE-2016-0771: tests/dns: RPC => DNS roundtrip test
Garming Sam
1
-13
/
+189
2016-03-10
CVE-2016-0771: tests/dns: modify tests to check via RPC
Garming Sam
1
-106
/
+160
2016-03-10
CVE-2016-0771: tests/dns: Add some more test cases for TXT records
Garming Sam
1
-39
/
+71
2016-03-10
CVE-2016-0771: tests/dns: Correct error code for formerly unrun test
Garming Sam
1
-1
/
+1
2016-03-10
CVE-2016-0771: tests/dns: restore formerly segfaulting test
Garming Sam
1
-26
/
+25
2016-03-10
CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviour
Garming Sam
1
-0
/
+1
2016-03-10
CVE-2016-0771: tests/dns: FORMERR can simply timeout against Windows
Garming Sam
1
-10
/
+53
2016-03-10
CVE-2016-0771: tests/dns: prepare script for further testing
Garming Sam
1
-6
/
+6
[next]