- Apr 14, 2020
-
-
-
-
-
-
-
-
Tomas Krizek authored
systemd/tmpfiles: change directory owner to root See merge request !972
-
Tomas Krizek authored
Change the owner of kresd files to root:knot-resolver. This improves behaviour for Fedora, where kresd can run under root (e.g. in Docker). Otherwise, running kresd as root on Fedora would fail because of dropped capabilities and attempting to access /var/lib/knot-resolver, which was owned by knot-resolver. This change makes it possible for both root (user) and knot-resolver (group) to have the same permissions on these directories despite dropped capabilities.
-
Tomas Krizek authored
-
Petr Špaček authored
cache: fix large answers from packet cache See merge request !976
-
Atomic packets larger than both 4k and net.bufsize() could not be fetched from cache; now that's fixed in a minimalistic way. (Minimalistic except for nitpicks like adding comments.)
-
Vladimír Čunát authored
Fixes #562 (kind-of)
-
-
Vladimír Čunát authored
Otherwise people could get confusing errors like: > attempt to index field 'bg_worker' (a nil value)
-
- Apr 08, 2020
-
-
Tomas Krizek authored
distro/rpm: make spec centos8 compatible See merge request !973
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Apr 03, 2020
-
-
Tomas Krizek authored
policy postrules Closes #556 See merge request !969
-
- Apr 02, 2020
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Some rules need it and it was nil until now.
-
Vladimír Čunát authored
DENY, DENY_MSG, DROP, REFUSE and TC will now clear the _selected RRs. I believe that's what people usually expect of these actions anyway.
-
Tomas Krizek authored
modules/meson.build: move test definitions closer to modules See merge request !971
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Closes #553.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Previously, all those actions caused resolver to return SERVFAIL, because the lua code failed to evaluate. Notably, deny action now properly returns NXDOMAIN instead of SERVFAIL. The drop action still returns SERVFAIL.
-
Tomas Krizek authored
-
Old favicon used Knot DNS colors (dark blue) instead of Knot Resolver colors (light blue).
-
-
-
-
Rule ID is a number, not a string.
-
-
-
consensus() function is affected by https://gitlab.labs.nic.cz/knot/knot-resolver/issues/554 so this fix helps only with single-instance scenarios.
-