- Jul 10, 2017
-
-
Vitezslav Kriz authored
-
- Jun 27, 2017
-
-
Vitezslav Kriz authored
According to RFC6761 query to localhost domain should generate immediate response with loopback ip address.
-
Vitezslav Kriz authored
-
Vitezslav Kriz authored
This allows to disable specific deny rules on zone-by-zone basis as it should be according to RFC6303 sec.3. Disable can be done by policy rule PASS. Also any FORWARD rule for such zone will be evaluated before DENY that query.
-
- Jun 23, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
unecessary queries in some circumstances; some minor bugfixes
-
it can contain records which have not been validated by validator
-
- Jun 21, 2017
-
-
Don't check proof of nonexistance in NODATA or NAME ERROR answers which contains a CNAME.
-
- Jun 19, 2017
-
-
Vladimír Čunát authored
In particular, don't mention things that probably don't work (well): Windows, amalgamation, very old OpenSUSE package.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
-
-
-
- Jun 16, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
I also verified there's no other usage of the `moduledir` symbol from lua. Bug introduced in 2f81b111 (within !298).
-
- Jun 15, 2017
-
-
(the port will soon be 1.3.0 also) Close https://github.com/CZ-NIC/knot-resolver/pull/43.
-
Vladimír Čunát authored
-
This tiny addition was needed to be able to install on FreeBSD. Close https://github.com/CZ-NIC/knot-resolver/pull/44
-
Petr Špaček authored
lua kres-gen: add a guide to re-generating See merge request !310
-
- Jun 14, 2017
-
-
Vladimír Čunát authored
-
- Jun 13, 2017
-
-
Vladimír Čunát authored
-
Ondřej Surý authored
Update the final date for 1.3.0 release See merge request !308
-
Ondřej Surý authored
-
Petr Špaček authored
iterate: be more precise when detecting CNAME loops See merge request !307
-
- Jun 12, 2017
-
-
Vladimír Čunát authored
Iterating over sibling sub-queries isn't precise enough, and in particular in forwarding mode it reported non-existing loops. Example ATM: www.dpo.cz - there forwarding spawns multiple sub-queries, and one of those is a CNAME to another of them. Due to them being siblings, the old code misdetected that as a CNAME loop. Now that we have these cname_parent pointers, we can do a precise detection.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Jun 09, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- This affects the iterating mode only (except for a verbose message). - The problem was introduced when implementing forwarding in 651c5aad. - Example that was affected: *.org.ru. When the same server is authoritative for multiple consecutive zones, with a higher one being signed and a lower one being unsigned, we may get an unsigned answer even in case we *think* we're currently in a signed zone. In particular, DS (sub-)queries are important because of being used to prove the insecurity of zones - in that case the iterator can correctly determine the (unexpected) zone name from which the answer came, due to seeing the SOA record, but that is too late for zone_cut_check() to try getting a trust chain to it, so we need to YIELD for it to do it.
-
- Jun 08, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Jun 07, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
- Jun 05, 2017
-
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-