summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Zone.iterate_rdatasets() and Zone.iterate_rdatas() did not have aBob Halley2005-10-121-0/+6
| | | | | | default rdtype of dns.rdatatype.ANY as their docstrings said they did. They do now.
* add dns.name.Name.parent()Bob Halley2005-10-061-0/+5
|
* add dns.resolver.zone_from_name() and .get_default_resovler()Bob Halley2005-10-011-0/+8
|
* cope if time goes backwards a little bitBob Halley2005-09-291-1/+6
|
* allow source address and port to be specified in query.{udp,tcp,xfr}Bob Halley2005-09-021-0/+10
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 04:24:59
* fix problem throwing FormErr when responding to a responseBob Halley2005-09-021-2/+8
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-08-01 03:32:11
* prep 1.3.4Bob Halley2005-09-021-0/+14
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-06-05 16:49:40
* note 1.3.3 release dateBob Halley2005-09-021-0/+4
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-06-04 20:18:27
* Do not reject unquoted TXT RR values The masterfile parser incorrectlyBob Halley2005-09-021-0/+5
| | | | | | | rejected TXT records where a value was not quoted. Original author: Bob Halley <halley@dnspython.org> Date: 2004-10-26 00:13:21
* Added make_response() Added make_response(), which creates a skeletalBob Halley2005-09-021-0/+7
| | | | | | | | | 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
* dns.zone.from_xfr() in relativization mode incorrectly set zone.originBob Halley2005-09-021-1/+6
| | | | | | | to the empty name Original author: Bob Halley <halley@dnspython.org> Date: 2004-10-10 10:57:56
* The 'file' parameter to Name.to_wire() is now optional. The 'file'Bob Halley2005-09-021-0/+6
| | | | | | | | | 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
* Add indexing to Message.find_rrset()Bob Halley2005-09-021-1/+7
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-08-14 20:17:32
* inc version numberBob Halley2005-09-021-0/+4
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-08-07 18:55:46
* make sending queries via IPv6 workBob Halley2005-09-021-0/+15
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-08-04 09:10:14
* disallow types-by-number in NSEC; update ChangeLog and READMEBob Halley2005-09-021-0/+13
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 21:32:06
* parse LOC milliseconds correctlyBob Halley2005-09-021-0/+6
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-06-16 05:27:28
* prep 1.3.1Bob Halley2005-09-021-0/+4
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-06-06 20:36:12
* we specified dns.rdatatype.NONE instead of dns.rdataclass.NONE in someBob Halley2005-09-021-0/+5
| | | | | | | update delete operations Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-23 06:51:54
* add SSHFP RRBob Halley2005-09-021-0/+5
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-22 10:00:36
* accept the unknown RR syntax for known RR typesBob Halley2005-09-021-0/+10
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-05-14 08:33:47
* treat leading whitespace followed by EOL/EOF as a blank lineBob Halley2005-09-021-0/+11
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-04-09 10:09:59
* initial importBob Halley2005-09-021-0/+529
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40