summaryrefslogtreecommitdiff
path: root/dns/rdtypes/dsbase.py
Commit message (Expand)AuthorAgeFilesLines
* The DS digest_type field is now made a DSDigest instance by the constructor (...Dennis Værum2023-01-251-1/+1
* black autoformattingBob Halley2022-03-151-18/+18
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-2/+2
* Allow unknown digest types [#625]Bob Halley2021-12-201-2/+0
* Allow digest type 0 for CDSPeter Thomassen2021-10-201-13/+11
* Ensure that DS digest length is consistent with digest typePeter Thomassen2021-01-181-0/+18
* Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-051-1/+4
* checkpoint rdata constructor checkingBob Halley2020-08-211-5/+5
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-191-4/+6
* Rework wire format processing.Bob Halley2020-07-021-5/+3
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-301-9/+1
* import dns.dnssecBrian Wellington2020-06-221-0/+1
* DS: support mnemonic format from RFC 4034 section 5.3Petr Špaček2020-06-181-1/+1
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-1/+1
* checkpoint rdata subclasses docoBob Halley2020-05-091-11/+1
* Checkpoint immutable rdata.Brian Wellington2020-03-311-5/+5
* Add relativize_to to from_text().Brian Wellington2020-03-181-1/+2
* update copyrightBob Halley2018-12-011-0/+2
* pylint: enable check for trailing newlinesMartin2016-08-311-1/+0
* python3 supportArthur Gautier2016-04-211-11/+13
* All rdata comparsion now uses the digestable form.Bob Halley2014-09-041-10/+0
* update copyrightsBob Halley2011-05-121-1/+1
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-051-1/+1
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* handle escapes outside of names when reading text formatBob Halley2010-01-121-1/+1
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-3/+3
* Add DLV supportBob Halley2009-06-181-0/+92