- 19 Jun, 2018 1 commit
-
-
Marek Vavruša authored
This allows HTTP server to start with reuseport, reuseaddr or v6only. The reuseport allows running HTTP module on all forks, not just the main one.
-
- 18 Jun, 2018 3 commits
-
-
Vladimír Čunát authored
-
Marek Vavruša authored
It's probably slightly safer to use NULL than end-array pointer, so let's use it in this case. Significantly adapted by Vlada from original Marek's change, after master fixed the corruption.
-
Marek Vavruša authored
-
- 15 Jun, 2018 2 commits
-
-
Tomas Krizek authored
ci/Dockerfile.debian: use new respdiff git repo See merge request !602
-
Tomas Krizek authored
-
- 13 Jun, 2018 7 commits
-
-
Petr Špaček authored
daemon/tls: session resumption with tickets (client & server side) See merge request !585
-
Petr Špaček authored
There is no GnuTLS version which would make this safe. See https://gitlab.com/gnutls/gnutls/issues/477
-
Petr Špaček authored
-
Petr Špaček authored
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- 08 Jun, 2018 3 commits
-
-
Petr Špaček authored
restrict TLS ciphers See merge request !601
-
Vladimír Čunát authored
Otherwise CentOS 7 enables those two "ciphers" by default. Noticed in #355.
-
Vladimír Čunát authored
-
- 07 Jun, 2018 3 commits
-
-
Grigorii Demidov authored
modules.policy: REFUSE, TC - clear AD flag in answers See merge request !599
-
Grigorii Demidov authored
-
Tomas Krizek authored
ci: make distro:epel-7 easier to debug in typical cases See merge request !598
-
- 06 Jun, 2018 5 commits
-
-
Vladimír Čunát authored
-
Petr Špaček authored
daemon/tls: use system CA with TLS_FORWARD policy Closes #310 See merge request !586
-
Petr Špaček authored
-
Grigorii Demidov authored
daemon/tls: system CA's are used by default with TLS_FORWARD policy when ca_file parameter is omitted
-
Grigorii Demidov authored
-
- 05 Jun, 2018 1 commit
-
-
Grigorii Demidov authored
Policy REFUSE; minot tweak Closes #337 See merge request !549
-
- 01 Jun, 2018 2 commits
-
-
Petr Špaček authored
For some weird reason kresd crashed on assert(false) if it cannot open cache even though it handles this case properly without the assert.
-
Petr Špaček authored
Fixes: #337
-
- 31 May, 2018 13 commits
-
-
Grigorii Demidov authored
Allow creating custom endpoints in the HTTP module See merge request !527
-
Grigorii Demidov authored
-
Marek Vavruša authored
This allows other modules to add or modify custom metrics or labels.
-
Marek Vavruša authored
-
Marek Vavruša authored
Previously the module was created on configuration time, so it wasn't possible to inject custom endpoints to the default interface.
-
Marek Vavruša authored
The AD indicates validation request (but not request for DNSSEC records). If the response can't be validated, resolver flips the AD to 0.
-
Tomas Krizek authored
distro: packaging updates See merge request !567
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-