- Dec 09, 2021
-
-
Tomas Krizek authored
iterate: fix bad zone_cut update in a rare case See merge request !1237
-
- Dec 08, 2021
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
https://forum.turris.cz/t/kresd-name-unresolution/16275 Example problematic query during QNAME minimization: ``` [resolv][43578.24] => id: '08532' querying: 'ns-921.amazon.com.'@'34.196.62.143#00053' zone cut: 'aws.amazon.com.' qname: 'coNsOlE.aWs.AmAzON.Com.' qtype: 'NS' proto: 'udp' [iterat][43578.24] <= answer received: ;; ->>HEADER<<- opcode: QUERY; status: NXDOMAIN; id: 8532 ;; Flags: qr aa QUERY: 1; ANSWER: 4; AUTHORITY: 1; ADDITIONAL: 0 ;; QUESTION SECTION console.aws.amazon.com. NS ;; ANSWER SECTION console.aws.amazon.com. 600 NS ns-921.amazon.com. console.aws.amazon.com. 60 CNAME us-east-1.console.aws.amazon.com. us-east-1.console.aws.amazon.com. 600 NS ns-921.amazon.com. us-east-1.console.aws.amazon.com. 60 CNAME gr.console-geo.us-east-1.amazonaws.com. ;; AUTHORITY SECTION us-east-1.amazonaws.com. 60 SOA ns-921.amazon.com. root.amazon.com. 1638962488 3600 900 7776000 60 [iterat][43578.24] <= rcode: NXDOMAIN ``` Here the zone_cut would get updated to us-east-1.console.aws.amazon.com. breaking further resolution towards eu-west-3.console.aws.amazon.com.
-
- Dec 01, 2021
-
-
Tomas Krizek authored
release 5.4.3 See merge request !1236
-
- Nov 30, 2021
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
nitpicks See merge request !1235
-
- Nov 26, 2021
-
-
Tomas Krizek authored
-
Tomas Krizek authored
lua: add parse_rdata() utility function See merge request !1233
-
- Nov 25, 2021
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Credit for code goes to Vladimír Čunát
-
- Nov 24, 2021
-
-
Tomas Krizek authored
renumber and reroute: documentation updates See merge request !1232
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
Unspecified mask is already returned as full bitlen by kr_straddr_subnet().
-
- Nov 23, 2021
-
-
Vladimír Čunát authored
Fixes #657
-
Answers to EDNS requests from certain lua policies that use the answer_clear() function would lack OPT RR and thus violate the MUST condition in RFC6891.6.1.1.
-
Tomas Krizek authored
nitpicks See merge request !1224
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
On some platforms in CI, even 8s doesn't seem sufficient enough to guarantee stability. Hopefully this improves the situation.
-
- Nov 22, 2021
-
-
Tomas Krizek authored
.gitignore: add '.cache' See merge request !1231
-
-
- Nov 19, 2021
-
-
Tomas Krizek authored
modules/policy: add 'domain' filter for equality matching See merge request !1228
-
Oto Šťáva authored
-
Overriding records makes more sense on a particular name than in a whole sub-tree.
-
Oto Šťáva authored
-
Oto Šťáva authored
-
Oto Šťáva authored
-
Oto Šťáva authored
-
Oto Šťáva authored
-
Tomas Krizek authored
spelling & edns_keepalive fix See merge request !1229
-
Tomas Krizek authored
-
Due to the typo in the EDNS keepalive init funcion name, the module wouldn't be properly initialized after loading and wouldn't be functional. Signed-off-by:
Josh Soref <jsoref@users.noreply.github.com>
-
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
-