summaryrefslogtreecommitdiff
path: root/dns/xfr.py
Commit message (Expand)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
* is_udp is better as Inbound attribute not parameter to process_message(). In...Bob Halley2020-08-221-9/+13
* Implement new inbound xfr design.xfrBob Halley2020-08-211-0/+291