third_party/dnspython
18 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

18 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.

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

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

18 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)

18 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]

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

18 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

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

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

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

18 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()

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

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

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

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

18 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.

18 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.

18 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

18 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.

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

18 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

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

18 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

18 years agoadd ddns example
Bob Halley [Mon, 31 Oct 2005 07:52:39 +0000 (07:52 +0000)]
add ddns example

18 years agoprep 1.3.5
Bob Halley [Mon, 31 Oct 2005 07:35:33 +0000 (07:35 +0000)]
prep 1.3.5

18 years agofix stuff pyflakes found
Bob Halley [Mon, 31 Oct 2005 07:24:44 +0000 (07:24 +0000)]
fix stuff pyflakes found

18 years agonote need to match relativize between dns.query.xfr() and dns.zone.from_xfr()
Bob Halley [Mon, 17 Oct 2005 05:23:58 +0000 (05:23 +0000)]
note need to match relativize between dns.query.xfr() and dns.zone.from_xfr()

18 years agofix doco bugs; note need to match relativize between dns.query.xfr() and dns.zone...
Bob Halley [Mon, 17 Oct 2005 05:23:42 +0000 (05:23 +0000)]
fix doco bugs; note need to match relativize between dns.query.xfr() and dns.zone.from_xfr()

18 years agofix doco bugs
Bob Halley [Mon, 17 Oct 2005 05:23:04 +0000 (05:23 +0000)]
fix doco bugs

18 years agoimprove entry
Bob Halley [Wed, 12 Oct 2005 03:09:55 +0000 (03:09 +0000)]
improve entry

18 years agoZone.iterate_rdatasets() and Zone.iterate_rdatas() did not have a
Bob Halley [Wed, 12 Oct 2005 03:09:01 +0000 (03:09 +0000)]
Zone.iterate_rdatasets() and Zone.iterate_rdatas() did not have a
default rdtype of dns.rdatatype.ANY as their docstrings said they did.
They do now.

18 years agouse name.parent()
Bob Halley [Thu, 6 Oct 2005 06:26:02 +0000 (06:26 +0000)]
use name.parent()

18 years agoadd dns.name.Name.parent()
Bob Halley [Thu, 6 Oct 2005 06:25:52 +0000 (06:25 +0000)]
add dns.name.Name.parent()

18 years agoadd dns.resolver.zone_from_name() and .get_default_resovler()
Bob Halley [Sat, 1 Oct 2005 03:18:11 +0000 (03:18 +0000)]
add dns.resolver.zone_from_name() and .get_default_resovler()

18 years agocope if time goes backwards a little bit
Bob Halley [Thu, 29 Sep 2005 05:12:48 +0000 (05:12 +0000)]
cope if time goes backwards a little bit

18 years agomv
Bob Halley [Fri, 2 Sep 2005 06:06:10 +0000 (06:06 +0000)]
mv

18 years agomv
Bob Halley [Fri, 2 Sep 2005 06:05:49 +0000 (06:05 +0000)]
mv

18 years agoremove .arch-ids
Bob Halley [Fri, 2 Sep 2005 05:38:32 +0000 (05:38 +0000)]
remove .arch-ids

18 years agoallow source address and port to be specified in query.{udp,tcp,xfr}
Bob Halley [Fri, 2 Sep 2005 05:33:20 +0000 (05:33 +0000)]
allow source address and port to be specified in query.{udp,tcp,xfr}

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-08-01 04:24:59

18 years agofix problem throwing FormErr when responding to a response
Bob Halley [Fri, 2 Sep 2005 05:33:17 +0000 (05:33 +0000)]
fix problem throwing FormErr when responding to a response

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-08-01 03:32:11

18 years agoEALREADY is OK too
Bob Halley [Fri, 2 Sep 2005 05:33:14 +0000 (05:33 +0000)]
EALREADY is OK too

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-07-22 20:14:42

18 years agoprep 1.3.4
Bob Halley [Fri, 2 Sep 2005 05:33:11 +0000 (05:33 +0000)]
prep 1.3.4

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-06-05 16:49:40

18 years agoimprove documentation of "where" parameter
Bob Halley [Fri, 2 Sep 2005 05:33:08 +0000 (05:33 +0000)]
improve documentation of "where" parameter

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-06-05 16:17:36

18 years agotake servers out of the mix based on rcode; add exponential backoff
Bob Halley [Fri, 2 Sep 2005 05:33:05 +0000 (05:33 +0000)]
take servers out of the mix based on rcode; add exponential backoff

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-06-04 20:55:45

18 years agonote 1.3.3 release date
Bob Halley [Fri, 2 Sep 2005 05:33:02 +0000 (05:33 +0000)]
note 1.3.3 release date

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-06-04 20:18:27

18 years agoadd get/del item/slice
Bob Halley [Fri, 2 Sep 2005 05:32:59 +0000 (05:32 +0000)]
add get/del item/slice

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-05-06 23:39:25

18 years agoupdate for 1.3.3
Bob Halley [Fri, 2 Sep 2005 05:32:56 +0000 (05:32 +0000)]
update for 1.3.3

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-01-30 00:06:30

18 years agoupdate copyrights
Bob Halley [Fri, 2 Sep 2005 05:32:52 +0000 (05:32 +0000)]
update copyrights

Original author: Bob Halley <halley@dnspython.org>
Date: 2005-01-08 08:13:48

18 years agofix the TooBig test, since the message code now imposes a minimum
Bob Halley [Fri, 2 Sep 2005 05:23:46 +0000 (05:23 +0000)]
fix the TooBig test, since the message code now imposes a minimum
maximum of 512

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-10-26 00:30:13

18 years agoDo not reject unquoted TXT RR values The masterfile parser incorrectly
Bob Halley [Fri, 2 Sep 2005 05:23:42 +0000 (05:23 +0000)]
Do not reject unquoted TXT RR values The masterfile parser incorrectly
rejected TXT records where a value was not quoted.

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-10-26 00:13:21

18 years agoAdded make_response() Added make_response(), which creates a skeletal
Bob Halley [Fri, 2 Sep 2005 05:23:37 +0000 (05:23 +0000)]
Added make_response() Added make_response(), which creates a skeletal
response for the specified query. Added opcode() and set_opcode()
convenience methods to the Message class. Added the request_payload
attribute to the Message class.

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-10-11 08:30:26

18 years agodns.zone.from_xfr() in relativization mode incorrectly set zone.origin
Bob Halley [Fri, 2 Sep 2005 05:23:33 +0000 (05:23 +0000)]
dns.zone.from_xfr() in relativization mode incorrectly set zone.origin
to the empty name

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-10-10 10:57:56

18 years agoThe 'file' parameter to Name.to_wire() is now optional. The 'file'
Bob Halley [Fri, 2 Sep 2005 05:23:30 +0000 (05:23 +0000)]
The 'file' parameter to Name.to_wire() is now optional. The 'file'
parameter to Name.to_wire() is now optional; if omitted, the wire form
will be returned as the value of the function. This makes getting the
wire form of a name more convenient.

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-09-02 20:12:17

18 years agoAdd indexing to Message.find_rrset()
Bob Halley [Fri, 2 Sep 2005 05:23:26 +0000 (05:23 +0000)]
Add indexing to Message.find_rrset()

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-08-14 20:17:32

18 years agoinc version number
Bob Halley [Fri, 2 Sep 2005 05:23:22 +0000 (05:23 +0000)]
inc version number

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-08-07 18:55:46

18 years agomake sending queries via IPv6 work
Bob Halley [Fri, 2 Sep 2005 05:23:18 +0000 (05:23 +0000)]
make sending queries via IPv6 work

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-08-04 09:10:14

18 years agodisallow types-by-number in NSEC; update ChangeLog and README
Bob Halley [Fri, 2 Sep 2005 05:23:14 +0000 (05:23 +0000)]
disallow types-by-number in NSEC; update ChangeLog and README

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-07-31 21:32:06

18 years agocatch dns.exception.Timeout if our query times out
Bob Halley [Fri, 2 Sep 2005 05:23:10 +0000 (05:23 +0000)]
catch dns.exception.Timeout if our query times out

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-07-31 09:58:29

18 years agoremove cvs $Id$ tags
Bob Halley [Fri, 2 Sep 2005 05:23:03 +0000 (05:23 +0000)]
remove cvs $Id$ tags

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-07-31 09:51:40

18 years agoimport random in dns.renderer
Bob Halley [Fri, 2 Sep 2005 05:22:58 +0000 (05:22 +0000)]
import random in dns.renderer

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-07-31 06:09:32

18 years agoparse LOC milliseconds correctly
Bob Halley [Fri, 2 Sep 2005 05:22:55 +0000 (05:22 +0000)]
parse LOC milliseconds correctly

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-06-16 05:27:28

18 years agoadd SSHFP to __init__.py
Bob Halley [Fri, 2 Sep 2005 05:22:51 +0000 (05:22 +0000)]
add SSHFP to __init__.py

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-06-06 20:39:50

18 years agoprep 1.3.1
Bob Halley [Fri, 2 Sep 2005 05:22:47 +0000 (05:22 +0000)]
prep 1.3.1

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-06-06 20:36:12

18 years agowe specified dns.rdatatype.NONE instead of dns.rdataclass.NONE in some
Bob Halley [Fri, 2 Sep 2005 05:22:43 +0000 (05:22 +0000)]
we specified dns.rdatatype.NONE instead of dns.rdataclass.NONE in some
update delete operations

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-05-23 06:51:54

18 years agoit helps if you add the SSHFP.py file too
Bob Halley [Fri, 2 Sep 2005 05:22:39 +0000 (05:22 +0000)]
it helps if you add the SSHFP.py file too

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-05-22 10:02:55

18 years agoadd SSHFP RR
Bob Halley [Fri, 2 Sep 2005 05:22:35 +0000 (05:22 +0000)]
add SSHFP RR

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-05-22 10:00:36

18 years agoaccept the unknown RR syntax for known RR types
Bob Halley [Fri, 2 Sep 2005 05:22:31 +0000 (05:22 +0000)]
accept the unknown RR syntax for known RR types

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-05-14 08:33:47

18 years agodns.name.from_text() did not complain if an escape ended too soon
Bob Halley [Fri, 2 Sep 2005 05:22:27 +0000 (05:22 +0000)]
dns.name.from_text() did not complain if an escape ended too soon

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-05-08 11:45:58

18 years agotreat leading whitespace followed by EOL/EOF as a blank line
Bob Halley [Fri, 2 Sep 2005 05:22:23 +0000 (05:22 +0000)]
treat leading whitespace followed by EOL/EOF as a blank line

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-04-09 10:09:59

18 years agoAdd documentation for where parameter in dns.query.*
Bob Halley [Fri, 2 Sep 2005 05:22:15 +0000 (05:22 +0000)]
Add documentation for where parameter in dns.query.*

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-03-25 04:55:28

18 years agoinitial import
Bob Halley [Fri, 2 Sep 2005 05:21:28 +0000 (05:21 +0000)]
initial import

Original author: Bob Halley <halley@dnspython.org>
Date: 2004-03-23 21:57:40

18 years agomkdir
Bob Halley [Fri, 2 Sep 2005 05:17:56 +0000 (05:17 +0000)]
mkdir