- Jan 10, 2022
-
-
Libor Peltan authored
Log if the remote was taken from the pool See merge request knot/knot-dns!1416
-
-
Libor Peltan authored
Preserve QNAME case in knot_pkt_t 'wire' field Closes #780 See merge request knot/knot-dns!1414
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman 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.
-
-
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).
-
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.
-
-
This reverts commit 4a3eb76b.
-
This reverts commit 55663f09.
-
This reverts commit 7f3aa3f6.
-
-
-
-
-
-
-
-
-
Daniel Salzman authored
-
- Jan 07, 2022
-
-
Daniel Salzman authored
knsec3hash: alternative params synopsis... See merge request knot/knot-dns!1415
-
Libor Peltan authored
...better matching NSEC3 presentation format
-
Daniel Salzman authored
namserver/compression: avoid pointing directly at pointer Closes #765 See merge request knot/knot-dns!1388
-
-
This reverts commit 4e385878.
-
-
Daniel Salzman authored
Nsec3 resalt refactor See merge request knot/knot-dns!1413
-
-
-
- Jan 06, 2022
-
-
Daniel Salzman authored
journal: compute serialized changeset directly from bi-nodes... See merge request knot/knot-dns!1412
-
-
-
-
-
...for DDNS, DNSSEC and IXFR
-
-