| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | detect escapes > 255 | Bob Halley | 2020-08-10 | 1 | -0/+8 |
| | | |||||
| * | Adds support for reading TSIG text format. | Brian Wellington | 2020-08-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | Implements from_text for the TSIG record type, and clean up some other things. Fixes the text format to emit fields in the right order; fudge and time_signed were reversed. This also matches BIND's output format now. Add get_uint48() to the tokenizer, so that from_text() can use it. Add get_uint48() to the wire parser, and use it in from_wire, for consistency. Change dns.tsig.sign() to use rdata.replace() rather than constructing a new TSIG record manually; this couldn't be done before, because replace() uses text format for validation. | ||||
| * | more tokenizer coverage improvements | Bob Halley | 2020-07-23 | 1 | -0/+50 |
| | | |||||
| * | more tokenizer test cleanups | Bob Halley | 2020-07-23 | 1 | -53/+19 |
| | | |||||
| * | more tokenizer coverage | Bob Halley | 2020-07-23 | 1 | -21/+24 |
| | | |||||
| * | more tokenizer coverage | Bob Halley | 2020-06-18 | 1 | -0/+34 |
| | | |||||
| * | improve tokenizer coverage | Bob Halley | 2020-06-17 | 1 | -0/+93 |
| | | |||||
| * | Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321] | Bob Halley | 2020-05-03 | 1 | -2/+3 |
| | | |||||
| * | Improve assertion checking. | Brian Wellington | 2020-03-18 | 1 | -24/+31 |
| | | | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y). | ||||
| * | TST: fix failUnlessRaises -> assertRaises deprecation | Thomas A Caswell | 2019-10-30 | 1 | -6/+6 |
| | | | | | failUnlessRaises was deprecated in py31 | ||||
| * | TST: fix unittest deprecation | Thomas A Caswell | 2019-10-30 | 1 | -24/+24 |
| | | | | | failUnless was deprecated in py31 | ||||
| * | remove the rest of the unicode string prefixes | Bob Halley | 2019-01-08 | 1 | -5/+0 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -4/+1 |
| | | |||||
| * | Pylint: remove unused variables | Martin | 2016-08-31 | 1 | -5/+5 |
| | | | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking) | ||||
| * | Pylint: tests: Fix whitespace errors | Martin | 2016-07-02 | 1 | -2/+2 |
| | | |||||
| * | Pylint: tests: fix reimports | Martin | 2016-07-02 | 1 | -1/+0 |
| | | |||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -0/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41 | Thomas Waldmann | 2015-02-24 | 1 | -0/+10 |
| | | | | | also added unit tests for both issues. | ||||
| * | overhaul test system | Bob Halley | 2014-05-31 | 1 | -0/+190 |
