summaryrefslogtreecommitdiff
path: root/dns/rdtypes
Commit message (Expand)AuthorAgeFilesLines
* make name and rdata use the immutable decoratormore-immutBob Halley2020-08-1963-155/+297
* detect escapes > 255Bob Halley2020-08-101-1/+4
* 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
* | Make SVCB and HTTPS immutable.Bob Halley2020-08-081-17/+28
* | SVCB and HTTPS supportBob Halley2020-08-074-0/+537
|/
* lintBob Halley2020-08-047-4/+16
* LOC with version not 0 is a FORMERRBob Halley2020-08-041-0/+2
* fix case of enum namesconstants2Bob Halley2020-08-031-2/+2
* remove globals() enum updatingBob Halley2020-08-031-2/+0
* add constantsBob Halley2020-08-031-0/+8
* pylint lintingBob Halley2020-07-311-1/+2
* increase TXT coverageBob Halley2020-07-261-1/+4
* Remove checks already done by dns.dnssec.algorithm_from_text().Bob Halley2020-07-251-2/+0
* a way of doing commentscommentsBob Halley2020-07-2024-58/+22
* 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-024-158/+103
* Rework wire format processing.Bob Halley2020-07-0241-436/+152
* Add support for the AMTRELAY type.Brian Wellington2020-07-014-59/+194
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-309-81/+9
* 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
* import dns.dnssecBrian Wellington2020-06-221-0/+1
* 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
* DS: support mnemonic format from RFC 4034 section 5.3Petr Špaček2020-06-181-1/+1
* remove now-unused io importsBob Halley2020-06-035-6/+0
* Minor Python 3 cleanups.Brian Wellington2020-06-033-3/+3
* 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-0138-127/+60
* 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-015-2/+25
* Lowercase SRV records in to_digestable(), fixes #496Nils Wisiol2020-06-011-0/+8
* Check character-string length for HINFO recordsNils Wisiol2020-05-291-2/+2
* flake8 lintingBob Halley2020-05-203-3/+3
* Create DNSKEY Flag enum.Brian Wellington2020-05-183-59/+9
* flake8 lintingBob Halley2020-05-156-10/+10
* fix some leftover doco issuesBob Halley2020-05-116-19/+19
* checkpoint rdata subclass doc, finally doneBob Halley2020-05-0922-201/+40
* checkpoint more rdata subclasses docoBob Halley2020-05-095-48/+12
* checkpoint rdata subclasses docoBob Halley2020-05-098-62/+12
* more documentationBob Halley2020-05-091-5/+9