- Oct 25, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Oct 24, 2017
-
-
Vladimír Čunát authored
including quite some refactoring of the new cache code
-
Vladimír Čunát authored
-
- Oct 23, 2017
-
-
Vladimír Čunát authored
e.g. in _lf2wire
-
- Oct 20, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Root zone features seem usable now.
-
- Oct 18, 2017
-
-
Vladimír Čunát authored
-
- Oct 17, 2017
-
-
Vladimír Čunát authored
Positive caching seems usable now. (No xNAME, wildcards, etc.) Problem around zone cuts: - clear cache - kdig fubar - kdig DNSKEY cz
-
- Oct 16, 2017
-
-
Vladimír Čunát authored
-
- Oct 13, 2017
-
-
Vladimír Čunát authored
-
- Oct 12, 2017
-
-
Vladimír Čunát authored
-
- Oct 11, 2017
-
-
Vladimír Čunát authored
-
- Oct 09, 2017
-
-
Vladimír Čunát authored
-
- Sep 29, 2017
-
-
Vladimír Čunát authored
-
- Sep 27, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Sep 21, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... even if only building
-
Vladimír Čunát authored
We pushed all authority to the wire, but that was unnecessary, and in particular it clashed with not validating NS in authority when forwarding (new change). Let's only apply this to NSEC* RRs.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Sometimes I was getting huge RTT numbers in the output (>4G).
-
Vladimír Čunát authored
It's not very nice that this symbol used in hints.so is defined in sbin/kresd, but it touches the daemon structures and thus doesn't really belong into libkres.
-
Vladimír Čunát authored
"lua_" in name is not appropriate, as the function does no lua stuff anymore, so let's unify it to "engine_".
-
Vladimír Čunát authored
- Sep 20, 2017
-
-
Vladimír Čunát authored
Next time it will be directly visible what record fails to validate, which was the most time-expensive part when creating the parent commit.
-
- Sep 19, 2017
-
-
Vladimír Čunát authored
Fixes https://gitlab.labs.nic.cz/knot/knot-resolver/issues/248 Some (exotic?) resolvers add extra NS records but doesn't provide signatures for them even though we ask with +dnssec +cd. That lead to validation errors. Current example server: 198.101.242.72 Let's not try to validate them when FORWARDing, as we won't most likely need those records anyway (contrary to iteration mode).
-
Vladimír Čunát authored
-
- Sep 12, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It's needed after the parent merge (sometimes, e.g. on macos). We always depended on it through libdnssec, so it's no real difference.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- move it to utils.c, so it's sensitive to later changes in verbosity - don't mark the lines with [tls], as they may come through libdnssec - use stdout like other verbose messages, instead of stderr (real errors)
-
- Sep 11, 2017
-
-
Vladimír Čunát authored
- expose the function as hints.root_file - use the same filename as Debian - remove the unneeded script - docs and some nitpicks
-
Petr Špaček authored
Limit maximal resolution time Closes #241 See merge request !368
-
Grigorii Demidov authored
-