summaryrefslogtreecommitdiff
path: root/dns
Commit message (Expand)AuthorAgeFilesLines
* 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
* specify tsig algorithm correctly when passing to use_tsigBob Halley2010-01-131-1/+1
* tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"Bob Halley2010-01-132-23/+30
* Add RSASHA256 and RSASHA512 code points; add missing entries to _algorithm_by...Bob Halley2010-01-131-0/+7
* update copyrights for 2010Bob Halley2010-01-1378-78/+78
* add backwards compatibility for token objectsBob Halley2010-01-131-0/+16
* fix typoBob Halley2010-01-121-1/+1
* fix problems parsing generic rdata after tokenizer changesBob Halley2010-01-121-2/+3
* actually set has_escape correctly when building tokens with escapesBob Halley2010-01-121-1/+1
* handle escapes outside of names when reading text formatBob Halley2010-01-1215-29/+62
* make a proper token object to facilitate future tokenization workBob Halley2010-01-1221-263/+330
* fix typoBob Halley2009-11-131-1/+1
* prep 1.8Bob Halley2009-11-131-2/+2
* add support for more TSIG algorithmsBob Halley2009-11-136-19/+95
* present() did not add a zero TTL if its argument was a single rdataBob Halley2009-11-131-14/+14
* Try using os.urandom() to get the seed.Bob Halley2009-11-131-10/+23
* Entropy getting and stirring need lockingBob Halley2009-09-161-16/+31
* Set the socket used for xfrs to nonblocking mode.Bob Halley2009-07-271-0/+1
* Fix SRV record comparisonBob Halley2009-07-231-5/+5
* Use the right resolver instanceBob Halley2009-07-231-1/+1
* Open /dev/random unbufferedBob Halley2009-06-231-1/+1
* 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