summaryrefslogtreecommitdiff
path: root/dns/rdtypes/ANY
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove spaces from to_text().Brian Wellington2020-06-301-2/+2
* Store a TSIG rrset on the message object.Brian Wellington2020-06-301-2/+2
* Create TSIGRecord; use it in _WireReader.Brian Wellington2020-06-302-0/+114
* Refactor OPT handling code into OPT record class. (#520)Brian Wellington2020-06-261-0/+74
* lintBob Halley2020-06-191-4/+4
* fix cut-and-paste typoBob Halley2020-06-191-1/+1
* Improve GPOS validity checking.Bob Halley2020-06-191-1/+12
* Check previously unchecked things in from_text(), and make from_wire() checks...Bob Halley2020-06-191-6/+25
* remove now-unused io importsBob Halley2020-06-031-1/+0
* Minor Python 3 cleanups.Brian Wellington2020-06-031-1/+1
* NSEC should NOT be downcased when canonicalized, nor should HIP or IPSECKEY; ...Bob Halley2020-06-011-1/+1
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-0120-54/+28
* RRSIG digestable might as well be right even if it is uselessBob Halley2020-06-011-0/+8
* Fix remaining canonical form problems, and add a test. [Issue #496]Bob Halley2020-06-011-0/+9
* Check character-string length for HINFO recordsNils Wisiol2020-05-291-2/+2
* flake8 lintingBob Halley2020-05-202-2/+2
* Create DNSKEY Flag enum.Brian Wellington2020-05-182-8/+2
* flake8 lintingBob Halley2020-05-154-5/+5
* fix some leftover doco issuesBob Halley2020-05-115-14/+15
* checkpoint rdata subclass doc, finally doneBob Halley2020-05-0912-115/+19