- Sep 19, 2015
-
-
Marek Vavruša authored
as per rfc4035 all secured referrals must have either DS or proof of non-existence. there is one use case where the resolver doesn’t learn a DS this way, when a single server hosts both parent and child zone. in this case, DS must be requested separetely
-
Marek Vavruša authored
also answers for which minimisation failed or truncated are fixed, for such answers iterator sets state to ‘consume’ to indicate the answer wasn’t processed
-
Marek Vavruša authored
if the final query isn’t satisfied with DNSSEC on, then the answer counts as insecure
-
Marek Vavruša authored
subrequests may be insecure (e.g. out of bailiwick insecure NS), but the final answer may be secured the commit also fixes caching in this case
-
Marek Vavruša authored
each subrequest can now enter and leave islands of trust independently. this fixes a case when a zone is in an island of trust, but one of its NS isn’t (different zone for example)
-
- Sep 18, 2015
-
-
Marek Vavruša authored
-
Karel Slaný authored
-
Karel Slaný authored
-
- 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
-
Marek Vavruša authored
previously, only root TA was considered
-
- Sep 16, 2015
-
-
Karel Slaný authored
Function determining whether a NSEC3 record covers a name was wrong. The case when the owner and next hashed name was wrapping over zero was wrongly interpreted.
-
- Sep 15, 2015
-
-
Marek Vavruša authored
previously, debug messages were optional with -DWITH_DEBUG now the debug messages are built in (unless compiled with -DNDEBUG), but disabled by default verbose output can be enabled by '-v' or '--verbose' CLI option or interactively by 'verbose(true|false)' (or in config)
-
- Aug 21, 2015
-
-
Karel Slaný authored
The hard-wired root trust anchor was removed.
-
Karel Slaný authored
-
- Aug 20, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
- Aug 19, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
- Aug 18, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
- Aug 17, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
- Aug 14, 2015
-
-
Karel Slaný authored
-
- Aug 13, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Karel Slaný authored
Original TTL has not been set.
-
Karel Slaný authored
-
- Aug 12, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
- Aug 10, 2015
-
-
Marek Vavruša authored
module can identify clients based on their source address or used TSIG key
-
Marek Vavruša authored
the requestor can provide information identifying the query originator here (address and TSIG key), both fields are optional update Lua FFI bindings
-