- Nov 19, 2021
-
-
Signed-off-by:
Josh Soref <jsoref@users.noreply.github.com>
-
- Nov 08, 2021
-
-
Tomas Krizek authored
nitpicks See merge request !1220
-
Tomas Krizek authored
-
Tomas Krizek authored
-
The brackets notation and string quotation are not obvious to everyone.
-
Today it was often failing due to starting too soon. Nothing depends on this job, so it's cheap to start its check later.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Nov 04, 2021
-
-
Tomas Krizek authored
lua log(): make it work again See merge request !1223
-
Vladimír Čunát authored
sandbox.lua:72: attempt to call global 'log_notice' (a nil value) Broken by commit 39dd89db (MR !1208)
-
- Nov 03, 2021
-
-
Tomas Krizek authored
various refactoring See merge request !1221
-
NSEC* params were not being stashed by this function. For prefilling it's useful, but doing it on *every* NSEC* record would be quite a waste, so we introduce a parameter to select this. Implementation: there were good reasons not to implement this until needed - it wasn't straightforward at all.
-
It was a bit weird that the API had mempool creation but no deletion.
-
Also be more careful about rounding, overflows and assertions in there. The implicit internal timer was unused and didn't seem worth keeping.
-
The POSIX APIs using `struct timeval` are deprecated anyway in favor of clock_gettime() + `struct timespec`. The function didn't seem well designed anyway, as `long` is just 32-bit on usual 32-bit platforms, which certainly isn't safe. (roughly one month, on a quick glance)
-
Tomas Krizek authored
modules/priming: don't query A/AAAA when IPv4/IPv6 is disabled See merge request !1222
-
Previously we primed for A/AAAA addresses of root servers even when the respective IP version was disabled from configuration.
-
Tomas Krizek authored
lib/dnssec: refactor some parts See merge request !1213
-
This way it will be easier to re-use (and more efficient). I really disliked those searches for RRSIGs embedded deep inside. Uh, I tried to keep the new function as clean as possible, moving hacks to outside.
-
That `pkt` check was useless.
-
I can't see motivation to add another abstraction layer here, and it caused ugly type juggling. Let's use the libdnssec's type.
-
Vladimír Čunát authored
-
- Oct 27, 2021
-
-
Tomas Krizek authored
Dockerfile: polish request tracing in debug_mode See merge request !1217
-
Tomas Krizek authored
Since v5.4.0, using both debug level log and request tracing duplicates lines in the log output. This makes the log more readable while hopefully keeping all the relevant information there.
-
Tomas Krizek authored
ci: use knot 3.1 See merge request !1219
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Oct 21, 2021
-
-
Tomas Krizek authored
policy.rpz: fix origin detection in files without $ORIGIN See merge request !1215
-
- Oct 20, 2021
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Issues affecting functionality of the RPZ should NOT be hidden by default.
-