Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary string concatenation. | Brian Wellington | 2023-04-11 | 1 | -1/+1 |
* | Enum typing (#923) | Brian Wellington | 2023-04-06 | 1 | -3/+3 |
* | lint | Bob Halley | 2023-03-26 | 1 | -22/+23 |
* | Zone signer (#911) | Jakob Schlyter | 2023-03-20 | 1 | -1/+226 |
* | lint | Bob Halley | 2022-12-23 | 1 | -3/+5 |
* | DNSSEC doco fixes. | Bob Halley | 2022-12-23 | 1 | -5/+5 |
* | CDS/CDNSKEY utilities (#872) | Jakob Schlyter | 2022-12-23 | 1 | -11/+239 |
* | DNSSEC policy. (#869) | Bob Halley | 2022-12-15 | 1 | -2/+104 |
* | Improve DNSSEC _doco, minor DNSSEC and typing tweaks. | Bob Halley | 2022-12-12 | 1 | -26/+19 |
* | DNSSEC signer (#866) | Jakob Schlyter | 2022-12-12 | 1 | -39/+380 |
* | Initial DoQ support. | Bob Halley | 2022-10-09 | 1 | -1/+1 |
* | black autoformatting | Bob Halley | 2022-03-15 | 1 | -74/+97 |
* | One more pass, after adding --disallow-incomplete-defs | Bob Halley | 2022-03-11 | 1 | -1/+2 |
* | Typing pass number 2, featuring typing of bools, adding a return type | Bob Halley | 2022-03-10 | 1 | -5/+8 |
* | LGTM lint | Bob Halley | 2022-03-06 | 1 | -1/+1 |
* | Add integrated typing to much of dnspython. | Bob Halley | 2022-03-05 | 1 | -81/+65 |
* | fix various typing issues (typos) | Sebastian Wagner | 2022-01-29 | 1 | -1/+1 |
* | fix ordering issue with relative rdatas | Bob Halley | 2021-10-14 | 1 | -4/+4 |
* | DNSSEC refactoring. | Brian Wellington | 2021-02-12 | 1 | -152/+141 |
* | fix case of enum namesconstants2 | Bob Halley | 2020-08-03 | 1 | -2/+2 |
* | remove globals() enum updating | Bob Halley | 2020-08-03 | 1 | -3/+0 |
* | add constants | Bob Halley | 2020-08-03 | 1 | -0/+22 |
* | pylint linting | 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 |
* | lint | Bob Halley | 2020-06-30 | 1 | -1/+1 |
* | Add more dnssec coverage testing. | Brian Wellington | 2020-06-30 | 1 | -1/+1 |
* | improve coverage | Bob Halley | 2020-06-19 | 1 | -2/+3 |
* | Improvements to dns.rdata.to_wire(). | Brian Wellington | 2020-06-01 | 1 | -10/+3 |
* | flake8 linting | Bob Halley | 2020-05-20 | 1 | -18/+18 |
* | Enum refactoring. | Brian Wellington | 2020-05-19 | 1 | -12/+18 |
* | Convert opcode, rcode, dnssec constants to enums. | Brian Wellington | 2020-05-18 | 1 | -68/+28 |
* | indentation lint | Bob Halley | 2020-05-16 | 1 | -1/+1 |
* | Improve consistency in DNSSEC code. | Brian Wellington | 2020-05-15 | 1 | -11/+35 |
* | flake8 linting | Bob Halley | 2020-05-15 | 1 | -3/+6 |
* | Improve nsec3_hash() docs. | Brian Wellington | 2020-05-11 | 1 | -3/+3 |
* | Improve validate() docs. | Brian Wellington | 2020-05-11 | 1 | -2/+2 |
* | fix quoting, again! | Bob Halley | 2020-05-11 | 1 | -1/+1 |
* | fix quoting | Bob Halley | 2020-05-11 | 1 | -4/+4 |
* | Document validate() and validate_rrsig(). | Bob Halley | 2020-05-11 | 1 | -54/+53 |
* | Fix nsec3_hash() when passed a dns.name.Name. | Brian Wellington | 2020-05-11 | 1 | -2/+2 |
* | Fix nsec3_hash() with salt==None. | Brian Wellington | 2020-05-11 | 1 | -1/+3 |
* | Fix documentation formatting. | Brian Wellington | 2020-05-11 | 1 | -4/+4 |
* | Reharmonize doc style as I think it looks better | Bob Halley | 2020-05-10 | 1 | -43/+42 |
* | fix doco nits | Bob Halley | 2020-05-10 | 1 | -6/+6 |
* | more things to make mypy happier | Bob Halley | 2020-05-03 | 1 | -2/+2 |
* | In library code, replace from io import BytesIO (or StringIO) with import io | Bob Halley | 2020-05-01 | 1 | -2/+2 |
* | Remove redundant check. | Brian Wellington | 2020-04-21 | 1 | -3/+0 |
* | cryptography delint | Bob Halley | 2020-04-08 | 1 | -2/+1 |
* | Use python cryptography for DNSSEC | Simo Sorce | 2020-04-07 | 1 | -83/+81 |
* | delint | Bob Halley | 2020-04-02 | 1 | -1/+2 |