- Aug 26, 2024
-
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
- Aug 21, 2024
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
This should fix the lint:other CI. Forgotten in 39f4b5af.
-
Aleš Mrázek authored
manager: modeling: mypy ignore comparison-overlap error See merge request !1570
-
Aleš Mrázek authored
-
- Aug 20, 2024
-
-
Vladimír Čunát authored
-
- Aug 19, 2024
-
-
menakite authored
It is not guaranteed yet that the request will finish in state DONE. This prevents other EDE codes from being applied to the request and in case the request ends in FAIL state it produces a SERVFAIL answer with EDE "Stale Answer", which is a bit weird. Move setting EDEs in answer_finalize in the serve_stale module, where the proper EDE in case of NXDOMAIN is set too.
-
Vladimír Čunát authored
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Aug 13, 2024
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
i.e. respect the old chain-rule notion in this case. ... because why not, and someone wanted to use it this way already. Logically it makes sense in some cases, but I still implore to prefer 6.x -style rules where possible, as e.g. the interations are better.
-
Vladimír Čunát authored
-
Adds the following extended error codes: * 25 (Signature Expired before Valid): KNOT_EDNS_EDE_EXPIRED_INV * 26 (Too Early): KNOT_EDNS_EDE_TOO_EARLY * 27 (Unsupported NSEC3 Iterations Value): KNOT_EDNS_EDE_NSEC3_ITERS * 28 (Unable to conform to policy): KNOT_EDNS_EDE_NONCONF_POLICY * 29 (Synthesized): KNOT_EDNS_EDE_SYNTHESIZED
-
- Aug 12, 2024
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Aug 11, 2024
-
-
menakite authored
It was supposed to answer NOTIMP, but was returning FAIL instead of DONE and so the answer was SERVFAIL. Also added EDE code "Not Supported" for clarity.
-
- Aug 08, 2024
-
- Aug 07, 2024
-
-
Vladimír Čunát authored
-
menakite authored
Setting log_groups({ 'zonecut' }) just leads to a warning and no "zone cut" logging shown.
-
Oto Šťáva authored
Firstly, this adds a missing assignment of `comm->proxy`, which would cause the resolver not to know that a client asked via TCP/TLS, if the proxy also asked via TCP/TLS. Secondly, it merges `struct pl_proxyv2_sess_data` and `struct pl_proxyv2_iter_data` into a single `struct pl_proxyv2_state`, since they were practically the same. And it adds a bit of documentation to the struct.
-
- Aug 05, 2024
-
-
Vladimír Čunát authored
- Aug 02, 2024
-
-
Vladimír Čunát authored
-
Oto Šťáva authored
It's not too important, but I just stumbled upon this and it looked like nobody has touched it in a long time. Since it's not completely broken (the fix is trivial), I decided to fix it and add it to CI to ensure that we can still build it. Maybe `lru` will be used some more at some point again in the future...
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Also drop mention of OBS, as it's not really relevant anymore.
-