- Jan 30, 2018
-
-
Vladimír Čunát authored
It's just to have the tag in history. The files are unchanged.
-
Vladimír Čunát authored
Almost. A trivial lib/layer/cache.c remains. I put all lib/generic/*.h into libkres_HEADERS, to be sure. They rarely change anyway.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It was breaking on Darwin, and clang was throwing warnings. Problem since ddb699d3.
-
Petr Špaček authored
documentation: reorganize chapters See merge request !467
-
Tomas Krizek authored
The manual page discusses basic usage of kresd, but completely lacks configuration description. Users are pointed to https://knot-resolver.readthedocs.io for reference. When visiting this page, the most important information they don't have yet, is how to configure kresd. This should be the first chapter in the documentation to make it easier to find.
-
Vladimír Čunát authored
-
- Jan 29, 2018
-
-
Vladimír Čunát authored
-
Petr Špaček authored
fix two nitpicks from clang-scan See merge request !465
-
Vladimír Čunát authored
- utils.c: overflowing size_t is basically impossible, but well... - stats.c: NULL would probably not cause a problem with zero length passed
-
Vladimír Čunát authored
-
-
- Jan 26, 2018
-
-
Vladimír Čunát authored
Also guard all allocations in cache against this, via assert. (Except in cases that would segfault anyway.)
-
Vladimír Čunát authored
-
- Jan 25, 2018
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
I somehow forgot that case. Unfortunately the cache optimization for CNAMEs doesn't help this case, so we just do (up to) two probes.
-
Petr Špaček authored
policy: polish policy module up See merge request !462
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
-
Petr Špaček authored
RFC 6303 section 3 explains that The SOA RR is needed to support negative caching [RFC2308] of name error responses and to point clients to the primary master for DNS dynamic updates. Now SOA RR owner name matches query name so it can be cached. Using zone name as owner would be more difficult so it is left for further optimizations. I've verified that nsupdate correctly determines that master name does not exist and stops update process.
-
Petr Špaček authored
-
Petr Špaček authored
I've removed couple layers of indirection to make it easier to follow. This should make it easier to extend the policy module.
-
Petr Špaček authored
CI: store respdiff database for debuging purposes See merge request !443
-
Petr Špaček authored
-
Petr Špaček authored
Dockefile: fix TLS server in demo container See merge request !463
-
Petr Špaček authored
Related: #297
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It was just too noisy for default --verbose.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... to start fixing conflicts with changes in logging
-
- Jan 24, 2018
-
-
Petr Špaček authored
Docker: fix Dockerfile for demo container Closes #297 See merge request !461
-
Petr Špaček authored
libstdc++ was missing in the Alpine image. At the same time, I've enabled DNSSEC validation, DNS-over-TLS, HTTP interface and added explanatory message.
-
Vladimír Čunát authored
Covers changes to case handling of knot_dname_lf and knot_dname_cmp.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
-