summaryrefslogtreecommitdiff
path: root/dns/rdtypes/ANY
Commit message (Expand)AuthorAgeFilesLines
* Fix NSEC3 base32 processing. (#929)Brian Wellington2023-05-061-0/+5
* run blackBob Halley2023-03-301-1/+1
* black autoformattingBob Halley2022-03-1530-433/+620
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-112-0/+2
* Add integrated typing to much of dnspython.Bob Halley2022-03-054-11/+10
* more lgtm lintingBob Halley2022-02-172-4/+4
* Merge pull request #769 from peterthomassen/20220124_tokenizer_concatenate_re...Bob Halley2022-01-251-1/+1
|\
| * Require trailing field in rdata of TLSA and friendsPeter Thomassen2022-01-251-1/+1
* | Add missing items to rdtypes/ANY/__init__.pyPeter Thomassen2022-01-181-0/+4
|/
* lintBob Halley2021-12-171-1/+1
* Allow digest type 0 for CDSPeter Thomassen2021-10-201-0/+5
* change the RFC cite for CERTBob Halley2021-09-211-1/+1
* Add new certificate types in CERT recordKiran Pawar2021-09-211-0/+10
* Add support for RFC 6742 types.Brian Wellington2021-07-134-0/+176
* Lint passBob Halley2021-05-021-1/+0
* Add missing dns.rdtypes.util imports [Issue #648].processing_order_fixBob Halley2021-03-091-0/+1
* Checkpoint ZONEMD support.Brian Wellington2021-02-242-0/+67
* Add missing items to rdtypes/ANY/__init__.pyBob Halley2021-01-131-0/+2
* Pass kw from dns.rdata.to_text to _hexify and _base64ifyPeter Thomassen2021-01-054-4/+7
* TSIG: don't relativize algorithm nameDaniel Salzman2020-11-251-1/+1
* add comment on NSEC downcasing to avoid future confusionBob Halley2020-10-061-0/+2
* correct and simplify weighted_processing_order()Bob Halley2020-09-091-1/+1
* processing order implementationBob Halley2020-09-021-0/+10
* follow usual dnspython inheritance scheme for shared typesBob Halley2020-08-272-66/+8
* lintBob Halley2020-08-271-1/+2
* Adds SMIMEA record type, RFC 8162Nils Wisiol2020-08-272-0/+8
* Do not split OPENPGPKEY base64 into chunks. #577Bob Halley2020-08-261-1/+1
* restore missing windows tuple-fyBob Halley2020-08-263-3/+3
* use classmethod for Gateway factoriesBob Halley2020-08-261-8/+13
* more constructor checking workBob Halley2020-08-265-18/+13
* use self._as_name()Bob Halley2020-08-251-1/+1
* remove _constify() uses; more complete checking of bitmap windows types like ...Bob Halley2020-08-257-20/+31
* finish type constructor type checkingBob Halley2020-08-2214-96/+88
* checkpoint rdata constructor checkingBob Halley2020-08-219-44/+26
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-1941-96/+181
* Adds support for reading TSIG text format.Brian Wellington2020-08-101-8/+31
* lintBob Halley2020-08-081-3/+2
* Merge pull request #530 from nrhall/nrhall-gss-tsig-changesBob Halley2020-08-082-0/+118
|\
| * Add support for TKEY RR typeNick Hall2020-08-082-0/+118
* | LOC _exponent_of does not need to do division.Bob Halley2020-08-081-5/+1
|/
* lintBob Halley2020-08-044-2/+12
* LOC with version not 0 is a FORMERRBob Halley2020-08-041-0/+2
* Remove checks already done by dns.dnssec.algorithm_from_text().Bob Halley2020-07-251-2/+0
* a way of doing commentscommentsBob Halley2020-07-2010-27/+11
* Make dns.rdata._base64ify(..., 0) work.Brian Wellington2020-07-091-2/+2
* lintBrian Wellington2020-07-021-2/+0
* Consolidate NSEC/NSEC3/CSYNC bitmap handling.Brian Wellington2020-07-023-158/+28
* Rework wire format processing.Bob Halley2020-07-0222-287/+91
* Add support for the AMTRELAY type.Brian Wellington2020-07-011-0/+87
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-305-45/+5