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-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
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-12-09Use proper package name for py3-pip. Sigh.Casey Deccio
2020-12-09Fix RHEL referenceCasey Deccio
2020-12-09Add pip3Casey Deccio
2020-12-09Fix formatting / Remove python 2.6 supportCasey Deccio
2020-12-09Update RHEL7 install instructionsCasey Deccio
2020-12-08Update man pages with long optionsCasey Deccio
2020-12-08Call print_help() on parsersCasey Deccio
2020-12-08Update requirementsCasey Deccio
2020-12-08Move resolver creation to functionCasey Deccio
2020-12-08Create build_helper() functionCasey Deccio
2020-12-08Parse args in separate methodCasey Deccio
2020-12-08Fix module import detectionCasey Deccio
2020-12-08Merge pull request #67 from dnsviz/ed25519-ed448Casey Deccio
2020-12-08Install swig instead of libsodiumCasey Deccio
2020-11-20Don't require libnaclCasey Deccio
2020-11-20Add support for ed25519 and ed448Casey Deccio
2020-11-17Merge pull request #65 from dnsviz/argparseCasey Deccio
2020-11-17Add more tests to travisCasey Deccio