- Jan 06, 2022
-
-
Daniel Salzman authored
-
Robert Edmonds authored
This commit updates kdig's check_reply_question() function so that it compares the original wire format QNAME of the query against the original wire format QNAME of the response. Using knot_pkt_qname() instead of knot_pkt_wire_qname() only compares the downcased QNAMEs. RFC 5452: 4.2. Matching the Question Section DNS packets, both queries and responses, contain a question section. Incoming responses should be verified to have a question section that is equivalent to that of the outgoing query. I think "equivalent" here means that the case of the QNAMEs should be compared too.
-
Robert Edmonds authored
-
Robert Edmonds authored
This commit adds a new function knot_pkt_wire_qname() that returns the QNAME in the wire format buffer. This is implemented the same as the original knot_pkt_qname() function before this branch, but now that we no longer modify the QNAME in the wire format buffer in-place, this should now be the "original" QNAME as seen off the wire (if the packet was parsed from a socket buffer).
-
Robert Edmonds authored
This commit makes knot_pkt_qname() return a const pointer to indicate to callers that the contents (the QNAME in the wire format buffer) should not be modified.
-
Robert Edmonds authored
-
Robert Edmonds authored
This reverts commit 4a3eb76b.
-
Robert Edmonds authored
This reverts commit 55663f09.
-
Robert Edmonds authored
This reverts commit 7f3aa3f6.
-
Robert Edmonds authored
-
Robert Edmonds authored
-
Robert Edmonds authored
-
Robert Edmonds authored
-
- Jan 05, 2022
-
-
Robert Edmonds authored
-
Robert Edmonds authored
-
Robert Edmonds authored
-
Robert Edmonds authored
-
- Jan 04, 2022
-
-
Libor Peltan authored
kdig: allow trailing data in XFR and preserve dname letter case in XFR See merge request !1409
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Dec 29, 2021
-
-
Daniel Salzman authored
-
- Dec 22, 2021
-
-
Daniel Salzman authored
kzonesign: implemented zone verify See merge request !1199
-
-
- Dec 20, 2021
-
-
-
Libor Peltan authored
Geoip checks Closes #778 See merge request !1407
-
Libor Peltan authored
-
- Dec 18, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
-
- Dec 15, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
Rrsig-refresh2 See merge request !1404
-
-
-
Daniel Salzman authored
tests: fail if some test segfaults or killed See merge request !1406
-