aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-25doc nitsHEADmasterRob Austein
2023-01-18Add $INCLUDE supportRob Austein
This doesn't support the origin stacking defined in RFC 1034 because: 1. Doing so would require us to maintain a real $INCLUDE stack instead of just chaining iterators; and 2. The expected use case is including automatically-generated snippets in zones that are being maintained with zc, so there's no real need for origin fiddling anyway because whatever automation is generating the snippets can just generate FQDNs if necessary. If really needed, we could fix this, but, YAGNI.
2021-11-14Convert to Python 3Rob Austein
2019-08-11Add a bunch of text on installation after Randy's adventures.Rob Austein
2019-08-11Packaging (setuptools and Debian)Rob Austein
2017-11-07Having a default state for mapping might be nice.Rob Austein
2017-06-24Fix exception handling that we broke when adding pretty logging.Rob Austein
2017-06-05Doc nits.Rob Austein
2017-05-22Restore commit signature chain.Rob Austein
2017-05-22Delete LICENSERob Austein
Want "ISC", not "two clause BSD".
2017-05-22Create LICENSERob Austein
Separate LICENSE file is just to activate GitHub's "license picker."
2017-05-21Copyright.Rob Austein
2017-05-21First public version.Rob Austein