- 29 May, 2018 1 commit
-
-
Marek Vavruša authored
Pointer arithmetic with 'void *' is undefined, it only works as GNU extension.
-
- 28 May, 2018 6 commits
-
-
Tomas Krizek authored
synchronize distro/deb with official debian packaging See merge request !593
-
Daniel Kahn Gillmor authored
Note that this is not an exact synchronization, just the salient parts where i believe upstream wants to sync up with debian. I've left alone indications of upstream package maintainership, and I've left debhelper back at version 9, for example. and i've left the differences between the shipped debian/kresd.conf (debian package ships a minimal kresd.conf that doesn't load those four modules, in particular).
-
Petr Špaček authored
documentation nitpicks See merge request !592
-
Vladimír Čunát authored
I don't think it's good to write that we "provide a library", as it currently doesn't seem suitable for usage outside kresd.
-
Vladimír Čunát authored
It seems like implementation and docs got de-synchronized, probably at some point very long ago (years).
-
Vladimír Čunát authored
-
- 25 May, 2018 4 commits
-
-
Tomas Krizek authored
doc: systemd -- clarify how to manually start all services. See merge request !591
-
Daniel Kahn Gillmor authored
See https://github.com/systemd/systemd/issues/9080 for details/discussion.
-
Tomas Krizek authored
ci: add pytest-xdist dependency for Deckard See merge request !590
-
Tomas Krizek authored
-
- 24 May, 2018 2 commits
-
-
Petr Špaček authored
handle htobe32 et al. on glibc systems with a non-Linux kernel See merge request !588
-
Daniel Kahn Gillmor authored
This fix copies over an updated #if clause from libknot's src/contrib/endian.h. This should resolve: https://gitlab.labs.nic.cz/knot/knot-resolver/issues/348 See also discussion about this same problem in libknot from a couple years ago: https://bugs.debian.org/840460 I note that contrib/wire.h in knot-resolver is out of sync with src/contrib/wire.h (and src/contrib/endian.h) from libknot. I don't know whether there's any upstream preference for keeping these in sync in some more reliable way than manual comparisons. For now i'm just providing a narrow fix for the specific problem.
-
- 19 May, 2018 1 commit
-
-
Petr Špaček authored
iterate: avoid turning off qname minimization in a case Closes #339 See merge request !584
-
- 16 May, 2018 4 commits
-
-
Vladimír Čunát authored
Thanks to @ spakka for discovering this and authoring an earlier version of this commit.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
In case of referrals the authoritative server might add also another NS record(s), and this might lead to downgrading the corresponding zones. Regressed probably in f0da0a35 !505.
-
Marek Vavruša authored
-
- 11 May, 2018 7 commits
-
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
We don't need the end, but I prefer to get rid of the exception, as we now require libknot > 2.6 anyway and it only implies adding a few more binding lines.
-
Vladimír Čunát authored
Our Makefile required >= 2.6.4 for some time already. It's pretty straightforward, except for zonefile.lua.in -> zonefile.lua
-
Tomas Krizek authored
ci: respdiff - use relative path to restart script See merge request !580
-
Tomas Krizek authored
-
- 10 May, 2018 3 commits
-
-
Petr Špaček authored
add augeas-tools so we can test our lens in Deckard See merge request !566
-
Štěpán Balážik authored
-
Petr Špaček authored
daemon: check source in udp answer See merge request !522
-
- 09 May, 2018 12 commits
-
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Petr Špaček authored
prefill: fix ca_file to actually expect file and not a directory See merge request !578
-
Petr Špaček authored
This was leftover from an old version which used directory with certificates instead of bundle in single file. Related: !511
-
Petr Špaček authored
misc nitpicks See merge request !568
-
Vladimír Čunát authored
The example didn't work and I don't immediately see how to quickly fix it, so let's have another more complex example instead (fished from an older forum post of mine).
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
I also tried making a clickable define in the docs, like for cache.ns_tout(), but I failed.
-
Petr Špaček authored
daemon/lua: added basic bindings for LRU See merge request !569
-
Marek Vavruša authored
Only get-set operations are added, added some tests.
-
Petr Špaček authored
daemon/worker: improved server-side error handling See merge request !574
-