summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_tkey.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-06python:tests/dns_tkey: add test_update_tsig_record_access_denied()Stefan Metzmacher1-0/+55
2024-06-06python:tests/dns_tkey: let test_update_tsig_windows() actually pass against w...Stefan Metzmacher1-14/+18
2024-06-06python:tests/dns_tkey: test bad and changing tsig algorithmsStefan Metzmacher1-0/+104
2024-06-06python:tests/dns_tkey: add gss.microsoft.com tsig updatesStefan Metzmacher1-0/+59
2024-06-06python:tests/dns_tkey: let us have test_update_gss_tsig_tkey_req_{additional,...Stefan Metzmacher1-2/+28
2024-06-06python:tests/dns_tkey: test TKEY with gss-tsig, gss.microsoft.com and invalid...Stefan Metzmacher1-2/+19
2024-06-06python:tests/dns_base: maintain a dict with tkey related stateStefan Metzmacher1-5/+5
2024-06-06python:tests/dns_tkey: make use of self.assert_echoed_dns_error()Stefan Metzmacher1-10/+4
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-4/+4
2018-10-25python/tests/dns*: remove unused importsDouglas Bagnall1-8/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2017-06-10selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett1-402/+3
2017-06-10selftest: merge DNSTest boilerplateAndrew Bartlett1-16/+66
2016-06-16selftest: Add a DNS test matching WindowsAndrew Bartlett1-0/+76
2016-06-16selftest: add test for DNS updates with TKEY/TSIGRalph Boehme1-0/+487