summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep 1.12.0v1.12.0Bob Halley2014-09-014-6/+49
* Fix ChangeLog formatting.Bob Halley2014-09-011-29/+36
* Cope with 64-bit Python on Windows passing the wrong value for the unbounded ...Bob Halley2014-07-242-1/+21
* 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-212-1/+8
* | 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-214-0/+159
* | | add thanksBob Halley2014-06-211-1/+1
* | | Fix exception when reading from a masterfile.Bob Halley2014-06-213-2/+18
* | | Fix relativization in RRSIG to_text()Bob Halley2014-06-192-1/+4
* | | Add ChangeLog entries for accepted patches.Bob Halley2014-06-191-0/+11
* | | 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-192-0/+116
|\ \
| * | Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set().Petr Spacek2014-06-162-0/+116
* | | Allow empty APL RR.Bob Halley2014-06-183-2/+15
* | | add top-level test targetsBob Halley2014-06-151-0/+5
|/ /
* | Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-315-4/+35
* | overhaul test systemBob Halley2014-05-3120-6/+27
|/
* Do not put back an unescaped token.Bob Halley2014-04-112-1/+7
* Responses to messages signed with TSIG were broken.Bob Halley2014-04-043-4/+33
* 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
|/
* 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