summaryrefslogtreecommitdiff
path: root/dns/message.py
Commit message (Expand)AuthorAgeFilesLines
* Add flags to dns.message.make_query().Brian Wellington2021-11-021-2/+5
* Simplify; add a MessageError class.continue_on_errorBob Halley2021-10-241-47/+48
* change error format to have current instead of last goodBob Halley2021-10-231-10/+9
* draft continue_on_errorBob Halley2021-10-231-62/+103
* Add id to dns.message.make_query().Brian Wellington2021-10-141-2/+6
* Improve dns.message.make_query() docs.Brian Wellington2021-10-131-1/+3
* fix typo and improve dns.message.Message.is_response() doc stringBob Halley2021-10-101-1/+2
* use methods with appropriate rcode/opcode typecasting in Message.to_text()Bob Halley2021-01-041-4/+2
* Cast flags and ednsflags to int when calling dns.rcode.from_flags() andBob Halley2021-01-041-2/+2
* _WireReader.read() should make flags a dns.flags.Flag [Issue #606]Bob Halley2021-01-041-1/+1
* Change ChainingResult "rrset" to "answer"; fix typo.resolve_chainingBob Halley2020-12-211-10/+10
* resolve_chaining() now returns a ChainingResult object.Bob Halley2020-12-211-7/+30
* resolve_chaining() should not go into an infinite loop if the qtype isBob Halley2020-12-211-0/+3
* fix rrset match signature problemsfull_matchBob Halley2020-09-031-1/+2
* do not call the OPT constructor with rdclass == NoneBob Halley2020-08-211-1/+1
* Fix dns.message.use_tsig().Brian Wellington2020-08-101-3/+4
* Support callable() TSIG keyrings for use-cases like GSSTSig.Nick Hall2020-08-081-3/+9
* Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...Nick Hall2020-08-081-4/+4
* fix case of enum namesconstants2Bob Halley2020-08-031-2/+2
* remove globals() enum updatingBob Halley2020-08-031-1/+0
* add constantsBob Halley2020-08-031-0/+9
* pylint lintingBob Halley2020-07-311-2/+8
* Raise NoPreviousName if a text message tries to refer to a previous name but ...Bob Halley2020-07-281-0/+9
* Return the message in question_only mode. [#556]Bob Halley2020-07-281-1/+1
* even on errors where we tolerate no question, check question if presentBob Halley2020-07-251-3/+5
* Make resolver use_edns() conform to its docstring; slightly improve use_edns(...Bob Halley2020-07-221-1/+1
* Use min() for min_ttl computations.Bob Halley2020-07-211-8/+3
* fix exception docstringsBob Halley2020-07-211-10/+13
* set min ttl to max_ttl instead of special case -1Bob Halley2020-07-211-4/+5
* unify chaining codeBob Halley2020-07-211-3/+107
* Set EDNS default payload to 1232.Bob Halley2020-07-201-3/+4
* Minor cleanups to EDNS code.Brian Wellington2020-07-171-18/+7
* 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
* Rework wire format processing.Bob Halley2020-07-021-36/+20
* Add dns.tsig.Key class.Brian Wellington2020-07-011-30/+51
* Remove dns.message.Message multi field.Brian Wellington2020-06-301-7/+6
* Remove the concept from "first" from TSIG.Brian Wellington2020-06-301-10/+3
* Store a TSIG rrset on the message object.Brian Wellington2020-06-301-39/+68
* Change dns.tsig.validate() to take a TSIG record.Brian Wellington2020-06-301-2/+1
* Create TSIGRecord; use it in _WireReader.Brian Wellington2020-06-301-40/+41
* opcode is a function not an attributeBob Halley2020-06-291-1/+1
* Remove no longer needed code to activate EDNS if setting an extendedBob Halley2020-06-281-2/+0
* Refactor OPT handling code into OPT record class. (#520)Brian Wellington2020-06-261-54/+84
* Simplify code.Brian Wellington2020-06-261-6/+5
* eliminate hardcode sections lengthBob Halley2020-06-261-4/+3
* lintBob Halley2020-06-261-2/+2
* Attempt to refactor per-opcode validation.messageBrian Wellington2020-06-261-43/+28
* Remove hardcoded section names from TextReader.Brian Wellington2020-06-261-26/+36