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-28Bump version to 0.9.4v0.9.4maintenance/0.9.xCasey Deccio
2021-09-28Only graph external signer if there is an analysisCasey Deccio
2021-09-28External signer is optionalCasey Deccio
2021-08-08Print algorithm value as integer, not enumCasey Deccio
2021-08-08Only populate zsks/ksks if there are DNSKEYsCasey Deccio
2021-08-08Don't crash with no IPv6 supportCasey Deccio
2021-08-08Initialize key-related vars if DNSKEY was queriedCasey Deccio
2021-03-12Bump version to 0.9.3v0.9.3Casey Deccio
2021-03-05Recreate EDNS if options or payload are changedCasey Deccio
2021-02-06Bump version to 0.9.2v0.9.2Casey Deccio
2021-02-06Merge pull request #72 from julianbrost/python-3.9Casey Deccio
2021-02-06Update version checking for pygraphviz 1.7Casey Deccio
2021-02-06Don't try to retrieve a query that wasn't madeCasey Deccio
2021-02-01Add compatibility for Python 3.9Julian Brost
2021-01-28Correct prefix for Ed448Casey Deccio
2021-01-20Bump version to 0.9.1v0.9.1Casey 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-12Update version to 0.9.0Casey Deccio
2021-01-12Add tests to distCasey Deccio
2021-01-09Update version numberv0.9.0Casey Deccio
2021-01-09Merge pull request #69 from dnsviz/obsoletealgCasey 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-16Retry on SSL errorCasey Deccio
2020-12-09Update URLsCasey Deccio
2020-12-09Tweak wordingCasey Deccio
2020-12-09Make dependency requirements consistentCasey Deccio
2020-12-09Check for the newer sys.base_prefixCasey Deccio
2020-12-09Update Fedora install directionsCasey Deccio
2020-12-09Add new python versionsCasey Deccio
2020-12-09Merge pull request #68 from dnsviz/inconsistent-nxdomainCasey 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