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-09-14Merge pull request #87 from pemensik/pytestCasey Deccio
2021-09-14Make tests detected by pytestPetr Menšík
2021-09-14Do not require working fileno in testsPetr Menšík
2021-08-17Only graph external signer if there is an analysisCasey Deccio
2021-08-17External signer is optionalCasey Deccio
2021-08-06Make compatible with python2.7Casey Deccio
2021-08-06Use a daemon-type thread to simplify managementCasey Deccio
2021-08-03Print algorithm value as integer, not enumCasey Deccio
2021-08-03Only populate zsks/ksks if there are DNSKEYsCasey Deccio
2021-07-28Don't crash with no IPv6 supportCasey Deccio
2021-07-28Tweak install instructionsCasey Deccio
2021-07-28Update linkCasey Deccio
2021-07-28Add reference to RHEL 8 / CentOS 8Casey Deccio
2021-07-27Allow scripts to run without /etc/resolv.conf if not neededCasey Deccio
2021-07-27Remove superfluous statementCasey Deccio
2021-07-08Query for NSEC3PARAMCasey Deccio
2021-07-08Merge pull request #83 from fcelda/ttl-expiration-conditionCasey 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-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