- Jul 17, 2017
-
-
Vladimír Čunát authored
At least it seems so...
-
- Jul 07, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Clearing the query flags lead to kresd iterating over authoritative servers. Related: https://gitlab.labs.nic.cz/knot/resolver/issues/217 Note that validation of synthesised AAAA behind a CNAME doesn't work when policy.FORWARD + dns64. Example: www.regiojet.cz. policy.STUB + dns64 seems not to work at all.
-
Vladimír Čunát authored
-
Vitezslav Kriz authored
If CNAME chain occurs CNAME is placed before AAAA.
-
- Jun 16, 2017
-
-
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 08, 2017
-
-
Vladimír Čunát authored
-
- Jun 01, 2017
-
-
Vladimír Čunát authored
-
-
Vladimír Čunát authored
Casting is dangerous, e.g. it's easy to misconfigure policy with policy.add(policy.FORWARD('some address')) which lead to segfault without showing any indication of the cause. Now this case will show as .../policy.lua:98: 'struct kr_query' has no member named 'current' and only abort the policy module instead of the whole process.
-
-
- May 18, 2017
-
-
Vladimír Čunát authored
Thanks to Petr for finding this issue.
-
- May 17, 2017
-
-
Vladimír Čunát authored
-
- Apr 05, 2017
-
-
Ondřej Surý authored
-
- Apr 04, 2017
-
-
Vladimír Čunát authored
I'm sorry. I'm not certain about this and don't like to invest much time into it.
-
- Mar 29, 2017
-
-
Vladimír Čunát authored
-
- Mar 21, 2017
-
-
Vladimír Čunát authored
I see no sane way to set the flags from lua, so I made a C function.
-
Vladimír Čunát authored
This started working since the grandparent commit. Suggested at https://gitter.im/CZ-NIC/knot-resolver?at=58ca5a03f7f7d48104212607
-
- Mar 15, 2017
-
-
Vladimír Čunát authored
It would break after making rr2str pretty-print the data.
-
- Mar 14, 2017
-
-
Vladimír Čunát authored
Probably. The problem sometimes appeared on osx Travis.
-
- Mar 06, 2017
-
-
Ondřej Surý authored
modules/dnstap: Change option names to socket_path and log_responses, we don't use camelCase anywhere else
-
Ondřej Surý authored
-
-
-
... and generate files instead of including them.
-
Vicky Shrestha authored
-
Vicky Shrestha authored
-
- Mar 01, 2017
-
-
(cherry picked from commit 924d9936)
-
- Feb 28, 2017
-
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
So far it wasn't possible to load multiple files (!). Real use case: https://forum.turris.cz/t/how-to-configure-local-address-dns-resoultion-on-omnia/1000/14
-
-
These shouldn't make any problems: - the verbose messages don't print any scope, and - reputation cache doesn't consider scope.
-
- Feb 27, 2017
-
-
Vladimír Čunát authored
Comment parsing will only be supported in future libzscanner version. Also move out of the module, as trust_anchors.lua requires it and isn't in a module.
-
- Feb 21, 2017
-
-
Vladimír Čunát authored
Some of their nameservers return 192.168.1.1, but it seems an improvement, as meaningful address is returned sometimes now.
-
Vladimír Čunát authored
-
- Feb 16, 2017
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-