| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | txn checkpointtransaction | Bob Halley | 2020-08-10 | 11 | -418/+1508 |
| | | |||||
| * | Simplify $GENERATE range code, add some error checks, and increase test ↵ | Bob Halley | 2020-08-08 | 1 | -12/+12 |
| | | | | | coverage. | ||||
| * | lint | Bob Halley | 2020-08-08 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #530 from nrhall/nrhall-gss-tsig-changes | Bob Halley | 2020-08-08 | 6 | -26/+245 |
| |\ | | | | | Add support for gss-tsig and TKEY records to support GSSAPI authentication | ||||
| | * | Support callable() TSIG keyrings for use-cases like GSSTSig. | Nick Hall | 2020-08-08 | 2 | -3/+41 |
| | | | |||||
| | * | Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ↵ | Nick Hall | 2020-08-08 | 3 | -49/+53 |
| | | | | | | | | | or not" wrapper functions to just call the class methods | ||||
| | * | Add gss-tsig support to dnspython | Nick Hall | 2020-08-08 | 2 | -7/+66 |
| | | | |||||
| | * | Add support for TKEY RR type | Nick Hall | 2020-08-08 | 2 | -0/+118 |
| | | | |||||
| * | | The from_text_list() methods for Rdataset and RRset should allow the | Bob Halley | 2020-08-08 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | full set of parameters that rdata's from_text() allows (i.e. origin, relativize, and relativize_to). These parameters were added though the order is slightly different from dns.rdata.to_text() as in the the rdata version idna_codec is after origin, relativize, and relativize_to. We already had an idna_codec for the Rdataset and RRset functions, so we added after it to keep backwards compatibility. | ||||
| * | | LOC _exponent_of does not need to do division. | Bob Halley | 2020-08-08 | 1 | -5/+1 |
| | | | |||||
| * | | Make SVCB and HTTPS immutable. | Bob Halley | 2020-08-08 | 1 | -17/+28 |
| | | | |||||
| * | | Add immutable module. | Bob Halley | 2020-08-08 | 2 | -15/+66 |
| | | | |||||
| * | | SVCB and HTTPS support | Bob Halley | 2020-08-07 | 6 | -2/+543 |
| |/ | |||||
| * | lint | Bob Halley | 2020-08-04 | 7 | -4/+16 |
| | | |||||
| * | LOC with version not 0 is a FORMERR | Bob Halley | 2020-08-04 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #562 from nrhall/nrhall-message-patch | Bob Halley | 2020-08-04 | 1 | -1/+4 |
| |\ | | | | | Expose set_rcode | ||||
| | * | expose set_rcode in Message | Nick Hall | 2020-07-31 | 1 | -1/+4 |
| | | | |||||
| * | | fix case of enum namesconstants2 | Bob Halley | 2020-08-03 | 10 | -22/+22 |
| | | | |||||
| * | | remove globals() enum updating | Bob Halley | 2020-08-03 | 10 | -20/+0 |
| | | | |||||
| * | | add constants | Bob Halley | 2020-08-03 | 10 | -0/+209 |
| | | | |||||
| * | | pylint linting | Bob Halley | 2020-07-31 | 15 | -48/+91 |
| |/ | |||||
| * | the abstract wire parse method for Rdata is now from_wire_parser() | Bob Halley | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | When validating a signature, derelativize before doing any label computations. | Bob Halley | 2020-07-28 | 1 | -2/+7 |
| | | | | | | | Raise an error if the number of labels in the signature is longer than the number of labels in the owner name. (This is just to give a better error as the validation would fail anyway.) | ||||
| * | Raise NoPreviousName if a text message tries to refer to a previous name but ↵ | Bob Halley | 2020-07-28 | 1 | -0/+9 |
| | | | | | there is none. | ||||
| * | Return the message in question_only mode. [#556] | Bob Halley | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #553 from rthalley/wrap | Bob Halley | 2020-07-28 | 2 | -25/+40 |
| |\ | | | | | Wrap exceptions from rdata from_text() and from_wire(). | ||||
| | * | Wrap exceptions from rdata from_text() and from_wire().wrap | Bob Halley | 2020-07-26 | 2 | -25/+40 |
| | | | |||||
| * | | Apply the resolver search list, domain, and ndots settings in the same way | Bob Halley | 2020-07-27 | 1 | -8/+34 |
| | | | | | | | | | that the BIND stub resolver library does. | ||||
| * | | Add missing lifetime parameter to dns.asyncresolver.resolve() [#555] | Bob Halley | 2020-07-27 | 1 | -2/+3 |
| |/ | |||||
| * | increase TXT coverage | Bob Halley | 2020-07-26 | 1 | -1/+4 |
| | | |||||
| * | remove test that can never be true | Bob Halley | 2020-07-26 | 1 | -2/+0 |
| | | |||||
| * | more resolver override testing | Bob Halley | 2020-07-26 | 1 | -2/+1 |
| | | |||||
| * | exclude unpractical-to-test AttributeError | Bob Halley | 2020-07-26 | 1 | -1/+1 |
| | | |||||
| * | increase EDNS coverage | Bob Halley | 2020-07-26 | 1 | -2/+2 |
| | | |||||
| * | Remove checks already done by dns.dnssec.algorithm_from_text(). | Bob Halley | 2020-07-25 | 1 | -2/+0 |
| | | |||||
| * | even on errors where we tolerate no question, check question if present | Bob Halley | 2020-07-25 | 1 | -3/+5 |
| | | |||||
| * | to_text() always returns a str, so no need to check if it is not a str | Bob Halley | 2020-07-24 | 1 | -5/+1 |
| | | |||||
| * | ignore coverage on abstract methods | Bob Halley | 2020-07-24 | 1 | -4/+4 |
| | | |||||
| * | Allow an escaped newline in a quoted string. | Bob Halley | 2020-07-23 | 1 | -1/+1 |
| | | |||||
| * | more tokenizer coverage improvements | Bob Halley | 2020-07-23 | 1 | -2/+2 |
| | | |||||
| * | Add no cover for abstract method. | Bob Halley | 2020-07-23 | 1 | -1/+1 |
| | | |||||
| * | Improve name coverage slightly by testing the uts_46 branch in 2008 decode. | Bob Halley | 2020-07-23 | 1 | -2/+3 |
| | | | | | | | I'm not sure how useful in practice this is, as we don't offer a codec configuration default for it, but I'm not sure you'd never do it, and the existing code was in the wrong order. | ||||
| * | Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses. | Bob Halley | 2020-07-22 | 1 | -10/+10 |
| | | |||||
| * | Make resolver use_edns() conform to its docstring; slightly improve ↵ | Bob Halley | 2020-07-22 | 2 | -2/+4 |
| | | | | | use_edns() logic. | ||||
| * | Use min() for min_ttl computations. | Bob Halley | 2020-07-21 | 1 | -8/+3 |
| | | |||||
| * | fix exception docstrings | Bob Halley | 2020-07-21 | 1 | -10/+13 |
| | | |||||
| * | set min ttl to max_ttl instead of special case -1 | Bob Halley | 2020-07-21 | 2 | -5/+7 |
| | | |||||
| * | unify chaining code | Bob Halley | 2020-07-21 | 2 | -66/+134 |
| | | |||||
| * | Set EDNS default payload to 1232. | Bob Halley | 2020-07-20 | 2 | -4/+6 |
| | | |||||
| * | Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf. | Bob Halley | 2020-07-20 | 1 | -2/+2 |
| | | | | | [Issue #546] | ||||
