- Oct 21, 2020
-
-
Vladimír Čunát authored
FIXME: see FIXMEs in diff, document the API change, re-review.
-
- Oct 15, 2020
-
-
- Oct 08, 2020
-
-
Vaclav Sraier authored
-
- Aug 17, 2020
-
-
-
-
Petr Špaček authored
-
- Jul 15, 2020
-
-
It's deprecated since 5.0.0.
-
- Jun 30, 2020
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Also allow using empty set as an alternative to NODATA pseudo-RCODE, and migrate RPZ tests to this merged function.
-
Vladimír Čunát authored
... by allowing .rdata to be a table. Larger RRsets seem useful.
-
Vladimír Čunát authored
- use parser-detected $ORIGIN instead of looking at SOA owner - skip records outside $ORIGIN (and warn) instead of nesting them - simplify a bit, and tweak warnings
-
Vladimír Čunát authored
Also utilize table indexing. This was a "regression" from extending RPZ support in 5.1.0. NS and SOA are even mandatory, as RPZ is supposed to be a valid zone: https://tools.ietf.org/html/draft-ietf-dnsop-dns-rpz-00#section-2
-
- May 27, 2020
-
-
Tomas Krizek authored
-
- May 18, 2020
-
-
- Apr 15, 2020
-
-
- Apr 14, 2020
-
-
- Apr 02, 2020
-
-
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.
-
- Mar 25, 2020
-
-
Petr Špaček authored
This new approach uses per-request variables in Lua and creates new callback for each DEBUG_IF call instead of each request.
-
Petr Špaček authored
It creates new callback functions for every request which uses "callback chaining" but these should be rare.
-
Petr Špaček authored
It seems there is no reason to keep this function private in policy module.
-
Petr Špaček authored
-
Petr Špaček authored
DEBUG_IF accepts user-supplied function which decides which requests should be logged.
-
Petr Špaček authored
-
Petr Špaček authored
Attempt to avoid duplicating ten lines in debug_logfinish_cb lead me to splitting kr_log_qverbose_impl into two functions kr_log_q and kr_log_req. This is another minor change to API exposed to modules.
-
Petr Špaček authored
Formerly both logs used slightly different formats and duplicated code. From now on verbose log and request tracing are generated using the same code. This required a small change to request trace_log_f definition so it might affect external modules.
-
- Mar 09, 2020
-
-
Tomas Krizek authored
-
Petr Špaček authored
-
- Feb 25, 2020
-
-
These files did not have GNU GPL v3 boilderplate in them so I've added machine readable tag with appropriate license.
-
- Jan 23, 2020
-
-
Vladimír Čunát authored
In finish() phase DONE is (almost?) always set, so it didn't make sense. The mistake came from c16728f5 !678.
-
- Jan 21, 2020
-
-
Vladimír Čunát authored
These addresses have been deprecated for quite some time, and this month they were even shut down.
-
- Jan 15, 2020
-
-
-
Tomas Krizek authored
-
- Dec 23, 2019
-
-