summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In LOC, deal with 0 values for size, horizontal precision, and vertical preci...Bob Halley2014-03-031-0/+2
* Merge pull request #48 from spacekpe/loc-fixBob Halley2014-01-222-9/+85
|\
| * 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
| * test size, vertical and horizontal precision values in LOC recordsPetr Spacek2014-01-211-0/+68
* | Merge pull request #49 from spacekpe/skip-ecdsa-testsBob Halley2014-01-221-0/+8
|\ \ | |/ |/|
| * Skip DNSSEC ECDSA tests if there is no python ecdsa package.Petr Spacek2014-01-211-0/+8
|/
* Fix problems with the IXFR state machine which caused long diffs toBob Halley2013-12-112-5/+18
* Preliminary Elliptic Curve DNSSEC Validation (requires ecdsa module)Bob Halley2013-09-212-2/+111
* prep 1.11.1v1.11.1Bob Halley2013-09-024-6/+54
* Merge pull request #36 from wangwang/fix-dns.name.to_text-errorBob Halley2013-09-011-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-262-1/+8
* Merge pull request #32 from andreif/patch-1Bob Halley2013-08-091-2/+2
|\
| * Fix variable name in dnssec._find_candidate_keysAndrei Fokau2013-08-031-2/+2
|/
* retry_servfail -> self.retry_servfailBob Halley2013-07-171-1/+1
* Merge pull request #29 from jcollie/masterBob Halley2013-07-081-3/+3
|\
| * Preserve Python 2.4 compatibility.Jeffrey C. Ollie2013-07-081-3/+3
|/
* fix docov1.11.0Bob Halley2013-07-071-2/+2
* Update for 1.11Bob Halley2013-07-071-2/+18
* prep 1.11Bob Halley2013-06-304-3/+28
* fix typoBob Halley2013-05-301-1/+1
* Do not add items with offsets >= 2^14 to the compression tableBob Halley2013-04-282-1/+7
* In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 fieldBob Halley2013-04-263-1/+14
* 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-314-2/+824
|\
| * This patch adds the ability to parse '$GENERATE' statements. See tests for ex...uberj2012-09-215-0/+825
| * This patch changes the parser to allow file names used in an $INCLUDE stateme...uberj2012-05-221-2/+0
* | Merge pull request #26 from mmmucky/masterBob Halley2013-03-312-96/+108
|\ \
| * | Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8)James Dempsey2013-03-282-96/+108
|/ /
* | Note new set_flags() method for dns.resolver.ResolverBob Halley2012-09-251-0/+4
* | 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
* | | note TLSA addedBob Halley2012-09-251-0/+4
* | | Merge pull request #17 from pieterlexis/TLSABob Halley2012-09-257-0/+102
|\ \ \
| * | | Add TLSA (RFC 6698) record typePieter Lexis2012-09-227-0/+102
* | | | Merge pull request #18 from pieterlexis/masterBob Halley2012-09-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Have git ignore .pyc filesPieter Lexis2012-09-221-0/+1
|/ / /
* | | Do not generate empty NSEC3 bitmap windowsBob Halley2012-08-283-2/+15
|/ /
* | Merge pull request #10 from stevetauber/masterBob Halley2012-05-311-1/+1
|\ \ | |/ |/|
| * Updating documentation for dns.query.xfrSteve Tauber2012-05-291-1/+1
|/
* fix typosBob Halley2012-05-211-3/+3
* fix typov1.10.0Bob Halley2012-04-081-1/+1
* add release markerBob Halley2012-04-081-0/+4
* doco fixesBob Halley2012-04-087-21/+38
* allow all EDNS parameters to be specifed when making a queryBob Halley2012-04-083-2/+19
* Add source_port support to resolver; fix source_port in query codeBob Halley2012-04-084-49/+58