add support for generating TLSA records directly from a certificate file
[zonemaker.git] / zonemaker
2015-06-18 Ralf Jungdon't hard-code the path to the python interpreter
2014-11-14 Ralf Jungupdate license header to a more standard form
2014-11-13 Ralf Jungmake zone.py top-level
2014-11-13 Ralf Junglicense: BSD
2014-11-11 Ralf Jungrefactor how we deal with TTLs
2014-11-11 Ralf Jung... 3.2 ...
2014-11-11 Ralf Jungmore python 3.2 fixes
2014-11-11 Ralf Jungfix for python 3.2
2014-11-11 Ralf Jungdisable typing
2014-11-11 Ralf Jungdo not rely on imported typing names
2014-11-11 Ralf Jungcompatibility with python 3.2
2014-11-11 Ralf Jungwrite to stdout only
2014-11-10 Ralf Jungfix SOA formatting
2014-11-10 Ralf Jungcheck more data for sanity; properly support TLSA and...
2014-11-09 Ralf Jungrefactor RRs
2014-11-09 Ralf Jungtune RR formatting
2014-11-09 Ralf Jungemit to dbfile
2014-11-09 Ralf Jungemit more RRs
2014-11-09 Ralf Jungcount serials; automagic TTLs
2014-11-09 Ralf Jungstart actually writing something
2014-11-08 Ralf Jungsome more type annotations
2014-11-08 Ralf Jungexperiment with mypy type annotations
2014-11-08 Ralf Junguse exceptions rather than assertions
2014-11-08 Ralf Jungvalidate hostnames
2014-11-08 Ralf Jungparse IP addresses
2014-11-08 Ralf Junginitial commit