- Jan 23, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
ditro/rpm: remove ldconfig for Fedora See merge request !761
-
Tomas Krizek authored
Keep knot-resolver installation along with other kresd-related actions as close as possible to detect possible rpm transaction issues.
-
Tomas Krizek authored
modules/http docs: improve the example See merge request !760
-
Vladimír Čunát authored
Otherwise the http module isn't really usable :-/
-
- Jan 16, 2019
-
-
Petr Špaček authored
modules/predict: don't skip reconfiguration if nil is passed See merge request !755
-
- Jan 14, 2019
-
-
Vladimír Čunát authored
If you didn't specify any configuration (i.e. nil), the stats module wouldn't get loaded even though the defaults need it to work. Now we don't skip that part and pass whole .config() even on nil config.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- It's not ideal, but this will need significant overhaul anyway when "parallel queries" get implemented. - I didn't put this into array.h, as we don't seem likely to need it anywhere else and implementation in macros would be ugly. - It's unclear whether this "bug" could cause anything in practice.
-
- Jan 10, 2019
-
-
Tomas Krizek authored
Release 3.2.1 See merge request knot/knot-resolver!750
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Besides other things Deckard now detects hang servers using timeout. It might happen that CI will need a longer timeout - we can change the value at will.
-
-
Petr Špaček authored
contrib/lmdb: avoid -Wshadow with embedded lmdb See merge request !751
-
Unfortunately, CFLAGS are concatenated in the other order than we would need for this, so let's choose this approach.
-
Tomas Krizek authored
packaging tests update See merge request !747
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Jan 09, 2019
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- also refuse revoked DNSKEY (explicitly configured as TA) - also downgrade missing the SEP bit to a warning - explicit message when DNSKEY is refused, even without --verbose - code rewrite, handle flags in a better way than "== 257"
-
-
Vladimír Čunát authored
-
Previous logging was a bit confusing because it logged also intermediate states during TA changes.
-
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It was tiny, but still.
-
Vladimír Čunát authored
Closes #435.
-
Petr Špaček authored
This is an attempt to avoid conflicts when executing tests in parallel.
-
Petr Špaček authored
Formerly keys with invalid public key data were accepted, leading to negative keytag values in RFC 5011 metadata.
-
Petr Špaček authored
At the moment tests are quite dumb and test only basic HTTPS certificate validation and XML parsing/error detection. We need to refactor code first to allow more detailed testing. FIXME: webserv.lua is not terminated when tests are finished
-
Petr Špaček authored
We are not RFC 7958 compliant and support only XML with just root zone TA. Full compliance would require either proper Lua XML parser or CMS parser and both are hard to get packaged in Fedora and elsewhere. Also timestamps related to TA validity are limited to UTC timezone because cross-platform timezone parsing is hard. (Mac OS libc does not have usable strptime(%z).) Closes: #435
-
Petr Špaček authored
-
Petr Špaček authored
-
- Jan 08, 2019
-
-
Petr Špaček authored
ci: stabilize pytests Closes #427 See merge request !744
-