| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix NSEC3 base32 processing. (#929) | Brian Wellington | 2023-05-06 | 1 | -0/+1 |
| | | | | | | | | | | | The NSEC3 next name field is defined as base32 with no padding, but the code was doing base32 decoding with padding. This wouldn't have any effect in the normal case, since the only defined NSEC3 hashing algorithm is SHA1, and that generates a 160 bit hash that doesn't require padding when encoded in base32. This change removes generated padding after encode, rejects padded input on decode, and adds necessary padding for decode. | ||||
| * | Add support for RFC 6742 types. | Brian Wellington | 2021-07-13 | 1 | -0/+14 |
| | | | | | This adds the NID, L32, L64, and LP types. | ||||
| * | Update SVCB to the current spec. | Brian Wellington | 2021-04-21 | 1 | -2/+2 |
| | | |||||
| * | Checkpoint ZONEMD support. | Brian Wellington | 2021-02-24 | 1 | -0/+4 |
| | | |||||
| * | Add DLV to example zone. | Bob Halley | 2020-08-27 | 1 | -0/+1 |
| | | |||||
| * | Adds SMIMEA record type, RFC 8162 | Nils Wisiol | 2020-08-27 | 1 | -0/+3 |
| | | |||||
| * | Do not split OPENPGPKEY base64 into chunks. #577 | Bob Halley | 2020-08-26 | 1 | -1/+1 |
| | | |||||
| * | SVCB and HTTPS support | Bob Halley | 2020-08-07 | 1 | -0/+3 |
| | | |||||
| * | Add support for the AMTRELAY type. | Brian Wellington | 2020-07-01 | 1 | -0/+5 |
| | | |||||
| * | Improve TXT records in example zone. | Brian Wellington | 2020-05-04 | 1 | -1/+3 |
| | | | | | | | | | | | This zone was copied from a zone file in BIND long ago. BIND contains both sample zone files and a script to generate sample zone files, but the committed files appear to have been generated by a broken version of the script. This updates the TXT records to what the script would have generated, which is far more complete. | ||||
| * | Parse decimal integer time in RRSIG records. | Bob Halley | 2019-04-08 | 1 | -0/+1 |
| | | | | | | Patch by Brian Wellington (thanks!) [Issue #364] | ||||
| * | Add OPENPGPKEY RR support. | Bob Halley | 2016-10-10 | 1 | -0/+1 |
| | | |||||
| * | Add AVC RR support. | Bob Halley | 2016-09-20 | 1 | -0/+1 |
| | | |||||
| * | Add CSYNC | Bob Halley | 2016-05-23 | 1 | -0/+1 |
| | | |||||
| * | harmonize example zone | Bob Halley | 2016-05-20 | 1 | -11/+14 |
| | | |||||
| * | LOC processing lost N/S or E/W info when values were within a | Bob Halley | 2016-05-20 | 1 | -0/+2 |
| | | | | | degree of the equator or the prime meridian. | ||||
| * | Add support for CDNSKEY record type | Jan Vcelak | 2015-10-31 | 1 | -0/+1 |
| | | |||||
| * | Add support for CDS record type | Jan Vcelak | 2015-10-31 | 1 | -0/+1 |
| | | |||||
| * | Add URI RR to test data. | Bob Halley | 2015-03-21 | 1 | -0/+1 |
| | | |||||
| * | Add CAA. | Bob Halley | 2014-09-04 | 1 | -0/+6 |
| | | |||||
| * | Add TLSA (RFC 6698) record type | Pieter Lexis | 2012-09-22 | 1 | -0/+3 |
| | | |||||
| * | remove old DNSSEC types | Bob Halley | 2011-04-05 | 1 | -8/+1 |
| | | |||||
| * | Add HIP RR type | Bob Halley | 2009-06-19 | 1 | -0/+1 |
| | | |||||
| * | Add DLV support | Bob Halley | 2009-06-18 | 1 | -0/+1 |
| | | |||||
| * | Add NSEC3PARAM support | Bob Halley | 2009-06-18 | 1 | -0/+2 |
| | | |||||
| * | Fix NSEC tests; add NSEC3 tests | Bob Halley | 2009-06-18 | 1 | -2/+4 |
| | | |||||
| * | add DHCID | Bob Halley | 2006-11-03 | 1 | -0/+3 |
| | | |||||
| * | add IPSECKEY | Bob Halley | 2006-06-22 | 1 | -0/+5 |
| | | |||||
| * | add SPF support | Bob Halley | 2006-06-21 | 1 | -0/+1 |
| | | |||||
| * | Do not reject unquoted TXT RR values The masterfile parser incorrectly | Bob Halley | 2005-09-02 | 1 | -0/+1 |
| | | | | | | | | rejected TXT records where a value was not quoted. Original author: Bob Halley <halley@dnspython.org> Date: 2004-10-26 00:13:21 | ||||
| * | parse LOC milliseconds correctly | Bob Halley | 2005-09-02 | 1 | -0/+2 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-06-16 05:27:28 | ||||
| * | add SSHFP RR | Bob Halley | 2005-09-02 | 1 | -0/+1 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-22 10:00:36 | ||||
| * | accept the unknown RR syntax for known RR types | Bob Halley | 2005-09-02 | 1 | -0/+1 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-14 08:33:47 | ||||
| * | initial import | Bob Halley | 2005-09-02 | 1 | -0/+101 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
