summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* delintBob Halley2018-12-012-6/+3
* update copyrightBob Halley2018-12-0192-0/+184
* Merge pull request #334 from hugovk/update-versionsBob Halley2018-12-0122-32/+33
|\
| * Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-0622-32/+33
* | FIxes pylint complaints.Björn Victor2018-11-181-2/+2
* | Make lint happierBjörn Victor2018-11-122-6/+6
* | Support for Chaos A recordsBjörn Victor2018-11-124-6/+99
|/
* lock importing to avoid races with multiple threadsBob Halley2018-08-281-6/+12
* Initial type signaturesJanus2018-07-3123-6/+428
* PEP 561 marker fileJanus2018-07-311-0/+0
* Merge pull request #279 from sapcc/renderer-add-running-tsig-supportBob Halley2018-07-311-2/+36
|\
| * add dns.renderer.Renderer.add_multi_tsig()Stefan Majewsky2017-09-141-2/+36
* | Merge pull request #325 from PhillWide/ignore_trailingBob Halley2018-07-311-8/+22
|\ \
| * | Add ignore_trailing option for message.from_wire to query udp and tcpFilip Široký2018-07-251-8/+22
* | | dns/hash: keep module for backward compatibility, add deprecation warningTomas Krizek2018-07-202-0/+36
* | | dns/dnssec: remove redundant returnTomas Krizek2018-07-201-3/+1
* | | dns/dnssec: support both pycryptodome and pycryptodomexTomas Krizek2018-07-201-37/+47
* | | dns/dnssec: keep algorithm names for backwards compatibilityTomas Krizek2018-07-201-36/+36
* | | dns/tsig: use hashlib to avoid cryptodome dependency for TSIGTomas Krizek2018-07-201-8/+8
* | | dns/dnssec: add missing rrsignameTomas Krizek2018-07-201-0/+2
* | | Update DNSSEC code to use pycryptodome instead of pycrypto. These changesDaniel Robbins2018-07-204-111/+86
|/ /
* | dns/rdatatype: fix pylint (redefined-outer-name)Tomas Krizek2018-07-181-1/+1
* | Add a way to dynamically register an rdata module.Bob Halley2018-07-172-0/+49
* | Merge pull request #258 from shatil/resolver-query-lifetime-timeoutBob Halley2018-07-171-9/+14
|\ \
| * | lifetime (timeout) support for dns.resolver.queryShatil Rafiullah2017-06-041-9/+14
* | | Merge pull request #266 from nresare/patch-1Bob Halley2018-07-171-1/+1
|\ \ \
| * | | Fix invalid escape warningNoa Resare2017-07-171-1/+1
| |/ /
* | | Merge pull request #255 from tomlanyon/masterBob Halley2018-07-171-10/+48
|\ \ \
| * | | Improve TTL detection when reading master zone files.Tom Lanyon2017-05-311-10/+48
| |/ /
* | | Merge pull request #300 from jamadden/dont-bare-exceptBob Halley2018-07-171-1/+1
|\ \ \
| * | | Don't use a bare except:Jason Madden2018-01-311-1/+1
| | |/ | |/|
* | | Merge pull request #263 from PhillWide/nsec3_bitmap_from_text_bugBob Halley2018-03-181-1/+1
|\ \ \
| * | | fix error when parsing nsec3 bitmap from textFilip Široký2017-08-151-1/+1
| | |/ | |/|
* | | Fix ipv6.py invalid escape sequencesCooper Lees2018-02-251-4/+4
* | | the universal newlines fix was backwardsBob Halley2018-02-211-2/+2
* | | The NXDOMAIN exception should not use its docstring.Bob Halley2018-02-201-1/+1
* | | Remove deprecated U option to open on python 3.Bob Halley2018-02-201-1/+4
* | | delintBob Halley2018-02-201-5/+5
* | | DNSSEC validation did not check names properly.Bob Halley2018-02-201-1/+1
| |/ |/|
* | Unify PY2/3 detectionMartin2017-07-196-21/+20
* | pylint: fix invalid-str-codecsMartin2017-07-151-5/+3
* | py3: maketrans: use rather if statementMartin2017-07-141-6/+8
* | Pylint: reduce range of pylint disable statementMartin2017-07-142-3/+2
|/
* fix one my lint that my invocation does not hit, but Travis doesBob Halley2017-05-301-0/+1
* Fix more latest pylint warnings.Bob Halley2017-05-303-2/+9
* Raise a validation failure exception instead of asserting when anBob Halley2017-02-191-1/+2
* Handle _find_candidate_keys None return case.Bob Halley2017-02-191-3/+4
* Always look at Windows global Domain parameter.Bob Halley2017-02-191-3/+4
* Make sure all 'strings' passed to the txtbase constructor are encoded ifBob Halley2017-02-191-6/+11
* dns.query.xfr() now raises on a non-zero rcode.Bob Halley2017-01-291-0/+15