summaryrefslogtreecommitdiff
path: root/dns/tsig.py
Commit message (Collapse)AuthorAgeFilesLines
* redirect to dnspythonBob Halley2016-09-201-227/+0
|
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-7/+0
|
* Amend doc strings for all DNSExceptions to make them suitable for direct ↵Petr Spacek2015-02-121-6/+6
| | | | printing.
* Responses to messages signed with TSIG were broken.Bob Halley2014-04-041-0/+16
|
* Make multi-message TSIGs compute correctly for algorithms other than MD5Bob Halley2013-08-261-1/+1
|
* update copyrightsBob Halley2011-05-121-1/+1
|
* more strings that should be bytesBob Halley2011-05-031-1/+2
|
* merge 1.9.2 masterBob Halley2010-12-121-14/+38
|
* Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-251-33/+10
|
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-4/+4
|
* tsig import cleanups; rename tsig signing routing from "hmac_md5" to "sign"Bob Halley2010-01-131-13/+20
|
* update copyrights for 2010Bob Halley2010-01-131-1/+1
|
* add support for more TSIG algorithmsBob Halley2009-11-131-7/+57
|
* Add BADTRUNCBob Halley2009-06-181-0/+7
|
* update copyrightsBob Halley2009-06-181-1/+1
|
* raise an exception if the TSIG error is non-zeroBob Halley2008-02-061-3/+32
|
* update copyrights for 2007Bob Halley2007-01-011-1/+1
|
* update copyrightsBob Halley2005-09-021-1/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40
* initial importBob Halley2005-09-021-0/+125
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40