summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* Prep 1.12.0v1.12.0Bob Halley2014-09-011-2/+2
* Cope with 64-bit Python on Windows passing the wrong value for the unbounded ...Bob Halley2014-07-241-1/+13
* Merge pull request #76 from bastiak/masterBob Halley2014-07-161-0/+1
|\
| * NSEC3PARAM should allow only 4 parts of dataMartin Basti2014-07-161-0/+1
* | Add ChangeLog entry for resolver.rotateBob Halley2014-06-211-1/+1
* | Merge pull request #58 from underrun/options_rotateBob Halley2014-06-211-0/+7
|\ \
| * | add options rotate handlingBatch User2014-05-051-0/+7
* | | Add dns.zone.to_text() convenience method.Bob Halley2014-06-211-0/+25
* | | Fix exception when reading from a masterfile.Bob Halley2014-06-211-1/+1
* | | Fix relativization in RRSIG to_text()Bob Halley2014-06-191-1/+1
* | | In _escapify, rename whitespaces_only to unicode_modeBob Halley2014-06-191-4/+4
* | | Merge pull request #67 from bastiak/masterBob Halley2014-06-191-3/+8
|\ \ \ | | |/ | |/|
| * | Fix improper escaping in Name.to_unicode() methodMartin Basti2014-04-151-3/+8
| |/
* | Merge pull request #71 from spacekpe/DNSKEY.flags_to_text_setBob Halley2014-06-191-0/+48
|\ \
| * | Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set().Petr Spacek2014-06-161-0/+48
* | | Allow empty APL RR.Bob Halley2014-06-181-2/+2
|/ /
* | Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-312-2/+12
* | overhaul test systemBob Halley2014-05-311-0/+2
|/
* Do not put back an unescaped token.Bob Halley2014-04-111-1/+1
* Responses to messages signed with TSIG were broken.Bob Halley2014-04-042-4/+27
* Merge pull request #57 from bastiak/masterBob Halley2014-03-141-0/+7
|\
| * Allows to copy dns.name.Name objectsbastiak2014-02-201-0/+7
* | In LOC, deal with 0 values for size, horizontal precision, and vertical preci...Bob Halley2014-03-031-0/+2
|/
* Fix vertical precision parsing for LOC records.Petr Spacek2014-01-211-2/+2
* Fix default size, horizontal and vertical precition values for LOC records.Petr Spacek2014-01-211-7/+15
* Fix problems with the IXFR state machine which caused long diffs toBob Halley2013-12-111-5/+12
* Preliminary Elliptic Curve DNSSEC Validation (requires ecdsa module)Bob Halley2013-09-211-2/+56
* prep 1.11.1v1.11.1Bob Halley2013-09-021-1/+1
* Fix bug: module dns.name has no attribution .to_text(); should be <@ name>.to...wangwang2013-08-311-1/+1
* Make multi-message TSIGs compute correctly for algorithms other than MD5Bob Halley2013-08-261-1/+1
* 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
|/