- Nov 24, 2021
-
-
Signed-off-by:
Josh Soref <jsoref@users.noreply.github.com>
-
- Nov 23, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Nov 22, 2021
-
-
Daniel Salzman authored
- Enabled fastparser - Temporarily disabled unittests (dthreads test fails on armhf) - Added release tag
-
Daniel Salzman authored
- New option FASTPARSER=disable|enable - New option CHECK=disable|enable for unittests execution - Explicit CFLAGS="-g -O2 -DNDEBUG -D_FORTIFY_SOURCE=2 -fstack-protector-strong" - Added --enable-dnstap
-
- Nov 18, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Nov 15, 2021
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Nov 12, 2021
-
-
Daniel Salzman authored
Xfr failovers See merge request !1385
-
Daniel Salzman authored
-
-
-
-
Libor Peltan authored
dynarray: remove even duplicate items See merge request !1392
-
- Nov 10, 2021
-
-
David Vasek authored
-
David Vasek authored
This prevents a situtation when the deleted item may repeat in the array. This solution is based on the assumption that the duplicate entries are rather rare.
-
- Nov 09, 2021
-
-
Daniel Salzman authored
Kdig nitpicks See merge request !1389
-
-
-
-
- Nov 08, 2021
-
-
Daniel Salzman authored
ci/distrotests: add new fedora,ubuntu See merge request !1391
-
Tomas Krizek authored
-
Daniel Salzman authored
tests: added unit tests of libdnssec with ed448 alg See merge request !1390
-
-
- Nov 04, 2021
-
-
Daniel Salzman authored
zonemd: option to systematicly remove Closes #760 See merge request !1386
-
-
- Nov 03, 2021
-
-
Daniel Salzman authored
DS push: fix querying parent SOA if CNAME present at non-terminal See merge request !1387
-
-
fixes #774
-
Daniel Salzman authored
This avoids problems with future changes and reduces overhead of conf_clone()
-
-
While there, fix the use of space containing paths in this operation.
-
- Nov 02, 2021
-
-
Daniel Salzman authored
-
Previously, mod-dnstap would log query messages with downcased QNAMEs, because knotd had already downcased the QNAME in the query packet buffer passed to the dnstap module. This is not necessarily the same as the original DNS wire query message if any uppercase letters were used in the QNAME. The knotd_qdata_t object already stores the original QNAME before downcasing in the 'extra' field, which is inaccessible to query modules. This commit introduces a new 'knotd_qdata_orig_qname()' function that query modules can call to access the original QNAME. This commit updates the mod-dnstap message logging code to patch the buffer used for the wire message behind the 'query_message' field in the dnstap protobuf message by copying the original QNAME back into the query packet buffer, and then re-downcasing the QNAME in the query packet buffer after the dnstap protobuf message has been serialized. (This avoids the overhead of allocating space for a copy of the query packet, making a copy of the packet, and performing the QNAME restoration on the copy.) fixes #773
-
- Nov 01, 2021
-
-
David Vasek authored
-
David Vasek authored
The original \W and \S are non-portable extensions to regular expressions in GNU sed. The extra (the third) brackets are needed here as m4 escape characters for the character class brackets.
-
Daniel Salzman authored
catalog: fail zone-update if failed cat interpret See merge request !1383
-