- Jul 02, 2020
-
-
- Jul 01, 2020
-
-
- Jun 30, 2020
-
-
Daniel Salzman authored
-
- Jun 18, 2020
-
-
Daniel Salzman authored
Absence of '__attribute__(cleanup)' would lead to memory leaks.
-
- Jun 17, 2020
-
-
In the case of many zones, control operations over all zones took lots of memory.
- Jun 15, 2020
-
-
- Jun 05, 2020
-
-
Daniel Salzman authored
kdig: add +[no]opttext option See merge request !1148
-
Robert Edmonds authored
This commit adds a kdig flag +opttext that attempts to print unknown EDNS options as text if all of the octets are printable characters. If any octets are not printable, the whole option will be printed in hexadecimal, as if the +opttext option were not specified.
-
- Jun 03, 2020
-
-
Daniel Salzman authored
dnssec: bugfix: key rollovers timing according to real TTLs See merge request !1146
-
Libor Peltan authored
It's necessary to save the DNSKEY TTL and zone maximal TTL at the time of previous rollover step, so that the next step corresponds with TTLs in resolvers' caches.
-
Daniel Salzman authored
conf: allow configuring acl with a remote Closes #669 See merge request !1144
-
-
-
- Jun 02, 2020
-
-
Daniel Salzman authored
onlinesign: bugfix: dont promote NXDOMAIN to NOERROR if not signed See merge request !1145
-
Libor Peltan authored
-
- Jun 01, 2020
-
-
Libor Peltan authored
Tests extra updates See merge request !1141
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- May 31, 2020
-
-
Daniel Salzman authored
rename xdp-gun to knot-xdp-gun See merge request !1143
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Xdp gun opts See merge request !1133
-
Daniel Salzman authored
-
-
-
- May 29, 2020
-
-
David Vasek authored
Also, fix an unrelated comment.
-
David Vasek authored
By allowing the test to send more requests under Valgrind, there is a better statistical chance for obtaining more accurate test results and avoiding false test failure (it should prevent false RRL ERRORs). Under Valgrind, it is also safer to provide the server more time to respond (it should prevent false RRL STATS ERRORs).
-
David Vasek authored
-
David Vasek authored
zone_backup() can be done synchronously as a result of a recent update to the flush() function (flush() in zone_backup() is always called in blocking/synchronous mode).
-
David Vasek authored
The blocking option ("wait") of ctl() could be used instead of the first wait_for_dnskey_count() call. Not using it, keeping the original test style.
-
David Vasek authored
-
David Vasek authored
-
David Vasek authored
Also, convert both Bind and Knot flush()'s to use this new functionality.
-
David Vasek authored
-
David Vasek authored
Complete apex NS RRSet removals (ANY NS removals) aren't processed by the server (see RFC 2136, Section 7.13). If such a removal (or removals) is the only change in the update, then it's a no-change DDNS update to the zone, which usually breaks the test. Therefore, generate such removals, but don't count them as changes.
-
Daniel Salzman authored
test dnssec/key-rollovers: check for minimal delay between roll steps See merge request !1142
-
Libor Peltan authored
-