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