tgreenx

Results 35 issues of tgreenx

## Purpose This PR makes the recursive lookup functionality of Zonemaster to be able to follow CNAME redirections. Currently CNAMEs will be followed when all of the following are true:...

T-Feature
V-Minor

## Purpose This PR is four-fold: - It updates the ASN Lookup function of Zonemaster by using standard recursive DNS lookups instead of expecting dedicated zones. - It fixes the...

V-Major

## Purpose This PR updates `resolver.defaults.retry` profile parameter by making it more proper to its name. See "Changes" section below. ## Context Fixes #1070 ## Changes - Make it exclude...

V-Major

## Purpose This PR proposes an implementation of test procedure "Nameserver14" as described [here](https://github.com/zonemaster/zonemaster/blob/develop/docs/specifications/tests/Nameserver-TP/nameserver14.md). ## Context Addresses #920

A-TestCase

## Purpose This PR proposes an implementation for the support of DNAME by adding a new attribute to `Zonemaster::Engine::Zone` objects, instead of modifying `Zonemaster::Engine::Recursor`. This means that this PR does...

T-Feature
V-Major
RC-BreakingChanges

After running a test on GUI (`/run-test`), the user gets redirect to a `/result/` page at the end of the test, in which the test panel from the `/run-test` page...

T-Bug

Relates to https://github.com/zonemaster/zonemaster-engine/issues/1360.

## Purpose This PR proposes a fix to the handling of CDS and CDNSKEY RRsets comparison in DNSSEC15. PS: The proper fix for the code below https://github.com/zonemaster/zonemaster-engine/pull/1383/files#diff-3c6ad87ddb974fb813839bacdaafd4e212c238d0ff6865a9bf6cf677403343deR3942 requires changes in...

A-TestCase
V-Patch

This PR proposes two updates to `ldns_is_rrset()`: - to take into account TTL _--> see [RFC2181, Section 5.2](https://www.rfc-editor.org/rfc/rfc2181.html#section-5.2) and [RFC9499, Section 5](https://www.rfc-editor.org/rfc/rfc9499#section-5)_ - do case insensitive comparison of owner names,...