Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-28Fix check of exceeding original TTLHEADmasterCasey Deccio
2021-08-17External signer is optionalCasey Deccio
2021-08-03Print algorithm value as integer, not enumCasey Deccio
2021-08-03Only populate zsks/ksks if there are DNSKEYsCasey Deccio
2021-07-08Query for NSEC3PARAMCasey Deccio
2021-07-08fix comparing record TTL and RRSIG expiration timeJan Včelák
2021-03-12Initialize key-related vars if DNSKEY was queriedCasey Deccio
2021-02-06Don't try to retrieve a query that wasn't madeCasey Deccio
2021-01-19Update copyright yearCasey Deccio
2021-01-19Allow custom ports for recursive servers tooCasey Deccio
2021-01-19Only reference dnskey is there is oneCasey Deccio
2021-01-09Fix warning logicCasey Deccio
2021-01-09Always warn if digest type 1 exists with stronger digest typeCasey Deccio
2021-01-09Update wording of errorCasey Deccio
2021-01-09Warn if using prohibited or not recommended algorithmCasey Deccio
2021-01-09Warn if zones are signed with prohibited algorithmsCasey Deccio
2021-01-09Revamp code that ignores SHA1 if something better existsCasey Deccio
2021-01-09Make wording more intuitiveCasey Deccio
2021-01-09Allow prohibited algorithms to be considered with command-line optionCasey Deccio
2021-01-09Consider algorithms that MUST NOT be validatedCasey Deccio
2021-01-09Sort out supported_algs in a separate methodCasey Deccio
2021-01-09Fix typoCasey Deccio
2021-01-09Categorize errors appropriatelyCasey Deccio
2020-12-30Add meaningful commentsCasey Deccio
2020-12-30Make change in 26a8b7 fit better in existing codeCasey Deccio
2020-12-30Don't print DNSKEY negative response unless there is a response errorCasey Deccio
2020-12-17Display NSID valuesCasey Deccio
2020-12-09Check for negative respons inconsistencyCasey Deccio
2020-12-09Add new errors related to negative response inconsistencyCasey Deccio
2020-12-09Call get_wildcard() instead of accessing wildcard_nameCasey Deccio
2020-12-09Add opt_out instance var for consistency across NSEC/NSEC3Casey Deccio
2020-12-09Provide an option for whether an exact match is necessaryCasey Deccio
2020-12-09Don't include synthesized CNAMEs in yxrrset_properCasey Deccio
2020-10-07Check for zero-length keyCasey Deccio
2020-06-16Merge pull request #24 from jsoref/spellingCasey Deccio
2019-09-05Handle exceptions with both python2 and python3Casey Deccio
2019-03-12Give textual descriptionsCasey Deccio
2019-03-12Handle DNSSEC downgrades betterCasey Deccio
2019-03-12Check that client cookie is of proper lengthCasey Deccio
2019-03-08Add CNAME loop errorCasey Deccio
2019-03-07Mark the use of private IP addresses as an errorCasey Deccio
2019-03-07Convert int to text for presentationCasey Deccio
2019-03-07Fix RFC referenceCasey Deccio
2019-03-07Handle DS referrals differentlyCasey Deccio
2019-02-14Warn if SHA1 digests co-exist with SHA-384 digestsCasey Deccio
2019-02-07Avoid infinite loops when graphing CNAME chainsCasey Deccio
2019-01-25Update copyright noticesCasey Deccio
2019-01-10Use html.escape() for python3Casey Deccio
2019-01-10Make errors hashableCasey Deccio
2019-01-05Instantiate analysis with arbitrary keyword argumentsCasey Deccio