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-19Update copyright yearCasey Deccio
2020-12-17Display NSID valuesCasey Deccio
2020-06-16Merge branch 'master' of ssh://github.com/dnsviz/dnsvizCasey Deccio
2020-06-16Compare label against bytes instead of strCasey Deccio
2020-06-16Merge pull request #24 from jsoref/spellingCasey Deccio
2019-06-04Calculate exponent length properlyCasey Deccio
2019-03-12Fix tag outputCasey Deccio
2019-02-04Remove extra argumentCasey Deccio
2019-01-25Update copyright noticesCasey Deccio
2019-01-11Pass bytes to struct.unpack()Casey Deccio
2019-01-10Use html.escape() for python3Casey Deccio
2019-01-01Use hex representation for EDNS optionsCasey Deccio
2019-01-01Fix circular importCasey Deccio
2018-12-28Create cookie status tags, and return them in serialized status outputCasey Deccio
2018-12-25(Re-)create and use a human-friendly tag methodCasey Deccio
2018-12-25Indicate that a cookie was usedCasey Deccio
2018-12-25Rename tag method to reflect that it follows BIND.Casey Deccio
2018-12-22Set effective EDNS options appropriatelyCasey Deccio
2018-12-22Use lists for tags instead of stringsCasey Deccio
2018-12-08Use tags more like BIND loggingCasey Deccio
2018-12-08Use server_cookie_statusCasey Deccio
2018-11-25Add method to extract/return server cookieCasey Deccio
2018-11-16Add 0x20 indicator to tagCasey Deccio
2018-11-07Filter by class when checking for referralCasey Deccio
2018-11-07Make response components class-specific.Casey Deccio
2018-11-04Check validity of key lengths.Casey Deccio
2018-01-05Add support for DNSSEC alg 15 using libnaclCasey Deccio
2017-07-19spelling: multipleJosh Soref
2016-09-30Handle cases of irregular DNSKEY recordsCasey Deccio
2016-09-19Try ordereddict library as backup to built-inCasey Deccio
2016-09-13Pass byte strings to struct.pack() and struct.unpack()Casey Deccio
2016-08-24Pass arguments correctly to lambda functionCasey Deccio
2016-07-28Handle str/bytes encoding properlyCasey Deccio
2016-06-18Wrap rdata for proper comparison using python3Casey Deccio
2016-06-18Create strings from binary for python3 compabitilityCasey Deccio
2016-06-18Handle bytes/strings appropriately, with dual python2/python3Casey Deccio
2016-06-18Add __hash__ methods for python3 compatibilityCasey Deccio
2016-06-17Convert binary to strings for python3 compatibilityCasey Deccio
2016-06-14Use chr() only when necessary, for dual python2/python3 compatibilityCasey Deccio
2016-06-14Encode as latin1, rather than unicode, where appropriateCasey Deccio
2016-06-10Update str/unicode usage for python3 compatibilityCasey Deccio
2016-06-02Use relative import for python3 compatibilityCasey Deccio
2016-06-02Replace filter() appropriately python3 compatibilityCasey Deccio
2016-06-02Update except syntax (for python3 support)Casey Deccio
2016-05-27Handle dnspython3 behaviorCasey Deccio
2016-05-09Check for referrals more universallyCasey Deccio
2016-01-14Use time_elapsed instead of response_timeCasey Deccio
2016-01-07Update copyright noticesCasey Deccio
2016-01-06Use names of errnos, instead of numbersCasey Deccio
2015-12-16Serialize in milliseconds instead of secondsCasey Deccio