- Oct 13, 2017
-
-
Vitezslav Kriz authored
-
- Oct 11, 2017
-
-
Petr Špaček authored
Check deckard with valgrind during CI See merge request !365
-
Štěpán Kotek authored
refs #227
-
Petr Špaček authored
CI: new Dockerfile See merge request !375
-
Štěpán Kotek authored
-
Štěpán Kotek authored
-
Štěpán Kotek authored
-
Štěpán Kotek authored
-
Štěpán Kotek authored
-
- Sep 29, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The -r has two different meanings, apparently :-D
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... when the installed root.hints isn't found
-
- Sep 27, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It's true by default anyway.
-
- Sep 21, 2017
-
-
Vladimír Čunát authored
-
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
-
- Sep 07, 2017
-
-
Vitezslav Kriz authored
-