| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ↵ | Nick Hall | 2020-08-08 | 1 | -1/+1 |
| | | | | | or not" wrapper functions to just call the class methods | ||||
| * | expose set_rcode in Message | Nick Hall | 2020-07-31 | 1 | -1/+4 |
| | | |||||
| * | update message.pyi to reflect sections change | Bob Halley | 2020-07-01 | 1 | -4/+1 |
| | | |||||
| * | Update for OPT/TSIG changes. | Brian Wellington | 2020-06-30 | 1 | -12/+2 |
| | | |||||
| * | Remove dns.message.Message multi field. | Brian Wellington | 2020-06-30 | 1 | -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 Wellington | 2020-06-30 | 1 | -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 Halley | 2020-05-03 | 1 | -1/+1 |
| | | |||||
| * | added `is_response()` to message.pyi | kimbo | 2019-12-20 | 1 | -0/+4 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -0/+55 |
