- May 06, 2016
-
-
- May 04, 2016
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
this code used memory pool of source packet instead of the answer, this could result in invalidated memory read if the memory occupied by source packet was rewritten
-
- May 03, 2016
-
-
Marek Vavrusa authored
* daemon now processes messages over TCP stream out-of-order and concurrently * support for TCP_DEFER_ACCEPT * support for TCP Fast-Open * there are now deadlines for TCP for idle/slow streams (to prevent slowloris; pruning) * there is now per-request limit on timeouts (each request is allowed 4 timeouts before bailing) * faster request closing, unified retry/timeout timers * rare race condition in timer closing fixed
-
- Apr 18, 2016
-
-
Marek Vavrusa authored
the daemon has now three modes of strictness checking from strict to permissive. it reflects the tradeoff between resolving the query in as few steps as possible and security for insecure zones
-
Marek Vavrusa authored
-
Marek Vavrusa authored
an internal timer walks RTT timer periodically and clears entries with bad results every 5 minutes. this means that a timeouted entry penalty is capped to that interval, making sure that the bad reputation doesn't last forever
-
Marek Vavrusa authored
resolver will always attempt to contact upstreams known to be bad if it's not busy. this fixes a problem on low-volume resolvers where a short connection outage could make resolvers deny resolving queries even after the connection is restored
-
- Apr 15, 2016
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This reverts commit f9ffeca9.
-
Marek Vavrusa authored
in permissive mode, resolver is free to use (but not cache) non-mandatory glue records even if they're not resolvable. this is great as a workaround for broken child-side zones, but not great for security of, well, insecure delegations. it's off by default.
-
-
- Apr 14, 2016
-
-
-
-
-
Marek Vavrusa authored
-
-
-
-
-
-
-
- Apr 07, 2016
-
-
Marek Vavrusa authored
-
- Apr 06, 2016
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Merge branch 'PaulosV-patch-1-readme-docker' of https://github.com/PaulosV/knot-resolver into PaulosV-PaulosV-patch-1-readme-docker
-
Marek Vavrusa authored
-
https://github.com/thozza/knot-resolverMarek Vavrusa authored
Merge branch 'daemon-doc-typo' of https://github.com/thozza/knot-resolver into thozza-daemon-doc-typo
-
Marek Vavrusa authored
-
Marek Vavrusa authored
new trust anchors variables: * trust_anchors.hold_down_time = 30 * day * trust_anchors.refresh_time = nil * trust_anchors.keep_removed = 0 these could be used to control how often should root trust anchors be checked and how many removed keys should be kept in log (0 by default)
-
- Apr 04, 2016
-
-
Tomas Hozza authored
Signed-off-by:
Tomas Hozza <thozza@redhat.com>
-
- Mar 30, 2016
-
-
Marek Vavrusa authored
-
- Mar 29, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
addition to previous generic socket activation fixes #11
-