zonemaster-engine icon indicating copy to clipboard operation
zonemaster-engine copied to clipboard

The Zonemaster Engine - part of the Zonemaster project

Results 126 zonemaster-engine issues
Sort by recently updated
recently updated
newest added

With PR #460 a function "fallback" has been introduced. It needs better documentation. Specifically it must be documented what "automatically resent over (...) using EDNS" means.

Commented out code has been spotted in the `t/` directory. All of `t/` should be checked for commented out code and each piece should be either: * Reinstated * Deleted...

Nameserver09 verifies that the response is independent of the case (upper case/lower case) of the owner name in the query. When testing usmc.mil, an error is reported: ``` $ zonemaster-cli...

T-Bug

With PR #282 Zonemaster will mirror the IANA IP address space databases (1), but there is no process to keep them in sync. Should Zonemaster include a cron script that...

Actually the AXFR test has been removed from namesever.t. When the AXFR test is done without the network, it is not possible to record the data.

For anycast deployments, it is very useful to find out which node we we're talking to.

Sometimes nsset is called ns. Sometimes ns is called name. Sometimes an "ns" is only a name of a name server, and sometimes it is attached to an IP-adress. Sometimes...

T-Feature

PR #1305 changed the formatting of the msgstrs in the PO files in order to make continous integration happy. Otherwise, the tests in `t/po-files.t` do not pass. But this change...

T-Bug
P-High
A-Translation

Currently, the way that data files are generated with `ZONEMASTER_RECORD=1 make test` or `Zonemaster::Engine::Nameserver::save()` has a few shortcomings that make it difficult to: * actually see what changed: `git diff`...

T-Feature

Zonemaster uses DNS for ASN lookups. It takes the base name in the configuration, `asnlookup.zonemaster.net` (default), and adds a "prefix" to create the lookup name, e.g. `58.96.21.46.origin.asnlookup.zonemaster.net` and queries for...

T-Bug
S-PRforIssue