summaryrefslogtreecommitdiff
path: root/dns/message.pyi
Commit message (Collapse)AuthorAgeFilesLines
* Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ↵Nick Hall2020-08-081-1/+1
| | | | or not" wrapper functions to just call the class methods
* expose set_rcode in MessageNick Hall2020-07-311-1/+4
|
* update message.pyi to reflect sections changeBob Halley2020-07-011-4/+1
|
* Update for OPT/TSIG changes.Brian Wellington2020-06-301-12/+2
|
* Remove dns.message.Message multi field.Brian Wellington2020-06-301-1/+0
| | | | | The only user of this is the internal _WireReader class, so just pass it the flag rather than store it on the message.
* Remove the concept from "first" from TSIG.Brian Wellington2020-06-301-2/+1
| | | | | | | | | The sign() and validate() routines took a "first" parameter, which indicated that this message was the first in a multi-message sequence. This isn't needed, as it's identical to "not (ctx and multi)". Remove the parameter from both, as well as the now-unneeded field in the message object and message.from_wire() parameter.
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-031-1/+1
|
* added `is_response()` to message.pyikimbo2019-12-201-0/+4
|
* Initial type signaturesJanus2018-07-311-0/+55