]>
git.ipfire.org Git - thirdparty/dnspython.git/log
Bob Halley [Sun, 28 Apr 2013 08:21:37 +0000 (09:21 +0100)]
Do not add items with offsets >= 2^14 to the compression table
Bob Halley [Fri, 26 Apr 2013 12:03:42 +0000 (13:03 +0100)]
In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 field
Bob Halley [Sun, 31 Mar 2013 11:50:04 +0000 (12:50 +0100)]
lock caches in case they are shared
Bob Halley [Sun, 31 Mar 2013 11:28:04 +0000 (12:28 +0100)]
Do not retry SERVFAILing nameservers by default
Bob Halley [Sun, 31 Mar 2013 11:21:19 +0000 (12:21 +0100)]
Raise YXDOMAIN if we see a YXDOMAIN rcode
Bob Halley [Sun, 31 Mar 2013 11:18:54 +0000 (12:18 +0100)]
do not print empty rdatasets
Bob Halley [Sun, 31 Mar 2013 10:56:55 +0000 (03:56 -0700)]
Merge pull request #16 from uberj/generate4
Generate4
Bob Halley [Sun, 31 Mar 2013 10:33:29 +0000 (03:33 -0700)]
Merge pull request #26 from mmmucky/master
Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8)
James Dempsey [Wed, 27 Mar 2013 20:59:30 +0000 (09:59 +1300)]
Remove DNSKEY keytag uniqueness assumption (RFC 4034, section 8)
Bob Halley [Tue, 25 Sep 2012 16:52:52 +0000 (17:52 +0100)]
Note new set_flags() method for dns.resolver.Resolver
Bob Halley [Tue, 25 Sep 2012 16:44:07 +0000 (09:44 -0700)]
Merge pull request #14 from sleach/master
Added set_flags method to dns.resolver.Resolver
Bob Halley [Tue, 25 Sep 2012 16:38:01 +0000 (17:38 +0100)]
note TLSA added
Bob Halley [Tue, 25 Sep 2012 16:35:12 +0000 (09:35 -0700)]
Merge pull request #17 from pieterlexis/TLSA
Add TLSA (RFC 6698) record type
Bob Halley [Tue, 25 Sep 2012 16:30:03 +0000 (09:30 -0700)]
Merge pull request #18 from pieterlexis/master
Have git ignore *.pyc files
Pieter Lexis [Mon, 17 Sep 2012 21:58:20 +0000 (23:58 +0200)]
Add TLSA (RFC 6698) record type
Pieter Lexis [Mon, 17 Sep 2012 21:57:32 +0000 (23:57 +0200)]
Have git ignore .pyc files
uberj [Wed, 23 May 2012 17:44:04 +0000 (10:44 -0700)]
This patch adds the ability to parse '$GENERATE' statements. See tests for examples.
Bob Halley [Tue, 28 Aug 2012 20:51:59 +0000 (13:51 -0700)]
Do not generate empty NSEC3 bitmap windows
Sean Leach [Mon, 16 Jul 2012 15:45:23 +0000 (08:45 -0700)]
Added set_flags method to dns.resolver.Resolver to allow overriding of default query flags
Bob Halley [Thu, 31 May 2012 08:17:33 +0000 (01:17 -0700)]
Merge pull request #10 from stevetauber/master
Updated documentation for dns.query.xfr
Steve Tauber [Tue, 29 May 2012 22:32:32 +0000 (15:32 -0700)]
Updating documentation for dns.query.xfr
uberj [Tue, 22 May 2012 17:55:57 +0000 (10:55 -0700)]
This patch changes the parser to allow file names used in an $INCLUDE statement to not have surrounding quotes.
RFC 1035 doesn't explicitly say that the file name must be surrounded by quotes and bind supports the no quote format.
Bob Halley [Mon, 21 May 2012 17:34:46 +0000 (18:34 +0100)]
fix typos
Bob Halley [Sun, 8 Apr 2012 13:27:13 +0000 (14:27 +0100)]
fix typo
Bob Halley [Sun, 8 Apr 2012 13:25:40 +0000 (14:25 +0100)]
add release marker
Bob Halley [Sun, 8 Apr 2012 13:22:42 +0000 (14:22 +0100)]
doco fixes
Bob Halley [Sun, 8 Apr 2012 12:55:36 +0000 (13:55 +0100)]
allow all EDNS parameters to be specifed when making a query
Bob Halley [Sun, 8 Apr 2012 12:25:27 +0000 (13:25 +0100)]
Add source_port support to resolver; fix source_port in query code
Bob Halley [Sun, 8 Apr 2012 11:38:23 +0000 (12:38 +0100)]
remove obsolete TODO
Bob Halley [Sun, 8 Apr 2012 11:20:54 +0000 (12:20 +0100)]
more 1.10 prep
Bob Halley [Sun, 8 Apr 2012 11:10:28 +0000 (12:10 +0100)]
try TCP if UDP response is truncated
Bob Halley [Sat, 7 Apr 2012 21:15:56 +0000 (22:15 +0100)]
add check_origin parameter to dns.zone.from_xfr()
Bob Halley [Sat, 7 Apr 2012 21:08:52 +0000 (22:08 +0100)]
allow whitespace in SSHFP fingerprints
Bob Halley [Sat, 7 Apr 2012 20:43:32 +0000 (21:43 +0100)]
raise ValueError if the argument to node.replace_rdataset() is not an rdataset
Bob Halley [Sat, 7 Apr 2012 11:59:10 +0000 (12:59 +0100)]
add ChangeLog entry for Shane Huntley's trailing junk patch
Bob Halley [Sat, 7 Apr 2012 11:50:08 +0000 (04:50 -0700)]
Merge pull request #5 from shanehuntley/master
Add flag to ignore trailing junk
Shane Huntley [Mon, 30 Jan 2012 05:56:16 +0000 (21:56 -0800)]
Add flag to ignore trailing junk in message.
Bob Halley [Fri, 30 Dec 2011 17:06:53 +0000 (17:06 +0000)]
more 1.10 prep
Bob Halley [Mon, 29 Aug 2011 16:48:29 +0000 (17:48 +0100)]
add some LRUCache tests
Bob Halley [Wed, 24 Aug 2011 10:51:33 +0000 (11:51 +0100)]
add LRUCache
Bob Halley [Mon, 18 Jul 2011 22:03:50 +0000 (15:03 -0700)]
doco
Bob Halley [Wed, 13 Jul 2011 19:58:09 +0000 (12:58 -0700)]
the next version will be 1.10.0
Bob Halley [Wed, 13 Jul 2011 19:54:54 +0000 (12:54 -0700)]
add dns.resolver.override_system_resolver() and dns.resolver.restore_system_resolver()
Bob Halley [Wed, 13 Jul 2011 02:00:13 +0000 (19:00 -0700)]
more v6 strictness; more unit tests
Bob Halley [Wed, 13 Jul 2011 00:56:56 +0000 (17:56 -0700)]
increase IPv4 parsing strictness yet more
Bob Halley [Fri, 8 Jul 2011 16:57:41 +0000 (09:57 -0700)]
make IP address parsing stricter
Bob Halley [Sat, 11 Jun 2011 16:36:25 +0000 (17:36 +0100)]
fix typo
Bob Halley [Thu, 12 May 2011 14:39:15 +0000 (15:39 +0100)]
update copyrights
Bob Halley [Tue, 3 May 2011 10:22:04 +0000 (11:22 +0100)]
fix doco typo
Bob Halley [Tue, 3 May 2011 10:21:52 +0000 (11:21 +0100)]
use // division
Bob Halley [Tue, 3 May 2011 10:21:21 +0000 (11:21 +0100)]
compute dnspython.org master server and xfr from it
Bob Halley [Tue, 5 Apr 2011 14:11:08 +0000 (15:11 +0100)]
update
Bob Halley [Tue, 5 Apr 2011 14:04:02 +0000 (15:04 +0100)]
remove old DNSSEC types
Bob Halley [Tue, 5 Apr 2011 11:30:54 +0000 (12:30 +0100)]
do more careful bounds checking, and if checking fails, raise dns.exception.FormErr
Bob Halley [Tue, 5 Apr 2011 11:29:21 +0000 (12:29 +0100)]
increment version
Bob Halley [Tue, 5 Apr 2011 11:24:56 +0000 (12:24 +0100)]
add release marker
Bob Halley [Thu, 24 Mar 2011 17:33:55 +0000 (17:33 +0000)]
prep 1.9.4
Bob Halley [Thu, 24 Mar 2011 17:32:54 +0000 (17:32 +0000)]
add missing "import struct"
Bob Halley [Thu, 24 Mar 2011 17:32:23 +0000 (17:32 +0000)]
deal with relative names in _wire_cmp
Bob Halley [Thu, 24 Mar 2011 15:00:31 +0000 (15:00 +0000)]
add 1.9.3 release marker
Bob Halley [Wed, 23 Mar 2011 17:03:22 +0000 (17:03 +0000)]
prep 1.9.3
Bob Halley [Wed, 23 Mar 2011 01:34:51 +0000 (01:34 +0000)]
add canonical_name to Answer()
Bob Halley [Tue, 22 Mar 2011 12:57:38 +0000 (12:57 +0000)]
Add raise_on_no_answer option
Bob Halley [Wed, 9 Feb 2011 09:15:06 +0000 (09:15 +0000)]
Dnspython was erroneously doing case-insensitive comparisons of the names in NSEC and RRSIG records
Bob Halley [Fri, 17 Dec 2010 21:44:28 +0000 (13:44 -0800)]
use is and not == when comparing sections
Bob Halley [Fri, 10 Dec 2010 22:15:56 +0000 (14:15 -0800)]
disallow metaqueries in dns.resolver.query()
Bob Halley [Fri, 10 Dec 2010 18:48:54 +0000 (10:48 -0800)]
add a __hash__() method for rdata
Bob Halley [Fri, 10 Dec 2010 17:54:56 +0000 (09:54 -0800)]
increment patch version
Bob Halley [Tue, 23 Nov 2010 08:13:19 +0000 (08:13 +0000)]
Fix DNSSEC imports, again!
Bob Halley [Mon, 22 Nov 2010 12:10:19 +0000 (12:10 +0000)]
fix typo
Bob Halley [Mon, 22 Nov 2010 11:50:04 +0000 (11:50 +0000)]
Fix namespace contamination issue that broke DSA validation
Bob Halley [Sat, 20 Nov 2010 14:33:06 +0000 (14:33 +0000)]
add 1.9.0 release marker
Bob Halley [Sat, 20 Nov 2010 14:29:58 +0000 (14:29 +0000)]
more 1.9 prep
Bob Halley [Sat, 20 Nov 2010 14:25:54 +0000 (14:25 +0000)]
update for 1.9
Bob Halley [Sat, 20 Nov 2010 14:25:45 +0000 (14:25 +0000)]
remove debugging print
Bob Halley [Sat, 20 Nov 2010 12:16:29 +0000 (12:16 +0000)]
require python 2.4 or later
Bob Halley [Sat, 20 Nov 2010 12:11:17 +0000 (12:11 +0000)]
remove cut-and-paste remnant
Bob Halley [Sat, 20 Nov 2010 12:10:06 +0000 (12:10 +0000)]
test dnssec validator
Bob Halley [Sat, 20 Nov 2010 12:09:45 +0000 (12:09 +0000)]
convert to dnspython conventions, support relative and absolute names
Bob Halley [Sat, 20 Nov 2010 12:08:59 +0000 (12:08 +0000)]
cleanup whitespace
Bob Halley [Wed, 10 Nov 2010 10:42:09 +0000 (10:42 +0000)]
note that DNSSEC validation needs PyCrypto
Bob Halley [Wed, 10 Nov 2010 10:33:52 +0000 (10:33 +0000)]
make hash compatibility handling its own module; add basic DNSSEC validation
Bob Halley [Sun, 31 Oct 2010 13:41:06 +0000 (13:41 +0000)]
add missing credit
Bob Halley [Sun, 31 Oct 2010 13:40:00 +0000 (13:40 +0000)]
dns.resolver.zone_for_name() would return the wrong answer sometimes if the response had a CNAME or DNAME
Bob Halley [Sun, 31 Oct 2010 10:57:45 +0000 (10:57 +0000)]
Add zonediff.py to examples
Bob Halley [Wed, 27 Oct 2010 20:30:43 +0000 (21:30 +0100)]
add poll() support; bump version to 1.9.0
Bob Halley [Sun, 17 Oct 2010 17:11:07 +0000 (18:11 +0100)]
Set up the TSIG hashes table only once.
Make algorithm constants domain names.
Detect attempts to use HMAC-SHA384 and HMAC-SHA512 on Python versions
less than 2.5.2, and raise a NotImplemented exception. (We want to do
this because old versions of Python do not compute them correctly.)
Bob Halley [Sun, 17 Oct 2010 15:34:22 +0000 (16:34 +0100)]
Allow unicode strings for rdtype and rdclass parameters
Bob Halley [Sun, 17 Oct 2010 15:14:13 +0000 (16:14 +0100)]
add constants for TSIG algorithms
Bob Halley [Sun, 17 Oct 2010 14:58:19 +0000 (15:58 +0100)]
Fix bugs in pre-hashlib compatibility code
Bob Halley [Sun, 17 Oct 2010 14:40:10 +0000 (15:40 +0100)]
Add DNSSEC helpers key_id() and make_ds()
Bob Halley [Sun, 17 Oct 2010 14:33:10 +0000 (15:33 +0100)]
message.py needs to import dns.edns
Bob Halley [Tue, 4 May 2010 14:22:59 +0000 (15:22 +0100)]
When initializing an RRset, pass covers to the superclass
Bob Halley [Wed, 10 Mar 2010 14:22:32 +0000 (14:22 +0000)]
The TSIG algorithm was being passed to use_tsig() incorrectly.
Bob Halley [Wed, 27 Jan 2010 00:53:30 +0000 (16:53 -0800)]
inc version
Bob Halley [Wed, 27 Jan 2010 00:53:20 +0000 (16:53 -0800)]
add 1.8.0 marker
Bob Halley [Wed, 27 Jan 2010 00:53:01 +0000 (16:53 -0800)]
do not build windows exe target
Bob Halley [Tue, 26 Jan 2010 00:35:05 +0000 (16:35 -0800)]
prep for 1.8.0
Bob Halley [Mon, 25 Jan 2010 23:56:58 +0000 (15:56 -0800)]
update for 1.8
Bob Halley [Thu, 14 Jan 2010 22:51:06 +0000 (14:51 -0800)]
create exceptions with arguments as "raise E(args)" instead of "raise E, args"