]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Remove the concept from "first" from TSIG.
authorBrian Wellington <bwelling@xbill.org>
Tue, 30 Jun 2020 16:27:06 +0000 (09:27 -0700)
committerBrian Wellington <bwelling@xbill.org>
Tue, 30 Jun 2020 16:27:06 +0000 (09:27 -0700)
commitbfdcb567502dcb1e4de443479547a2e26a4547f7
treecd69841b0e3a6f44453a84695531103d6ed1296e
parent5cb19a0d0f09aa8746f7116528948d697ebcb9d5
Remove the concept from "first" from TSIG.

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.
dns/message.py
dns/message.pyi
dns/query.py
dns/tsig.py