- Feb 28, 2022
-
-
Vladimír Čunát authored
Usually in configuration the module is loaded in a separate command from passing configuration to it. For dnstap this loading would immediately lead to opening the default socket path, even if the configuration actually specifies (a different) path later. Users can still force using the default by passing an empty table: `dnstap.config({})` or `modules = { dnstap = {}}` (though I doubt the utility of the default /tmp/dnstap.sock anyway)
-
Vladimír Čunát authored
Implements #432
-
-
Vladimír Čunát authored
-
- Feb 22, 2022
-
-
-
-
-
-
-
-
-
-
-
-
Vladimír Čunát authored
Implements #450
-
- Feb 18, 2022
-
-
Oto Šťáva authored
-
Tomas Krizek authored
daemon/tls: fix TLS client resumption Closes #542 See merge request !1261
-
Oto Šťáva authored
-
- Feb 07, 2022
-
-
Vladimír Čunát authored
Fixes #303
-
Oto Šťáva authored
-
- Feb 04, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We're a bit late with this ad-hoc rule; I think it was most useful when SHA256 support in DS algorithms wasn't wide-spread yet. (Note that DNSKEY algos have standardized no similar rule.) Usage of SHA1 as DS algorithm is highly discouraged, but even at this point it does *not* seem unsafe, in the sense of anyone publishing an attack that would come anywhere close to breaking *this* usage of SHA1.
-
- Jan 31, 2022
-
-
Vladimír Čunát authored
-
-
Vladimír Čunát authored
Fixes #80
-
Oto Šťáva authored
-
- Jan 13, 2022
-
-
Tomas Krizek authored
ci: various test updates See merge request !1243
-
Tomas Krizek authored
-
Tomas Krizek authored
Due to missing support on some of the regular runners, let's migrate these tests to our special LXC runners. This should hopefully make the results more reliable and stable. The downside is that we have to keep an additional image (and recipe) for LXC, since it' slightly different. However, it's probably worth it, since we'll likely migrate some other tests there in the future (for better stability).
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Jan 11, 2022
-
-
Tomas Krizek authored
policy docs: warn about filters and forwarding See merge request !1241
-
We've been notified about possibility of "cache poisoning" this way, so let's document this drawback to make the expectations clearer.
-
Tomas Krizek authored
hints docs: better explain shadowing by policies See merge request !1244
-
-
Tomas Krizek authored
doc: fix links to our mailing lists See merge request !1247
-