summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | slice constant.
* Merge pull request #76 from bastiak/masterBob Halley2014-07-161-0/+1
|\ | | | | NSEC3PARAM should allow only 4 parts of data
| * NSEC3PARAM should allow only 4 parts of dataMartin Basti2014-07-161-0/+1
| |
* | Add ChangeLog entry for resolver.rotateBob Halley2014-06-212-1/+8
| | | | | | | | Tweak options processing for greater flexibility
* | Merge pull request #58 from underrun/options_rotateBob Halley2014-06-211-0/+7
|\ \ | | | | | | add options rotate handling
| * | add options rotate handlingBatch User2014-05-051-0/+7
| | | | | | | | | | | | | | | for resolv.conf "options rotate" line, enable shuffling of nameservers before each query. (should just rotate start position and maintain order?).
* | | Add dns.zone.to_text() convenience method.Bob Halley2014-06-214-0/+159
| | | | | | | | | | | | Thanks to Brandon Whaley <redkrieg@gmail.com> for the patch.
* | | add thanksBob Halley2014-06-211-1/+1
| | |
* | | Fix exception when reading from a masterfile.Bob Halley2014-06-213-2/+18
| | | | | | | | | | | | | | | | | | | | | When reading from a masterfile, if the first content line started with leading whitespace, we raised an ugly exception instead of doing the right thing, namely using the zone origin as the name. [#73]
* | | 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
|\ \ \ | | |/ | |/| IDNA encoding/decoding issue fix
| * | Fix improper escaping in Name.to_unicode() methodMartin Basti2014-04-151-3/+8
| |/ | | | | | | | | Escaping before calling encoding.idna cause incorrect conversion. Now name is escaping after encofing.idna, and only whitespaces
* | 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()
| * | Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set().Petr Spacek2014-06-162-0/+116
| | | | | | | | | | | | Map between DNSKEY RR flags bit array and set of human-readable names.
* | | 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 objects
| * Allows to copy dns.name.Name objectsbastiak2014-02-201-0/+7
| |
* | In LOC, deal with 0 values for size, horizontal precision, and vertical ↵Bob Halley2014-03-031-0/+2
|/ | | | precision.
* Merge pull request #48 from spacekpe/loc-fixBob Halley2014-01-222-9/+85
|\ | | | | Fix issue #47 - LOC record parsing
| * Fix vertical precision parsing for LOC records.Petr Spacek2014-01-211-2/+2
| | | | | | | | | | Vertical precision value was ignored if the optional 'm' (unit) was missing at the end of input and rest of the input was ignored.
| * Fix default size, horizontal and vertical precition values for LOC records.Petr Spacek2014-01-211-7/+15
| | | | | | | | | | Default values in RFC 1876 are in meters but the old code used the numerical value as centimeters.
| * 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.
| * 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
| | | | | fail. Thanks to James Raftery for the fix and the repeated prodding to get it applied :)
* 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 <@ nam...
| * Fix bug: module dns.name has no attribution .to_text(); should be <@ ↵wangwang2013-08-311-1/+1
|/ | | | name>.to_text()
* 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_keys
| * 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 by switching back to the old style string formatting.
| * Preserve Python 2.4 compatibility.Jeffrey C. Ollie2013-07-081-3/+3
|/ | | | | A new style of string formatting was introduced in Python 2.6. Preserve Python 2.4 compatibility by switching back to the old style.
* 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
|