summaryrefslogtreecommitdiff
path: root/dns/message.py
Commit message (Expand)AuthorAgeFilesLines
* redirect to dnspythonBob Halley2016-09-201-1101/+0
* Assign b'' to other_data in make_response when using TSIG.Yuki Izumi2015-10-241-1/+1
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-6/+0
* Amend doc strings for all DNSExceptions to make them suitable for direct prin...Petr Spacek2015-02-121-8/+7
* Responses to messages signed with TSIG were broken.Bob Halley2014-04-041-4/+11
* allow all EDNS parameters to be specifed when making a queryBob Halley2012-04-081-2/+14
* merge trailing junk controlBob Halley2012-04-071-4/+11
* update copyrightsBob Halley2011-05-121-1/+1
* get the first thing from a dictionary view in the python 3 wayBob Halley2011-05-031-1/+1
* more strings that should be bytesBob Halley2011-05-031-9/+9
* merge changes up to py3merge2 tag; update tests to assert styleBob Halley2011-04-281-2/+3
* merge 1.9.2 masterBob Halley2010-12-121-2/+6
* Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-251-38/+32
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-4/+4
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* make a proper token object to facilitate future tokenization workBob Halley2010-01-121-23/+24
* add support for more TSIG algorithmsBob Halley2009-11-131-3/+12
* Handle negative prerequisitesBob Halley2009-06-191-1/+3
* update copyrightsBob Halley2009-06-181-1/+1
* 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-301-4/+10
* EDNS option supportBob Halley2009-03-301-3/+22
* 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-031-26/+30
* update copyrights for 2007Bob Halley2007-01-011-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
* Preliminary Unicode supportBob Halley2005-11-131-2/+2
* fix stuff pyflakes foundBob Halley2005-10-311-1/+0
* fix problem throwing FormErr when responding to a responseBob Halley2005-09-021-1/+1
* update copyrightsBob Halley2005-09-021-1/+1
* Added make_response() Added make_response(), which creates a skeletalBob Halley2005-09-021-3/+67
* Add indexing to Message.find_rrset()Bob Halley2005-09-021-2/+28
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* initial importBob Halley2005-09-021-0/+915