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-14Do not require working fileno in testsPetr Menšík
2021-02-06Update version checking for pygraphviz 1.7Casey Deccio
2021-01-19Update copyright yearCasey Deccio
2021-01-09Allow prohibited algorithms to be considered with command-line optionCasey Deccio
2020-12-09Make dependency requirements consistentCasey Deccio
2020-12-08Create build_helper() functionCasey Deccio
2020-12-08Parse args in separate methodCasey Deccio
2020-11-17Handle trusted keys properlyCasey Deccio
2020-11-08Add support for python2Casey Deccio
2020-10-08Use argparse with dnsviz printCasey Deccio
2020-06-16Escape OS path separatorCasey Deccio
2019-09-05Fix spelling, simplify algs/digest algs inputCasey Deccio
2019-06-03Allow supported algorithms to be passed in on the command line.Casey Deccio
2019-03-07Mark the use of private IP addresses as an errorCasey Deccio
2019-01-25Update copyright noticesCasey Deccio
2019-01-24Don't show usage on every errorCasey Deccio
2019-01-10Close files after useCasey Deccio
2019-01-05Allow the -C option for strict cookie enforcementCasey Deccio
2018-11-24Update documentationCasey Deccio
2018-11-15Clarify error messagesCasey Deccio
2018-11-14Use OrderedDict for names, so duplicate names aren't listedCasey Deccio
2018-01-05Log lack of algorithm support in crypto moduleCasey Deccio
2018-01-04Use root logger for loggingCasey Deccio
2017-06-29Handle root KSK rolloverCasey Deccio
2016-08-29Display error message properlyCasey Deccio
2016-08-17Add more statusesCasey Deccio
2016-08-04Allow "-" as argument to -fCasey Deccio
2016-06-14Encode as latin1, rather than unicode, where appropriateCasey Deccio
2016-06-10Only decode command-line arguments if not using python3Casey Deccio
2016-06-10Update str/unicode usage for python3 compatibilityCasey Deccio
2016-06-02Replace map() instances that require list outputCasey Deccio
2016-06-02Update except syntax (for python3 support)Casey Deccio
2016-05-27Use io.open() for python3 compatibilityCasey Deccio
2016-03-18Show zone and delegation errorsCasey Deccio
2016-03-08First attempt at adding errors to print outputCasey Deccio
2016-01-07Update copyright noticesCasey Deccio
2015-12-16Check version more effectivelyCasey Deccio
2015-10-21Support zone_statusCasey Deccio
2015-09-22Consolidate RRsets with varying TTL in "print" cmdCasey Deccio
2015-09-16Use sys.stderr for errorsCasey Deccio
2015-09-15Use built-in root trust anchor by defaultCasey Deccio
2015-09-15Support multiple trust anchor files.Casey Deccio
2015-09-11Don't raise exception with pygraphviz import errorCasey Deccio
2015-09-11Graph NS by defaultCasey Deccio
2015-09-10Use nesting to properly format responsesCasey Deccio
2015-09-10Reference DNSViz instead of "this program"Casey Deccio
2015-09-10Point to URL instead of physical addressCasey Deccio
2015-09-03Use angle bracketsCasey Deccio
2015-09-02Add print commandCasey Deccio