summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* port more typesparserBrian Wellington2020-07-025-104/+29
* port more typesBob Halley2020-07-027-67/+23
* add get_counted_bytes()Bob Halley2020-07-021-0/+4
* EUIBase should specify length when parsing.Brian Wellington2020-07-021-1/+1
* convert a bunch of typesBob Halley2020-07-0210-77/+30
* port to parserBob Halley2020-07-021-1/+1
* Make dns.rdata.to_wire take a restricted parser.Brian Wellington2020-07-022-9/+10
* Simplify parser position tracking.Brian Wellington2020-07-022-15/+12
* convert to parserBob Halley2020-07-023-24/+9
* add get_remaining()Bob Halley2020-07-021-0/+3
* port MXBase to parserBob Halley2020-07-021-10/+3
* Use the parser with name support!Bob Halley2020-07-021-1/+2
* The Chaos A RR has no reason to inherit from mxbase.Bob Halley2020-07-021-2/+2
* convert _WireReader to use the parserBob Halley2020-07-021-34/+18
* fix get_struct()Bob Halley2020-07-021-1/+1
* Add basic from_parser() support to rdata including scaffolding for not-yet-re...Bob Halley2020-07-021-6/+42
* seek via parser constructorBob Halley2020-07-021-2/+1
* Do not raise in restrict_to() cleanup if something already is raising; allow ...Bob Halley2020-07-021-3/+11
* initial binary importBob Halley2020-07-024-29/+116
* lintBob Halley2020-07-011-3/+2
* Merge pull request #527 from bwelling/tsigkeyBob Halley2020-07-016-90/+135
|\
| * Better deal with backwards compatibility.Brian Wellington2020-07-012-13/+12
| * Explicitly use the key's algorithm.Brian Wellington2020-07-011-2/+2
| * Add dns.tsig.Key class.Brian Wellington2020-07-016-88/+134
* | Merge remote-tracking branch 'upstream/master' into amtrelayBrian Wellington2020-07-014-66/+43
|\ \ | |/
| * 2.0.0rc2 versioningBob Halley2020-07-011-1/+1
| * increase resolver coverageBob Halley2020-07-011-2/+2
| * add back no cover for things we cannot cover on windows without mockingBob Halley2020-07-011-8/+8
| * expose windows resolver code to coverage testingBob Halley2020-07-011-11/+11
| * remove ancient windows supportBob Halley2020-07-011-45/+25
| * update message.pyi to reflect sections changeBob Halley2020-07-011-4/+1
| * lintBob Halley2020-06-301-1/+1
* | Add support for the AMTRELAY type.Brian Wellington2020-07-015-59/+195
|/
* Add Tokenizer.concatenate_remaining_identifiers()Brian Wellington2020-06-3010-81/+28
* Add more dnssec coverage testing.Brian Wellington2020-06-301-1/+1
* Merge pull request #525 from bwelling/tsigBob Halley2020-06-307-211/+281
|\
| * Update for OPT/TSIG changes.Brian Wellington2020-06-301-12/+2
| * Remove dns.message.Message multi field.Brian Wellington2020-06-302-8/+6
| * Fix documentation.Brian Wellington2020-06-301-1/+1
| * Test (and fix) renderer.add_multi_tsig().Brian Wellington2020-06-301-1/+1
| * Remove the concept from "first" from TSIG.Brian Wellington2020-06-304-19/+9
| * Remove spaces from to_text().Brian Wellington2020-06-301-2/+2
| * Store a TSIG rrset on the message object.Brian Wellington2020-06-304-114/+109
| * Change dns.tsig.validate() to take a TSIG record.Brian Wellington2020-06-302-33/+15
| * Create TSIGRecord; use it in _WireReader.Brian Wellington2020-06-303-40/+155
* | add/adjust some no cover pragmas; fix missing catch of UnicodeErrorBob Halley2020-06-301-4/+4
* | Merge pull request #522 from nrhall/nrhall-update-changes-cosmeticBob Halley2020-06-301-3/+3
|\ \ | |/ |/|
| * minor (cosmetic) fix to update sectionsNick Hall2020-06-291-3/+3
* | opcode is a function not an attributeBob Halley2020-06-291-1/+1
* | In add_edns(), the value of _make_opt() is an RRSet not an rdataset.Bob Halley2020-06-291-1/+1