summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
...
* Inc versionBob Halley2009-06-231-1/+1
* Prep 1.7.1Bob Halley2009-06-191-1/+1
* Handle negative prerequisitesBob Halley2009-06-191-1/+3
* Set the domain correctly on WindowsBob Halley2009-06-191-2/+2
* Add to_digestable() methods to rdata classesBob Halley2009-06-1910-56/+114
* _addresses_equal() needs the afBob Halley2009-06-191-1/+1
* Do not compress names in HIP RRsBob Halley2009-06-191-1/+1
* Add HIP RR typeBob Halley2009-06-192-0/+141
* Add DLV supportBob Halley2009-06-184-76/+117
* Add DNSSEC constantsBob Halley2009-06-183-0/+14
* Add BADTRUNCBob Halley2009-06-181-0/+7
* When checking for "same address", use the binary form of the address.Bob Halley2009-06-181-3/+11
* Allow a source port to be specifiedBob Halley2009-06-181-5/+9
* update copyrightsBob Halley2009-06-1879-79/+79
* Add NSEC3PARAM supportBob Halley2009-06-182-0/+89
* do not import dns.nameBob Halley2009-06-181-1/+0
* Add NSEC3 supportBob Halley2009-06-182-0/+178
* Fix NSEC.to_text()Bob Halley2009-06-171-2/+3
* Update version to 1.7.0Bob Halley2009-04-121-1/+1
* add more type codes, make NSEC a singleton, fix whitespaceBob Halley2009-03-311-5/+16
* make EDNS options comparableBob Halley2009-03-301-0/+47
* add UDP IXFR supportBob Halley2009-03-301-9/+29
* document optionsBob Halley2009-03-301-0/+2
* add one_rr_per_rrset mode switch to methods which parse messages from wire fo...Bob Halley2009-03-302-10/+25
* EDNS option supportBob Halley2009-03-304-6/+142
* allow multiple chunks in DS RR Base64Bob Halley2008-10-161-6/+13
* add entropy moduleBob Halley2008-10-082-0/+96
* validate TSIGs using the absolute name; use new entropy moduleBob Halley2008-10-081-3/+5
* set_rcode() was broken when used with extended rcodes; keep ednsflags coheren...Bob Halley2008-06-032-38/+45
* in inet_aton(), raise dns.exception.SyntaxError, like our contract saysBob Halley2008-02-061-1/+4
* raise an exception if the TSIG error is non-zeroBob Halley2008-02-061-3/+32
* fix typoBob Halley2007-11-251-1/+1
* If select() raises an exception due to EINTR, we should just select()Bob Halley2007-11-251-16/+23
* only check port on multicast responseBob Halley2007-06-141-1/+1
* add basic multicast supportBob Halley2007-06-132-1/+21
* fix comparison cut-and-paste errorBob Halley2007-05-251-1/+1
* fix indentationBob Halley2007-03-281-46/+46
* import dns.rrset, since we use itBob Halley2007-03-231-0/+1
* find enabled NICs on Windows VistaBob Halley2007-02-081-9/+58
* update copyrights for 2007Bob Halley2007-01-0176-76/+76
* inc versionBob Halley2006-12-101-1/+1
* add DHCIDBob Halley2006-11-033-1/+64
* alphabetize; add SPFBob Halley2006-11-031-4/+5
* add ignore_unexpected option dns.query.udp()Bob Halley2006-11-031-8/+15
* include more detail when raising UnexpectedSourceBob Halley2006-11-011-1/+3
* doc fixBob Halley2006-10-161-2/+2
* prep 1.5Bob Halley2006-09-251-1/+1
* add use_edns parameter to make_query()Bob Halley2006-09-221-5/+15
* add want_dnssec parameter to make_query()Bob Halley2006-09-221-2/+5
* add reasonable defaults for Message.use_edns(); add Message.want_dnssec()Bob Halley2006-09-221-3/+26