summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #532 from HsiehYuho/extrcodeBob Halley2020-07-071-0/+16
|\ \
| * | Support more DNS rcodeYu-Ho Hsieh2020-07-071-0/+16
* | | Fix Message ednsflags propery setter.Brian Wellington2020-07-071-1/+1
|/ /
* | Fix Message.want_dnssec().Brian Wellington2020-07-071-1/+1
|/
* Remove too strong "no metaclasses" check in _parse_rr_header().Bob Halley2020-07-071-2/+0
* In gethostbyaddr(), remove unneeded workarounds for getfqdn().Bob Halley2020-07-061-7/+7
* Fix incompatibility in getfqdn() revealed by dnspython web site change.Bob Halley2020-07-061-2/+5
* update version post releaseBob Halley2020-07-041-2/+2
* Remove code in _escapify() that can never run.Bob Halley2020-07-031-2/+0
* Fix comment typo.Bob Halley2020-07-021-1/+1
* 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-0248-588/+357
* 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
* | Remove no longer needed code to activate EDNS if setting an extendedBob Halley2020-06-281-2/+0
|/
* Use serial number arithmetic in IXFR.Bob Halley2020-06-271-1/+2
* add serial number arithmetic helperBob Halley2020-06-272-0/+118
* fix __all__ list: remove .py suffixes, add asyncbackendBob Halley2020-06-271-2/+3
* Refactor OPT handling code into OPT record class. (#520)Brian Wellington2020-06-264-70/+161
* Simplify code.Brian Wellington2020-06-262-11/+9