- Apr 12, 2018
-
-
Vladimír Čunát authored
Needed for followup commits. The trie_* names aren't ideal for global namespace, but ATM I can't see a better way.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Well, we could e.g require C11 instead of C99, but this one is easy.
-
Vladimír Čunát authored
(Don't use them anywhere yet.)
-
Petr Špaček authored
fixed validation of root DS See merge request !544
-
... after the parent commit. Perhaps it can't cause trouble, but I'll feel safer this way.
-
The root DS exists outside of DNS hierarchy, so its NSEC proving non-existence always contains the SOA, as that's the root of DNS and there's nothing above it.
-
Petr Špaček authored
Always create a endpoint in network_listen_fd See merge request !523
-
There is no need to check for unique addr+port for FDs passed by a supervisor process like systemd.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Apr 11, 2018
-
-
Tomas Krizek authored
Packaging improvements Closes #323 See merge request !540
-
- Apr 10, 2018
-
-
Tomas Krizek authored
-
Tomas Krizek authored
Closes #323
-
Petr Špaček authored
Aho corasick update See merge request !548
-
- Apr 09, 2018
-
-
Daniel Kahn Gillmor authored
This continues work done in !547 by respecting sensible build patterns across a submodule.
-
Daniel Kahn Gillmor authored
-
Vladimír Čunát authored
-
CPPFLAGS is a traditional build environment variable used to set C pre-processor flags. Accept these flags during the build if they've been set.
-
Grigorii Demidov authored
iterate: update zone cut when NS is authoritative for both parent and child See merge request !543
-
Grigorii Demidov authored
-
- Apr 08, 2018
-
-
Marek Vavruša authored
In some cases the NS is authoritative for both parent and the child side of the delegation (e.g. nrl.navy.mil). When it gets the query for such NS, it can respond from the child side with an NS record in the answer and AA=1. The resolver should update the zone cut accordingly, otherwise it would fail validation in cases when the child-side of the delegation is insecure, but parent side of the delegation is secure, because the child side would respond without DNSSEC records, and it wouldn't indicate that the zone cut needs updating (when using minimal answers) (e.g. www.nrl.navy.mil).
-
- Apr 07, 2018
-
-
Vladimír Čunát authored
-
David Beitey authored
-
- Apr 06, 2018
-
-
Petr Špaček authored
lib/resolve: cut fetching: don't use root hints if no keys fetched, but glue addresses found See merge request knot/knot-resolver!513
-
-
-
-
- Apr 04, 2018
-
-
Petr Špaček authored
Nitpicks See merge request knot/knot-resolver!537
-
- clickable module references - clickable RFC references via :rfc:`NNN#anchor`
-
and make docs conform to the reality.
-
-
-
Petr Špaček authored
validator: fix CNAME to NXDOMAIN in a single answer See merge request !538
-
- Apr 03, 2018
-
-
Vladimír Čunát authored
Real example: cname.nohats.ca This case was handled for forwarding only, presumably because it happened more often (no need to be withing single zone to be within single answer); now the approach is the same.
-
- Mar 28, 2018
-
-
Tomas Krizek authored
Release 2.2.0 See merge request !535
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-