- Feb 05, 2018
-
-
Tomas Krizek authored
Symlinks are pointing to broken locations with the way we generate source tarballs. Dereference them to avoid this issue.
-
Vladimír Čunát authored
-
"man man" says that the sections are: 1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within program libraries) 4 Special files (usually found in /dev) 5 File formats and conventions eg /etc/passwd 6 Games 7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7) 8 System administration commands (usually only for root) 9 Kernel routines [Non standard] Since there is no command named kresd.system it does not belong in section 8. Section 7 includes conventions and useful patterns like gitcli(7), which seems more similar to the documentation that is supplied in kresd.systemd.
-
Vladimír Čunát authored
-
Tomas Krizek authored
Verbose logging should be used for debugging purposes, as it generates a lot of output. It shouldn't be turned on by default for normal mode of operation.
-
- Feb 02, 2018
-
-
Tomas Krizek authored
ci: respdiff - use ipv4, increase timeout, collect kresd.log See merge request !473
-
Tomas Krizek authored
This reverts threshold that was bumped in commit de7a4a96.
-
Tomas Krizek authored
This decreases the amount of timeouts, which become SERVFAILs instead. Overall, this results in more valid answers.
-
Tomas Krizek authored
-
Tomas Krizek authored
IPv6 isn't currently supported in our Docker image and using it during resolution leads to a larger amount of timeouts.
-
- Feb 01, 2018
-
-
Vladimír Čunát authored
-
Tomas Krizek authored
To be able to use development version tarballs for creating distro packages for Fedora/CentOS, the pre-release name can't contain hyphens.
-
Tomas Krizek authored
systemd: fixes for unit files See merge request !476
-
Tomas Krizek authored
The Service directives belong to the Socket section. Otherwise, systemd fails to find the associated service and the socket can't start.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
tls_client: fix error message logging See merge request !478
-
Tomas Krizek authored
-
Grigorii Demidov authored
tls_client: compatibility for older gnutls version See merge request !475
-
When older gnutls version is used, make sure not to use undeclared symbols or functions.
-
Petr Špaček authored
drop world-executable permissions on /run/knot-resolver See merge request !477
-
Daniel Kahn Gillmor authored
It's not clear why anyone other that the superuser needs to be able to descend into /run/knot-resolver, so we should drop this extra permission. it appears to have been added e0f33604, but the log message for that commit doesn't explain why the permission needs to be loosened. The main situation that calls for executable but not readable directories is when a directory contains something at a known location that everyone must be able to reach, but also contains some sensitive file with a name that itself is unguessable (i.e. high entropy string). That doesn't appear to be the case here. By principle of least privilege, we should leave it locked down unless there's a clear justification for opening it up.
-
- Jan 31, 2018
-
-
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
-
Vladimír Čunát authored
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
The version restricion has remained way too long, apparently.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
Decision function is separated out.
-
Vladimír Čunát authored
Let's allow 4 UDP + 4 TCP attempts, within 2+2 seconds, and then start also using stale cache.
-
Vladimír Čunát authored
Some parts were hand-written, apparently.
-
- Jan 30, 2018
-
-
Tomas Krizek authored
ci: respdiff - update config See merge request !469
-
Tomas Krizek authored
Since we've added the `timeout` metric to respdiff, it uncovered an issue when running in Docker, where a large amount of queries (~2% / resolver) end with a timeout. Until the issue is investigated and fixed, temporarily bump the CI's tolerance for the test to pass to 3%.
-
Tomas Krizek authored
-
Tomas Krizek authored
systemd: enable multiple processes with socket activation See merge request !464
-