- Oct 19, 2015
-
-
Marek Vavruša authored
-
- Oct 13, 2015
-
-
Marek Vavruša authored
current processed query is always in `request->current_query`
-
- Oct 11, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 06, 2015
-
-
Marek Vavruša authored
-
- Oct 02, 2015
-
-
Marek Vavruša authored
before the algorithm was happy with root hints for all queries starting at root, however they're often overloaded and result in timeouts the updated code provides SBELT only for root NS query lookup and tries to use cached information as much as possible
-
- Oct 01, 2015
-
-
Marek Vavruša authored
-
- Sep 24, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
if the client doesn't support DNSSEC, scrub these from the answer and do not set the AD bit
-
Marek Vavruša authored
until RFC2181 credibility is implemented in cache, this behavior breaks DNSSEC as the parent-side comes first to the cache disabled this behavior until implemented properly
-
- Sep 22, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this fixes problems with servers authoritative both for parent and child zone and vice versa as the DS is authoritative parent-side, a full subrequest is launched. this breaks some tests that don’t have a full referral path todo bugs: - non-existence proof with only SOA and no NS is not correctly resolved - revalidation in some cases causes record duplication - NS queries with DO=1 answered from cache are not correctly resolved, as the TA is not set at this time
-
Marek Vavruša authored
config: trust_anchors.negative = { ‘bad.cz’, ‘here.com’ } all names below these NTA will not be validated (unless there is an island of trust below these anchors)
-
- Sep 21, 2015
-
-
Marek Vavruša authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Marek Vavruša authored
preparations for TA rotation and management in config: trust_anchors.file = ‘root.key’ trust_anchors.auto = true // NOTIMPL trust_anchors.add(‘. IN DS …’) // Manual addition
-
- Sep 19, 2015
-
-
Marek Vavruša authored
-
- Sep 18, 2015
-
-
Marek Vavruša authored
the SIP on OSX 10.11 disables library injection on system binaries (python is considered as it) make needs to call python binary directly to allow brewed python to be used
-
- Sep 17, 2015
-
-
Karel Slaný authored
-
Marek Vavruša authored
the reason is that it's not actively used since we moved to binary testing, and it depends on libknot internal api that has changed also removed several unused libknot internal headers
-
Marek Vavruša authored
-
- Sep 16, 2015
-
-
Karel Slaný authored
-
- Sep 15, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
The test is failing because of address mangling performed by test environment.
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 14, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 10, 2015
-
-
Karel Slaný authored
Query for A or AAAA cannot be currently validated because the test server mangles all A and AAAA records.
-
- Sep 09, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
Also fixed TIME_PASSES ELAPSE which ignored the overridden time.
-
- Sep 07, 2015
-
-
Karel Slaný authored
-
- Aug 21, 2015
-
-
Karel Slaný authored
-