summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Fix variable name in dnssec._find_candidate_keysAndrei Fokau2013-08-031-2/+2
* retry_servfail -> self.retry_servfailBob Halley2013-07-171-1/+1
* fix docov1.11.0Bob Halley2013-07-071-2/+2
* prep 1.11Bob Halley2013-06-301-1/+1
* fix typoBob Halley2013-05-301-1/+1
* Do not add items with offsets >= 2^14 to the compression tableBob Halley2013-04-281-1/+1
* In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 fieldBob Halley2013-04-261-1/+1
* lock caches in case they are sharedBob Halley2013-03-311-49/+80
* Do not retry SERVFAILing nameservers by defaultBob Halley2013-03-311-1/+5
* Raise YXDOMAIN if we see a YXDOMAIN rcodeBob Halley2013-03-311-0/+7
* do not print empty rdatasetsBob Halley2013-03-311-1/+2
* Merge pull request #16 from uberj/generate4Bob Halley2013-03-312-2/+230
|\
| * This patch adds the ability to parse '$GENERATE' statements. See tests for ex...uberj2012-09-212-0/+230
| * This patch changes the parser to allow file names used in an $INCLUDE stateme...uberj2012-05-221-2/+0
* | Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8)James Dempsey2013-03-281-96/+98
* | Merge pull request #14 from sleach/masterBob Halley2012-09-251-0/+12
|\ \
| * | Added set_flags method to dns.resolver.Resolver to allow overriding of defaul...Sean Leach2012-07-161-0/+12
* | | Add TLSA (RFC 6698) record typePieter Lexis2012-09-223-0/+92
* | | Do not generate empty NSEC3 bitmap windowsBob Halley2012-08-281-2/+4
|/ /
* | Updating documentation for dns.query.xfrSteve Tauber2012-05-291-1/+1
|/
* fix typosBob Halley2012-05-211-3/+3
* doco fixesBob Halley2012-04-086-20/+37
* allow all EDNS parameters to be specifed when making a queryBob Halley2012-04-081-2/+14
* Add source_port support to resolver; fix source_port in query codeBob Halley2012-04-082-49/+45
* try TCP if UDP response is truncatedBob Halley2012-04-081-0/+17
* add check_origin parameter to dns.zone.from_xfr()Bob Halley2012-04-071-2/+6
* allow whitespace in SSHFP fingerprintsBob Halley2012-04-071-2/+9
* raise ValueError if the argument to node.replace_rdataset() is not an rdatasetBob Halley2012-04-071-0/+2
* Add flag to ignore trailing junk in message.Shane Huntley2012-01-291-4/+11
* add LRUCacheBob Halley2011-08-241-2/+126
* docoBob Halley2011-07-181-2/+5
* the next version will be 1.10.0Bob Halley2011-07-131-2/+2
* add dns.resolver.override_system_resolver() and dns.resolver.restore_system_r...Bob Halley2011-07-131-0/+235
* more v6 strictness; more unit testsBob Halley2011-07-121-11/+4
* increase IPv4 parsing strictness yet moreBob Halley2011-07-121-0/+6
* make IP address parsing stricterBob Halley2011-07-082-20/+27
* fix typoBob Halley2011-06-111-1/+1
* update copyrightsBob Halley2011-05-1279-79/+79
* fix doco typoBob Halley2011-05-031-1/+2
* use // divisionBob Halley2011-05-033-4/+4
* remove old DNSSEC typesBob Halley2011-04-059-478/+211
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-0528-59/+124
* increment versionBob Halley2011-04-051-1/+1
* prep 1.9.4v1.9.4+readmev1.9.4Bob Halley2011-03-241-1/+1
* add missing "import struct"Bob Halley2011-03-241-0/+2
* deal with relative names in _wire_cmpBob Halley2011-03-241-2/+6
* add canonical_name to Answer()Bob Halley2011-03-231-0/+3
* Add raise_on_no_answer optionBob Halley2011-03-221-9/+35
* Dnspython was erroneously doing case-insensitive comparisons of the names in ...Bob Halley2011-02-094-28/+26
* use is and not == when comparing sectionsBob Halley2010-12-171-1/+1