summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* doco fixesBob Halley2012-04-086-20/+37
* allow all EDNS parameters to be specifed when making a queryBob Halley2012-04-081-2/+14
* Add source_port support to resolver; fix source_port in query codeBob Halley2012-04-082-49/+45
* try TCP if UDP response is truncatedBob Halley2012-04-081-0/+17
* add check_origin parameter to dns.zone.from_xfr()Bob Halley2012-04-071-2/+6
* allow whitespace in SSHFP fingerprintsBob Halley2012-04-071-2/+9
* raise ValueError if the argument to node.replace_rdataset() is not an rdatasetBob Halley2012-04-071-0/+2
* Add flag to ignore trailing junk in message.Shane Huntley2012-01-291-4/+11
* add LRUCacheBob Halley2011-08-241-2/+126
* docoBob Halley2011-07-181-2/+5
* the next version will be 1.10.0Bob Halley2011-07-131-2/+2
* add dns.resolver.override_system_resolver() and dns.resolver.restore_system_r...Bob Halley2011-07-131-0/+235
* more v6 strictness; more unit testsBob Halley2011-07-121-11/+4
* increase IPv4 parsing strictness yet moreBob Halley2011-07-121-0/+6
* make IP address parsing stricterBob Halley2011-07-082-20/+27
* fix typoBob Halley2011-06-111-1/+1
* update copyrightsBob Halley2011-05-1279-79/+79
* fix doco typoBob Halley2011-05-031-1/+2
* use // divisionBob Halley2011-05-033-4/+4
* remove old DNSSEC typesBob Halley2011-04-059-478/+211
* do more careful bounds checking, and if checking fails, raise dns.exception.F...Bob Halley2011-04-0528-59/+124
* increment versionBob Halley2011-04-051-1/+1
* prep 1.9.4v1.9.4+readmev1.9.4Bob Halley2011-03-241-1/+1
* add missing "import struct"Bob Halley2011-03-241-0/+2
* deal with relative names in _wire_cmpBob Halley2011-03-241-2/+6
* add canonical_name to Answer()Bob Halley2011-03-231-0/+3
* Add raise_on_no_answer optionBob Halley2011-03-221-9/+35
* Dnspython was erroneously doing case-insensitive comparisons of the names in ...Bob Halley2011-02-094-28/+26
* use is and not == when comparing sectionsBob Halley2010-12-171-1/+1
* disallow metaqueries in dns.resolver.query()Bob Halley2010-12-101-0/+8
* add a __hash__() method for rdataBob Halley2010-12-101-0/+4
* increment patch versionBob Halley2010-12-101-1/+1
* Fix DNSSEC imports, again!v1.9.2Bob Halley2010-11-232-2/+3
* Fix namespace contamination issue that broke DSA validationv1.9.1Bob Halley2010-11-222-8/+10
* convert to dnspython conventions, support relative and absolute namesBob Halley2010-11-201-32/+138
* cleanup whitespaceBob Halley2010-11-201-7/+7
* make hash compatibility handling its own module; add basic DNSSEC validationBob Halley2010-11-104-60/+261
* dns.resolver.zone_for_name() would return the wrong answer sometimes if the r...Bob Halley2010-10-311-5/+8
* add poll() support; bump version to 1.9.0Bob Halley2010-10-272-11/+75
* Set up the TSIG hashes table only once.Bob Halley2010-10-171-30/+43
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-178-23/+23
* add constants for TSIG algorithmsBob Halley2010-10-173-12/+28
* Fix bugs in pre-hashlib compatibility codeBob Halley2010-10-171-2/+2
* Add DNSSEC helpers key_id() and make_ds()Bob Halley2010-10-171-2/+45
* message.py needs to import dns.ednsBob Halley2010-10-171-0/+1
* When initializing an RRset, pass covers to the superclassBob Halley2010-05-041-1/+1
* The TSIG algorithm was being passed to use_tsig() incorrectly.Bob Halley2010-03-102-2/+3
* inc versionBob Halley2010-01-261-1/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-1431-218/+193
* fix docoBob Halley2010-01-131-1/+1