]> git.ipfire.org Git - thirdparty/dnspython.git/log
thirdparty/dnspython.git
16 years agoAdd NSEC3 support
Bob Halley [Thu, 18 Jun 2009 09:51:58 +0000 (10:51 +0100)] 
Add NSEC3 support

16 years agoadd .gitignore
Bob Halley [Thu, 18 Jun 2009 09:51:21 +0000 (10:51 +0100)] 
add .gitignore

16 years agoFix NSEC.to_text()
Bob Halley [Wed, 17 Jun 2009 14:10:59 +0000 (15:10 +0100)] 
Fix NSEC.to_text()

16 years agoUpdate version to 1.7.0
Bob Halley [Sun, 12 Apr 2009 00:35:57 +0000 (01:35 +0100)] 
Update version to 1.7.0

16 years agoadd more type codes, make NSEC a singleton, fix whitespace
Bob Halley [Tue, 31 Mar 2009 01:03:55 +0000 (01:03 +0000)] 
add more type codes, make NSEC a singleton, fix whitespace

16 years agomake EDNS options comparable
Bob Halley [Mon, 30 Mar 2009 23:32:22 +0000 (23:32 +0000)] 
make EDNS options comparable

16 years agoadd UDP IXFR support
Bob Halley [Mon, 30 Mar 2009 23:20:07 +0000 (23:20 +0000)] 
add UDP IXFR support

16 years agodocument options
Bob Halley [Mon, 30 Mar 2009 23:10:03 +0000 (23:10 +0000)] 
document options

16 years agoadd one_rr_per_rrset mode switch to methods which parse messages from wire format
Bob Halley [Mon, 30 Mar 2009 22:58:26 +0000 (22:58 +0000)] 
add one_rr_per_rrset mode switch to methods which parse messages from wire format

16 years agofix typos
Bob Halley [Mon, 30 Mar 2009 20:41:55 +0000 (20:41 +0000)] 
fix typos

16 years agoEDNS option support
Bob Halley [Mon, 30 Mar 2009 20:41:20 +0000 (20:41 +0000)] 
EDNS option support

17 years agoadd DS RR fix ChangeLog
Bob Halley [Thu, 16 Oct 2008 14:30:16 +0000 (14:30 +0000)] 
add DS RR fix ChangeLog

17 years agoallow multiple chunks in DS RR Base64
Bob Halley [Thu, 16 Oct 2008 14:26:28 +0000 (14:26 +0000)] 
allow multiple chunks in DS RR Base64

17 years agoadd entropy module
Bob Halley [Wed, 8 Oct 2008 09:35:24 +0000 (09:35 +0000)] 
add entropy module

17 years agovalidate TSIGs using the absolute name; use new entropy module
Bob Halley [Wed, 8 Oct 2008 09:34:59 +0000 (09:34 +0000)] 
validate TSIGs using the absolute name; use new entropy module

17 years agodeobfuscate code; thanks to Andre van der Vlies
Bob Halley [Tue, 5 Aug 2008 17:08:59 +0000 (17:08 +0000)] 
deobfuscate code; thanks to Andre van der Vlies

17 years agoset_rcode() was broken when used with extended rcodes; keep ednsflags coherent with...
Bob Halley [Tue, 3 Jun 2008 10:49:12 +0000 (10:49 +0000)] 
set_rcode() was broken when used with extended rcodes; keep ednsflags coherent with edns version

17 years agoin inet_aton(), raise dns.exception.SyntaxError, like our contract says
Bob Halley [Wed, 6 Feb 2008 08:59:13 +0000 (08:59 +0000)] 
in inet_aton(), raise dns.exception.SyntaxError, like our contract says

17 years agoraise an exception if the TSIG error is non-zero
Bob Halley [Wed, 6 Feb 2008 08:58:37 +0000 (08:58 +0000)] 
raise an exception if the TSIG error is non-zero

18 years agoadd marker for 1.6.0 release
Bob Halley [Sun, 25 Nov 2007 18:20:49 +0000 (18:20 +0000)] 
add marker for 1.6.0 release

18 years agofix typo
Bob Halley [Sun, 25 Nov 2007 17:35:02 +0000 (17:35 +0000)] 
fix typo

18 years agoprep 1.6
Bob Halley [Sun, 25 Nov 2007 17:33:27 +0000 (17:33 +0000)] 
prep 1.6

18 years agoIf select() raises an exception due to EINTR, we should just select()
Bob Halley [Sun, 25 Nov 2007 17:28:03 +0000 (17:28 +0000)] 
If select() raises an exception due to EINTR, we should just select()
again.  Thanks to Geert Jansen for reporting this.

18 years agoonly check port on multicast response
Bob Halley [Thu, 14 Jun 2007 02:00:40 +0000 (02:00 +0000)] 
only check port on multicast response

18 years agoadd basic multicast support
Bob Halley [Wed, 13 Jun 2007 16:00:14 +0000 (16:00 +0000)] 
add basic multicast support

18 years agoadd 1.5.0 release marker
Bob Halley [Fri, 25 May 2007 01:15:26 +0000 (01:15 +0000)] 
add 1.5.0 release marker

18 years agonote NAPTR cmp fix
Bob Halley [Fri, 25 May 2007 01:08:55 +0000 (01:08 +0000)] 
note NAPTR cmp fix

18 years agofix comparison cut-and-paste error
Bob Halley [Fri, 25 May 2007 01:07:58 +0000 (01:07 +0000)] 
fix comparison cut-and-paste error

18 years agofix indentation
Bob Halley [Wed, 28 Mar 2007 00:42:48 +0000 (00:42 +0000)] 
fix indentation

18 years agoimport dns.rrset, since we use it
Bob Halley [Fri, 23 Mar 2007 18:18:08 +0000 (18:18 +0000)] 
import dns.rrset, since we use it

18 years agofind enabled NICs on Windows Vista
Bob Halley [Thu, 8 Feb 2007 02:28:16 +0000 (02:28 +0000)] 
find enabled NICs on Windows Vista

18 years agoearly 1.6 prep
Bob Halley [Sat, 13 Jan 2007 01:43:11 +0000 (01:43 +0000)] 
early 1.6 prep

18 years agoinc version, fix download url
Bob Halley [Sat, 13 Jan 2007 01:42:36 +0000 (01:42 +0000)] 
inc version, fix download url

18 years agoupdate copyrights for 2007
Bob Halley [Mon, 1 Jan 2007 02:10:38 +0000 (02:10 +0000)] 
update copyrights for 2007

18 years agoupdate
Bob Halley [Mon, 1 Jan 2007 02:05:22 +0000 (02:05 +0000)] 
update

19 years agoinc version
Bob Halley [Sun, 10 Dec 2006 21:14:31 +0000 (21:14 +0000)] 
inc version

19 years agonote more new things
Bob Halley [Fri, 3 Nov 2006 23:30:45 +0000 (23:30 +0000)] 
note more new things

19 years agoadd DHCID
Bob Halley [Fri, 3 Nov 2006 23:29:19 +0000 (23:29 +0000)] 
add DHCID

19 years agoalphabetize; add SPF
Bob Halley [Fri, 3 Nov 2006 23:29:02 +0000 (23:29 +0000)] 
alphabetize; add SPF

19 years agoadd ignore_unexpected option dns.query.udp()
Bob Halley [Fri, 3 Nov 2006 02:27:08 +0000 (02:27 +0000)] 
add ignore_unexpected option dns.query.udp()

19 years agonote UnexpectedSource change
Bob Halley [Wed, 1 Nov 2006 01:11:35 +0000 (01:11 +0000)] 
note UnexpectedSource change

19 years agoinclude more detail when raising UnexpectedSource
Bob Halley [Wed, 1 Nov 2006 01:07:09 +0000 (01:07 +0000)] 
include more detail when raising UnexpectedSource

19 years agodoc fix
Bob Halley [Mon, 16 Oct 2006 19:39:02 +0000 (19:39 +0000)] 
doc fix

19 years agoadd python 2.5 distutils metadata
Bob Halley [Fri, 29 Sep 2006 23:17:45 +0000 (23:17 +0000)] 
add python 2.5 distutils metadata

19 years agomake kwargs for setup() programmatically
Bob Halley [Fri, 29 Sep 2006 23:05:50 +0000 (23:05 +0000)] 
make kwargs for setup() programmatically

19 years agono rpms
Bob Halley [Wed, 27 Sep 2006 20:49:25 +0000 (20:49 +0000)] 
no rpms

19 years agofix another typo
Bob Halley [Mon, 25 Sep 2006 04:53:32 +0000 (04:53 +0000)] 
fix another typo

19 years agofix typo
Bob Halley [Mon, 25 Sep 2006 04:52:40 +0000 (04:52 +0000)] 
fix typo

19 years agorequire 2.2.3 or later
Bob Halley [Mon, 25 Sep 2006 04:48:44 +0000 (04:48 +0000)] 
require 2.2.3 or later

19 years agoadd more metadata
Bob Halley [Mon, 25 Sep 2006 04:48:09 +0000 (04:48 +0000)] 
add more metadata

19 years agoadd some more examples
Bob Halley [Mon, 25 Sep 2006 02:59:06 +0000 (02:59 +0000)] 
add some more examples

19 years agoprep 1.5
Bob Halley [Mon, 25 Sep 2006 02:55:37 +0000 (02:55 +0000)] 
prep 1.5

19 years agoprep 1.5
Bob Halley [Mon, 25 Sep 2006 02:37:34 +0000 (02:37 +0000)] 
prep 1.5

19 years agofix typo
Bob Halley [Fri, 22 Sep 2006 22:00:54 +0000 (22:00 +0000)] 
fix typo

19 years agoadd use_edns parameter to make_query()
Bob Halley [Fri, 22 Sep 2006 21:54:58 +0000 (21:54 +0000)] 
add use_edns parameter to make_query()

19 years agoadd want_dnssec parameter to make_query()
Bob Halley [Fri, 22 Sep 2006 21:40:48 +0000 (21:40 +0000)] 
add want_dnssec parameter to make_query()

19 years agoadd reasonable defaults for Message.use_edns(); add Message.want_dnssec()
Bob Halley [Fri, 22 Sep 2006 21:35:45 +0000 (21:35 +0000)] 
add reasonable defaults for Message.use_edns(); add Message.want_dnssec()

19 years agoif /etc/resolv.conf does not exist, just use the default resolver config
Bob Halley [Thu, 17 Aug 2006 07:03:27 +0000 (07:03 +0000)] 
if /etc/resolv.conf does not exist, just use the default resolver config

19 years agofix various doco errors (thanks Brian!)
Bob Halley [Tue, 15 Aug 2006 23:37:20 +0000 (23:37 +0000)] 
fix various doco errors (thanks Brian!)

19 years agocall self._config_win32_search() with the right variable
Bob Halley [Thu, 27 Jul 2006 06:13:23 +0000 (06:13 +0000)] 
call self._config_win32_search() with the right variable

19 years agoimplement more of the sequence protocol in Answer
Bob Halley [Thu, 20 Jul 2006 21:59:20 +0000 (21:59 +0000)] 
implement more of the sequence protocol in Answer

19 years agofix IXFR bugs, check more of IXFR for correctness
Bob Halley [Thu, 20 Jul 2006 21:29:42 +0000 (21:29 +0000)] 
fix IXFR bugs, check more of IXFR for correctness

19 years agodeal with up-to-date
Bob Halley [Thu, 20 Jul 2006 01:51:48 +0000 (01:51 +0000)] 
deal with up-to-date

19 years agoadd IXFR support
Bob Halley [Thu, 20 Jul 2006 01:40:28 +0000 (01:40 +0000)] 
add IXFR support

19 years agoadd RFC reference
Bob Halley [Thu, 22 Jun 2006 22:43:38 +0000 (22:43 +0000)] 
add RFC reference

19 years agoadd IPSECKEY
Bob Halley [Thu, 22 Jun 2006 22:41:57 +0000 (22:41 +0000)] 
add IPSECKEY

19 years agoadd IPSECKEY
Bob Halley [Thu, 22 Jun 2006 22:41:02 +0000 (22:41 +0000)] 
add IPSECKEY

19 years agoSPF rdata type
Bob Halley [Thu, 22 Jun 2006 00:41:55 +0000 (00:41 +0000)] 
SPF rdata type

19 years agoignore MANIFEST
Bob Halley [Wed, 21 Jun 2006 23:02:33 +0000 (23:02 +0000)] 
ignore MANIFEST

19 years agoadd SPF support
Bob Halley [Wed, 21 Jun 2006 23:01:46 +0000 (23:01 +0000)] 
add SPF support

19 years agoadd release marker
Bob Halley [Fri, 2 Jun 2006 21:24:28 +0000 (21:24 +0000)] 
add release marker

19 years agoadd RRset.to_rdataset()
Bob Halley [Wed, 26 Apr 2006 01:00:14 +0000 (01:00 +0000)] 
add RRset.to_rdataset()

19 years agoadd dns.e164.query()
Bob Halley [Tue, 28 Mar 2006 02:01:38 +0000 (02:01 +0000)] 
add dns.e164.query()

19 years agooops
Bob Halley [Tue, 28 Mar 2006 01:56:58 +0000 (01:56 +0000)] 
oops

19 years agoupdate
Bob Halley [Mon, 27 Mar 2006 06:19:42 +0000 (06:19 +0000)] 
update

19 years agodon't remove from a list while iterating it
Bob Halley [Mon, 27 Mar 2006 06:16:58 +0000 (06:16 +0000)] 
don't remove from a list while iterating it

19 years agodo not delay responses for successful queries
Bob Halley [Fri, 17 Mar 2006 18:44:46 +0000 (18:44 +0000)] 
do not delay responses for successful queries

19 years agoIf the 'zone' parameter to the Update constructor was a name, we erroneously
Bob Halley [Fri, 3 Mar 2006 01:04:52 +0000 (01:04 +0000)] 
If the 'zone' parameter to the Update constructor was a name, we erroneously
tried to invoke a method named 'copy'.  Names are immutable, there's no
need to copy anyway.

19 years agoadd rdata validate() method
Bob Halley [Wed, 18 Jan 2006 07:26:51 +0000 (07:26 +0000)] 
add rdata validate() method

19 years agonote ttl changes
Bob Halley [Tue, 10 Jan 2006 23:17:56 +0000 (23:17 +0000)] 
note ttl changes

19 years agoallow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)
Bob Halley [Tue, 10 Jan 2006 23:15:41 +0000 (23:15 +0000)] 
allow BIND 8 TTL syntax in ttl-like places (SOA, SIG, RRSIG)

19 years agoTTLs are now bounds checked to be within the closed interval [0, 2^31 - 1]
Bob Halley [Tue, 10 Jan 2006 23:05:26 +0000 (23:05 +0000)] 
TTLs are now bounds checked to be within the closed interval [0, 2^31 - 1]

19 years agoprep 1.4.0
Bob Halley [Thu, 5 Jan 2006 06:01:50 +0000 (06:01 +0000)] 
prep 1.4.0

19 years agocope with irritating windows registry list delimiters
Bob Halley [Wed, 4 Jan 2006 11:39:28 +0000 (11:39 +0000)] 
cope with irritating windows registry list delimiters

19 years agoignore build and dist
Bob Halley [Tue, 27 Dec 2005 01:33:13 +0000 (01:33 +0000)] 
ignore build and dist

19 years agoadd reversemap and e164
Bob Halley [Tue, 27 Dec 2005 01:32:07 +0000 (01:32 +0000)] 
add reversemap and e164

19 years agotest reversemap and e164
Bob Halley [Tue, 27 Dec 2005 01:31:42 +0000 (01:31 +0000)] 
test reversemap and e164

19 years agorename from_text() to from_address(); add to_address()
Bob Halley [Tue, 27 Dec 2005 01:29:54 +0000 (01:29 +0000)] 
rename from_text() to from_address(); add to_address()

19 years agoadd E.164 helpers
Bob Halley [Tue, 27 Dec 2005 01:29:20 +0000 (01:29 +0000)] 
add E.164 helpers

19 years agotest reversename
Bob Halley [Tue, 27 Dec 2005 00:20:34 +0000 (00:20 +0000)] 
test reversename

19 years agogo back to reversename
Bob Halley [Mon, 26 Dec 2005 01:44:30 +0000 (01:44 +0000)] 
go back to reversename

19 years agoadd reversemap module
Bob Halley [Mon, 26 Dec 2005 01:39:53 +0000 (01:39 +0000)] 
add reversemap module

20 years agofloat_latitude and float_longitude returned the wrong sign on values
Bob Halley [Mon, 19 Dec 2005 07:28:20 +0000 (07:28 +0000)] 
float_latitude and float_longitude returned the wrong sign on values
for south latitudes and west longitudes.

20 years agoThe 'origin' parameter to from_text() and from_file() is now optional.
Bob Halley [Thu, 17 Nov 2005 23:23:21 +0000 (23:23 +0000)] 
The 'origin' parameter to from_text() and from_file() is now optional.
If not specified, dnspython will use the first $ORIGIN in the text as
the zone's origin.

20 years agoallow origin node sanity checks to be disabled
Bob Halley [Thu, 17 Nov 2005 23:00:17 +0000 (23:00 +0000)] 
allow origin node sanity checks to be disabled

20 years agoNote that Unicode name support needs Python 2.3 or greater.
Bob Halley [Sun, 13 Nov 2005 01:55:12 +0000 (01:55 +0000)] 
Note that Unicode name support needs Python 2.3 or greater.

20 years agoPreliminary Unicode support
Bob Halley [Sun, 13 Nov 2005 01:54:29 +0000 (01:54 +0000)] 
Preliminary Unicode support

20 years agocommitting toy edits made testing bzr to the svn repo was not what I wanted to do
Bob Halley [Sun, 13 Nov 2005 01:04:53 +0000 (01:04 +0000)] 
committing toy edits made testing bzr to the svn repo was not what I wanted to do

20 years agoarf
Bob Halley [Fri, 11 Nov 2005 02:47:03 +0000 (02:47 +0000)] 
arf

20 years agonote addition of ddns.py too
Bob Halley [Mon, 31 Oct 2005 07:53:17 +0000 (07:53 +0000)] 
note addition of ddns.py too