summaryrefslogtreecommitdiff
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* remove year on LICENSEBob Halley2018-12-011-1/+1
|
* update copyrightBob Halley2018-12-011-1/+19
|
* Improve TTL detection when reading master zone files.Tom Lanyon2017-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | This introduces the same behaviour that BIND has when it encounters implicit TTL values, namely: * The $TTL directive is preferred to set the default TTL [RFC2308]. * If no $TTL directive is seen prior to the SOA RR, the default TTL is set to the minimum TTL field of the SOA RR [RFC1033, RFC1035, RFC1912]. * If neither $TTL nor an SOA are present, use the last seen explicit TTL on an RR or raise a SyntaxError if no explicit TTLs have been seen. Previously, when neither $TTL nor SOA were present, the TTL for an RR without an explicit TTL would be set to 0 which is known to be a somewhat dangerous value and shouldn't be encouraged as a default. One test seems to rely on this default TTL=0 behaviour whilst testing something seemingly unrelated (RR starting with whitespace), so that test has been updated to match this new expectation. Fixes #254.
* add license titleWaldir Pimenta2016-07-011-0/+2
| | | It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
* committing toy edits made testing bzr to the svn repo was not what I wanted ↵Bob Halley2005-11-131-2/+0
| | | | to do
* arfBob Halley2005-11-111-0/+2
|
* initial importBob Halley2005-09-021-0/+14
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40