- Nov 20, 2019
-
-
Petr Špaček authored
All Deckard tests would fail anyway so we now print a warning and skip Deckard tests.
-
Petr Špaček authored
-
When inserting NS or xNAME, we could get into this place with qry == NULL, and we'd crash when trying to use the memory pool. Let's simply use the stack instead.
-
Petr Špaček authored
distro/rpm: move root.keys to proper location Closes #513 See merge request !888
-
-
Fixes #513
-
-
-
Petr Špaček authored
sendmmsg: fix a use-after-free case See merge request !891
-
- Nov 19, 2019
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It might detect some use-after-free cases even without ASAN.
-
Vladimír Čunát authored
I must admit I don't really understand why we had a rare case of use-after-free in the sendmmsg call, but this change should avoid that without affecting anything else.
-
Tomas Krizek authored
ci: print backtraces from respdiff/resperf See merge request !893
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Nov 11, 2019
-
-
Tomas Krizek authored
ci: update distrotests See merge request !890
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- Nov 08, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
The advanced version comparison was isn't implemeted in meson 0.46, which is used for CentOS 7 and it caused build issue with development version of Knot.
-
- Oct 23, 2019
-
-
Petr Špaček authored
watchdog details See merge request !881
-
Motivation: core-dump might be very useful, and in this case there are even very useful pointers on the C stack.
-
Petr Špaček authored
systemd/kresd: fix dependency on network-online.target See merge request !884
-
Tomas Krizek authored
The missing Wants= and After= directives for network-online.target made it possible for kresd to start before network interfaces were properly initialized and configured with IP addresses, leading to a failure to bind to addresses.
-
Tomas Krizek authored
ci: add support for knot-resolver-odvr OBS repo See merge request !887
-
- Oct 22, 2019
-
-
Tomas Krizek authored
-
Tomas Krizek authored
tweak conditionals to work with knot 3.0.dev See merge request !885
-
- Oct 21, 2019
-
-
Vladimír Čunát authored
I didn't plan this well ahead :-/
-
- Oct 16, 2019
-
-
Tomas Krizek authored
ci: switch to Knot DNS 2.9.x See merge request !883
-
Tomas Krizek authored
-
- Oct 15, 2019
-
-
Tomas Krizek authored
meson: allow libknot 3.0.dev See merge request !882
-
- Oct 14, 2019
-
-
Tomas Krizek authored
-
- Oct 10, 2019
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
- we have ./systemd/*.d dirs - with meson we don't do in-tree builds, so *.d files shouldn't appear
-
Petr Špaček authored
meson: set sendmmsg to autodetection See merge request !877
-
-
Petr Špaček authored
daemon: avoid excessive getsockname() syscalls See merge request !854
-