summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* txn checkpointtransactionBob Halley2020-08-1014-425/+2115
* Simplify $GENERATE range code, add some error checks, and increase test cover...Bob Halley2020-08-082-18/+20
* mention GSS-TSIG and TKEY in what's newBob Halley2020-08-081-0/+3
* lintBob Halley2020-08-081-3/+2
* Merge pull request #530 from nrhall/nrhall-gss-tsig-changesBob Halley2020-08-088-27/+491
|\
| * Support callable() TSIG keyrings for use-cases like GSSTSig.Nick Hall2020-08-083-17/+110
| * Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...Nick Hall2020-08-084-54/+57
| * add additional test case with a request/response TSIGNick Hall2020-08-081-0/+10
| * Add a number of additional tests to improve TSIG test coverage relatingNick Hall2020-08-081-3/+64
| * Add gss-tsig support to dnspythonNick Hall2020-08-083-9/+92
| * Add support for TKEY RR typeNick Hall2020-08-083-0/+214
* | The from_text_list() methods for Rdataset and RRset should allow theBob Halley2020-08-082-4/+24
* | LOC _exponent_of does not need to do division.Bob Halley2020-08-081-5/+1
* | Make SVCB and HTTPS immutable.Bob Halley2020-08-082-17/+39
* | Add immutable module.Bob Halley2020-08-083-15/+106
* | Merge pull request #568 from rthalley/svcbBob Halley2020-08-0712-2/+834
|\ \ | |/ |/|
| * SVCB and HTTPS supportBob Halley2020-08-0712-2/+834
* | Remove duplicates in the ISDN sample data.Brian Wellington2020-08-061-2/+2
|/
* fix loc version not zero testBob Halley2020-08-041-1/+1
* lintBob Halley2020-08-048-5/+17
* LOC with version not 0 is a FORMERRBob Halley2020-08-042-0/+6
* Merge pull request #562 from nrhall/nrhall-message-patchBob Halley2020-08-041-1/+4
|\
| * expose set_rcode in MessageNick Hall2020-07-311-1/+4
* | Merge pull request #564 from rthalley/constants2Bob Halley2020-08-0414-20/+353
|\ \
| * | test constants with independent codeBob Halley2020-08-042-31/+39
| * | add enumeration checking helpersBob Halley2020-08-041-0/+19
| * | fix case of enum namesconstants2Bob Halley2020-08-0311-24/+27
| * | multiple # in a comment is okBob Halley2020-08-031-0/+2
| * | remove globals() enum updatingBob Halley2020-08-0310-20/+0
| * | add constantsBob Halley2020-08-0311-0/+321
|/ /
* | pylint lintingBob Halley2020-07-3117-65/+100
|/
* the abstract wire parse method for Rdata is now from_wire_parser()Bob Halley2020-07-311-1/+1
* allow pytest 6Bob Halley2020-07-301-1/+1
* When validating a signature, derelativize before doing any label computations.Bob Halley2020-07-282-3/+15
* more coverageBob Halley2020-07-281-0/+124
* Raise NoPreviousName if a text message tries to refer to a previous name but ...Bob Halley2020-07-281-0/+9
* more message coverageBob Halley2020-07-281-0/+84
* Return the message in question_only mode. [#556]Bob Halley2020-07-281-1/+1
* Merge pull request #553 from rthalley/wrapBob Halley2020-07-283-33/+58
|\
| * Wrap exceptions from rdata from_text() and from_wire().wrapBob Halley2020-07-263-33/+58
* | Apply the resolver search list, domain, and ndots settings in the same wayBob Halley2020-07-272-10/+56
* | Add missing lifetime parameter to dns.asyncresolver.resolve() [#555]Bob Halley2020-07-271-2/+3
|/
* increase TXT coverageBob Halley2020-07-262-1/+13
* increase rcode coverageBob Halley2020-07-261-0/+4
* remove test that can never be trueBob Halley2020-07-261-2/+0
* more resolver override testingBob Halley2020-07-263-3/+81
* exercise entropy stirringBob Halley2020-07-261-0/+2
* exclude unpractical-to-test AttributeErrorBob Halley2020-07-261-1/+1
* increase EDNS coverageBob Halley2020-07-262-2/+23
* still more dnssec coverageBob Halley2020-07-261-1/+52