summaryrefslogtreecommitdiff
path: root/tests/example1.good
Commit message (Collapse)AuthorAgeFilesLines
* Fix NSEC3 base32 processing. (#929)Brian Wellington2023-05-061-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 Wellington2021-07-131-0/+14
| | | | This adds the NID, L32, L64, and LP types.
* Update SVCB to the current spec.Brian Wellington2021-04-211-2/+2
|
* Checkpoint ZONEMD support.Brian Wellington2021-02-241-0/+4
|
* Add DLV to example zone.Bob Halley2020-08-271-0/+1
|
* Adds SMIMEA record type, RFC 8162Nils Wisiol2020-08-271-0/+3
|
* Do not split OPENPGPKEY base64 into chunks. #577Bob Halley2020-08-261-1/+1
|
* SVCB and HTTPS supportBob Halley2020-08-071-0/+3
|
* Add support for the AMTRELAY type.Brian Wellington2020-07-011-0/+5
|
* Improve TXT records in example zone.Brian Wellington2020-05-041-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 Halley2019-04-081-0/+1
| | | | | Patch by Brian Wellington (thanks!) [Issue #364]
* Add OPENPGPKEY RR support.Bob Halley2016-10-101-0/+1
|
* Add AVC RR support.Bob Halley2016-09-201-0/+1
|
* Add CSYNCBob Halley2016-05-231-0/+1
|
* harmonize example zoneBob Halley2016-05-201-11/+14
|
* LOC processing lost N/S or E/W info when values were within aBob Halley2016-05-201-0/+2
| | | | degree of the equator or the prime meridian.
* Add support for CDNSKEY record typeJan Vcelak2015-10-311-0/+1
|
* Add support for CDS record typeJan Vcelak2015-10-311-0/+1
|
* Add URI RR to test data.Bob Halley2015-03-211-0/+1
|
* Add CAA.Bob Halley2014-09-041-0/+6
|
* Add TLSA (RFC 6698) record typePieter Lexis2012-09-221-0/+3
|
* remove old DNSSEC typesBob Halley2011-04-051-8/+1
|
* Add HIP RR typeBob Halley2009-06-191-0/+1
|
* Add DLV supportBob Halley2009-06-181-0/+1
|
* Add NSEC3PARAM supportBob Halley2009-06-181-0/+2
|
* Fix NSEC tests; add NSEC3 testsBob Halley2009-06-181-2/+4
|
* add DHCIDBob Halley2006-11-031-0/+3
|
* add IPSECKEYBob Halley2006-06-221-0/+5
|
* add SPF supportBob Halley2006-06-211-0/+1
|
* Do not reject unquoted TXT RR values The masterfile parser incorrectlyBob Halley2005-09-021-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 correctlyBob Halley2005-09-021-0/+2
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-06-16 05:27:28
* add SSHFP RRBob Halley2005-09-021-0/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-22 10:00:36
* accept the unknown RR syntax for known RR typesBob Halley2005-09-021-0/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-14 08:33:47
* initial importBob Halley2005-09-021-0/+101
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40