summaryrefslogtreecommitdiff
path: root/dns/xfr.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove debugging prints from xfr code.Bob Halley2021-05-231-3/+0
|
* Another try at not hardwiring class IN in dns.xfr.make_query()Bob Halley2021-05-201-4/+4
|
* Eliminate the need for a serial parameter to inbound_xfr()Bob Halley2021-05-181-0/+19
|
* Fix two problems with dns.xfr.make_query():Bob Halley2021-05-181-2/+4
| | | | | | | | 1) We always used class IN instead of using the class of the txn manager. 2) We directly appended to the authority section instead of using find_rrset(), which meant that our changes were not indexed and would break if other code tried to use find_rrset() to find what we added.
* is_udp is better as Inbound attribute not parameter to process_message(). ↵Bob Halley2020-08-221-9/+13
| | | | Increase coverage.
* Implement new inbound xfr design.xfrBob Halley2020-08-211-0/+291