summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_base.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-12pytest: remove py2 str/bytes workaround in dns_baseDouglas Bagnall1-2/+2
2024-06-06python:tests/dns_base: add get_unpriv_creds() helperStefan Metzmacher1-0/+15
2024-06-06python:tests/dns_base: let verify_packet() work against WindowsStefan Metzmacher1-1/+10
2024-06-06python:tests/dns_tkey: let us have test_update_gss_tsig_tkey_req_{additional,...Stefan Metzmacher1-0/+8
2024-06-06python:tests/dns_base: maintain a dict with tkey related stateStefan Metzmacher1-14/+26
2024-06-06python:tests/dns_base: let dns_transaction_udp() take allow_{remaining,trunca...Stefan Metzmacher1-1/+13
2024-06-06python:tests/dns_base: pass tkey_trans(expected_rcode)Stefan Metzmacher1-1/+5
2024-06-06python:tests/dns_base: let tkey_trans() take tkey_req_in_answersStefan Metzmacher1-3/+8
2024-06-06python:tests/dns_base: let tkey_trans() and sign_packet() take algorithm_name...Stefan Metzmacher1-5/+7
2024-06-06python:tests/dns_base: add self.assert_echoed_dns_error()Stefan Metzmacher1-0/+18
2024-06-06python:tests/dns_base: let dns_transaction_tcp() handle short receivesStefan Metzmacher1-1/+12
2024-06-06python:tests/dns_base: use ndr_deepcopy() and ndr_pack() in verify_packet()Stefan Metzmacher1-13/+10
2024-06-06python:tests/dns_base: generate a real signature in bad_sign_packet()Stefan Metzmacher1-27/+21
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-2/+2
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-2/+2
2021-06-11pytest:dns_base: make_txt_update can set arbitrary TTLDouglas Bagnall1-3/+3
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-03-17pytests: dns_base: remove a py2 compat thingDouglas Bagnall1-4/+1
2020-08-11python compat: remove binary_typeDouglas Bagnall1-4/+3
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-6/+6
2019-01-29python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher1-2/+2
2018-09-15python/samba/tests: py_gensec_update takes bytes as paramNoel Power1-1/+1
2018-07-13python/samba/tests: various py3 porting for ord/chrNoel Power1-11/+17
2018-07-12tests dns: dns_base.py remove flake8 warningsGary Lockyer1-4/+8
2018-07-12dns: record aging testsAaron Haslett1-5/+5
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-4/+5
2017-06-10selftest: Use TestCaseInTempDir as base class in dns testsAndrew Bartlett1-2/+2
2017-06-10selftest: Create new common base class for dns.py and dns_tkey.pyAndrew Bartlett1-0/+431