| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove debugging prints from xfr code. | Bob Halley | 2021-05-23 | 1 | -3/+0 |
| | | |||||
| * | Another try at not hardwiring class IN in dns.xfr.make_query() | Bob Halley | 2021-05-20 | 1 | -4/+4 |
| | | |||||
| * | Eliminate the need for a serial parameter to inbound_xfr() | Bob Halley | 2021-05-18 | 1 | -0/+19 |
| | | |||||
| * | Fix two problems with dns.xfr.make_query(): | Bob Halley | 2021-05-18 | 1 | -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 Halley | 2020-08-22 | 1 | -9/+13 |
| | | | | | Increase coverage. | ||||
| * | Implement new inbound xfr design.xfr | Bob Halley | 2020-08-21 | 1 | -0/+291 |
