summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify code.proc-orderBrian Wellington2020-09-081-8/+5
|
* test processing_order()Bob Halley2020-09-021-0/+113
|
* deal with all zero weight URI caseBob Halley2020-09-021-0/+5
|
* processing order implementationBob Halley2020-09-029-0/+133
|
* test _as_* methodsBob Halley2020-09-011-0/+73
|
* _as_ttl was not returning the value if converting from a stringBob Halley2020-09-011-1/+1
|
* improve versioned zone coverageBob Halley2020-09-011-0/+46
|
* remove obsolete change indication code from WritableVersion deletion codeBob Halley2020-09-011-5/+0
|
* add some versioned zone test casesBob Halley2020-09-011-0/+25
|
* more test coverage for dns.query._matches_destination()Bob Halley2020-09-011-0/+29
|
* check for TTL type errors in rdataset/rrset from_text; allow text-form TTLs ↵Bob Halley2020-09-013-2/+23
| | | | there.
* add a note on type annotationsBob Halley2020-08-312-0/+11
|
* enable TSIG text format testingBob Halley2020-08-271-2/+11
|
* Add DLV to example zone.Bob Halley2020-08-274-0/+4
|
* Separate common resolver functionality into a BaseResolver class.Bob Halley2020-08-272-74/+69
|
* refresh doco rdatatype listBob Halley2020-08-272-6/+30
|
* disable one more quad nine thingBob Halley2020-08-271-1/+2
|
* follow usual dnspython inheritance scheme for shared typesBob Halley2020-08-273-66/+77
|
* replace() can now rely on constructors to validateBob Halley2020-08-271-4/+0
|
* lintBob Halley2020-08-271-1/+2
|
* add SMIMEA to whatsnewBob Halley2020-08-271-1/+1
|
* Merge pull request #578 from desec-io/masterBob Halley2020-08-2711-0/+57
|\ | | | | Adds SMIMEA record type, RFC 8162
| * Adds SMIMEA record type, RFC 8162Nils Wisiol2020-08-2711-0/+57
|/
* Do not split OPENPGPKEY base64 into chunks. #577Bob Halley2020-08-264-4/+4
|
* try to work around pathing problem for codecovBob Halley2020-08-261-1/+1
|
* restore missing windows tuple-fyBob Halley2020-08-263-3/+3
|
* use classmethod for Gateway factoriesBob Halley2020-08-264-55/+60
|
* more constructor checking workBob Halley2020-08-268-40/+41
|
* remove duplicate isinstance checkBob Halley2020-08-251-2/+0
|
* use self._as_name()Bob Halley2020-08-251-1/+1
|
* stronger constructor checking in SVCB/HTTPS paramsBob Halley2020-08-251-17/+8
|
* remove _constify() uses; more complete checking of bitmap windows types like ↵Bob Halley2020-08-2513-55/+79
| | | | NSEC
* constructor checking for EDNS optionsBob Halley2020-08-251-2/+10
|
* is_udp is better as Inbound attribute not parameter to process_message(). ↵Bob Halley2020-08-224-16/+55
| | | | Increase coverage.
* disable 9.9.9.9 in tests temporarilyBob Halley2020-08-221-2/+6
|
* minor doco editsBob Halley2020-08-224-9/+15
|
* remove parameters that are no longer used in inbound_xfr()Bob Halley2020-08-222-13/+1
|
* finish type constructor type checkingBob Halley2020-08-2216-106/+98
|
* checkpoint rdata constructor checkingBob Halley2020-08-2127-113/+194
|
* add as_rdataclass() and as_rdatatype(), and use them in rdata constructorBob Halley2020-08-211-2/+8
|
* do not call the OPT constructor with rdclass == NoneBob Halley2020-08-211-1/+1
|
* replace duplicated doco with referencesBob Halley2020-08-212-239/+29
|
* Detect and reject attempts to use compressed names in the generic rdataBob Halley2020-08-212-0/+14
| | | | syntax of a known type.
* update whatsnew.rstBob Halley2020-08-211-0/+13
|
* Merge pull request #576 from rthalley/xfrBob Halley2020-08-2112-19/+1288
|\ | | | | Implement new inbound xfr design.
| * Implement new inbound xfr design.xfrBob Halley2020-08-2112-19/+1288
|/
* add effective origin to origin_information()Bob Halley2020-08-203-7/+22
|
* Txns and txn managers have a single RdataClassBob Halley2020-08-194-88/+78
|
* rename masterfile to zonefileBob Halley2020-08-198-23/+23
|
* one import of dns.immutable is enoughBob Halley2020-08-191-1/+0
|