summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add canonical_name() to async resolver too.Bob Halley2020-07-201-0/+1
|
* Add canonical_name() method to resolver.Bob Halley2020-07-201-0/+1
|
* rename statistics class; add documentationcache_statsBob Halley2020-07-191-1/+8
|
* Add documentation.Brian Wellington2020-07-171-0/+1
|
* Document some parser_from_wire() methods.Bob Halley2020-07-023-0/+3
|
* Add dns.tsig.Key class.Brian Wellington2020-07-011-3/+1
| | | | | | | | | | | | | | | | | | | | This creates a new class to represent a TSIG key, containing name, secret, and algorithm. The keyring format is changed to be {name : key}, and the methods in dns.tsigkeyring are updated to deal with old and new formats. The Message class is updated to use dns.tsig.Key, although (to avoid breaking existing code), it stores them in the keyring field. Message.use_tsig() can accept either explicit keys, or keyrings; it will extract and/or create a key. dns.message.from_wire() can accept either a key or a keyring in the keyring parameter. If passed a key, it will now raise if the TSIG record in the message was signed with a different key. If passed a keyring containing keys (as opposed to bare secrets), it will check that the TSIG record's algorithm matches that of the key.
* updateBob Halley2020-07-011-0/+9
|
* add message-query.rstBob Halley2020-06-261-0/+9
|
* basic documentation updates for revised message hierarchyBob Halley2020-06-263-23/+25
|
* doco updateBob Halley2020-06-121-2/+2
|
* add tls() to async docBob Halley2020-06-121-0/+5
|
* async docoBob Halley2020-06-1213-84/+103
|
* document Trio codeBob Halley2020-05-236-0/+80
|
* add some resolver intro docBob Halley2020-05-232-2/+14
|
* revision of truncation handlingBob Halley2020-05-222-3/+1
|
* mention negative caching in whatsnewBob Halley2020-05-211-0/+1
|
* correct inaccuracyBob Halley2020-05-211-3/+1
|
* note that new async APIs are experimentalBob Halley2020-05-211-1/+3
|
* doco tweaksBob Halley2020-05-203-7/+17
|
* first draft of What's New in 2.0.0Bob Halley2020-05-191-4/+59
|
* Allow resolver-level control over the defaulting of search (default False).Bob Halley2020-05-151-0/+7
|
* Add resolver resolve(), deprecate query().Bob Halley2020-05-151-0/+1
|
* Another docs typo fix.Brian Wellington2020-05-111-1/+1
|
* Resolver docs fixes.Brian Wellington2020-05-111-2/+5
|
* add nsec3_hash to docoBob Halley2020-05-111-0/+1
|
* extra imports for readthedocsBob Halley2020-05-111-0/+2
|
* Add TLS.Brian Wellington2020-05-111-0/+5
|
* Fix documentation typos.Brian Wellington2020-05-112-2/+2
|
* remove Python 2 referenceBob Halley2020-05-111-2/+1
|
* fix doco nitsBob Halley2020-05-102-4/+4
|
* checkpoint rdata subclass doc, finally doneBob Halley2020-05-091-77/+375
|
* checkpoint more rdata subclasses docoBob Halley2020-05-091-5/+75
|
* checkpoint rdata subclasses docoBob Halley2020-05-091-65/+236
|
* binary -> bytes, text -> strBob Halley2020-05-094-11/+11
|
* more documentationBob Halley2020-05-095-1/+58
|
* add license.rstBob Halley2020-05-081-0/+6
|
* add licenseBob Halley2020-05-081-0/+1
|
* remove yearBob Halley2020-05-081-1/+1
|
* update doco author and copyright infoBob Halley2020-05-081-2/+2
|
* remove python 2vs3 sectionBob Halley2020-05-082-19/+0
|
* add dns.query.httpsBob Halley2020-05-081-2/+7
|
* add sphinx to pyproject.tomlBob Halley2020-05-071-2/+2
|
* 3.6 or later required; mention DoH in installation docBob Halley2020-05-072-4/+7
|
* make DOH an extra feature (to avoid requests as hard dependency)Daniel Lenski2020-04-301-0/+1
|
* Use python cryptography for DNSSECSimo Sorce2020-04-072-8/+3
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Require Python 3.6 for EdDSA.Brian Wellington2020-03-112-3/+4
|
* Add support for EdDSA DNSSEC algorithms.Brian Wellington2020-03-112-1/+5
|
* Use PyCryptodome for ECDSA.Brian Wellington2020-03-102-7/+3
|
* refactoring of dnssec documentationEmanuel Moser2020-01-072-18/+16
| | | | | | - replaces old comments with sphinx style comments - adds support for sphinx.ext.todo - since `_validate()` and `_validate_rrsig()` are only internal functions they are removed from documentation
* Update required versionsHugo2018-09-061-1/+1
|