chiark / gitweb /
zone.lisp: Fix the docstring for `:srv' records.
[zone] / zone.lisp
2014-12-20 Mark Woodingzone.lisp: Fix the docstring for `:srv' records.
2014-05-22 Mark Woodingzone.lisp: Silence warning from CLisp.
2014-05-22 Mark WoodingHandle domain names properly, including RFC1035 quoting.
2014-04-30 Mark Woodingzone.lisp: Export `tinydns-output', because it looks...
2014-04-30 Mark Woodingzone.lisp: General support for unknown record types.
2014-04-30 Mark Woodingzone.lisp: Refactor the output stage.
2014-04-30 Mark Woodingzone.lisp: Refactor and improve the domain-name sorting.
2014-04-30 Mark Woodingzone.lisp: For BIND output, omit record names where...
2014-04-30 Mark Woodingzone.lisp: Sort records for presentation.
2014-04-28 Mark Woodingzone.lisp: Output format for Daniel Bernstein's `tinydn...
2014-04-28 Mark Woodingzone.lisp: A bunch of functions for building raw DNS...
2014-04-28 Mark Woodingzone.lisp: TXT record data is always a list of strings.
2014-04-25 Mark Woodingzone.lisp: Stringify the zone name at construction...
2014-04-25 Mark Woodingzone.lisp: Remove unnecessary parens in definition...
2014-04-25 Mark WoodingMerge branch 'master' of git.distorted.org.uk:~mdw...
2014-04-20 Mark Woodingzone.lisp: Move zone administrator address onto its...
2014-04-19 Mark Woodingzone.lisp: Export function and macro for iterating...
2014-04-15 Mark Woodingnet.lisp, zone.lisp: Support for IPv6 addresses.
2014-04-15 Mark Woodingnet.lisp, zone.lisp: Major overhaul for multiple addres...
2014-04-15 Mark Woodingnet.lisp, zone.lisp: Improve commentary and docstrings.
2014-04-15 Mark Woodingzone.lisp: Change `zone-parse-records' interface to...
2014-04-15 Mark Woodingzone.lisp: Apply pathname templates to DKIM and SSHFP...
2014-04-15 Mark Woodingzone.lisp: Fix `:sshfp' handling of literals.
2014-04-15 Mark Woodingzone.lisp: Fix default output directory.
2014-04-03 Mark Woodingzone.lisp: Support for SSHFP records.
2014-04-03 Mark Woodingzone.lisp: Support for DKIM key records.
2014-04-03 Mark Woodingzone.lisp: Support multi-line TXT records.
2013-12-29 Mark Woodingzone.lisp: Mark an ignored function parameter.
2013-12-29 Mark Woodingzone.lisp: Improve commentary regarding the syntax...
2013-12-29 Mark Woodingzone.lisp: Minor comment formatting.
2013-12-29 Mark Woodingzone.lisp: Clean up whitespace.
2012-12-08 Mark Woodingzone.lisp: Choose first matching record for preferred...
2012-03-11 Mark Woodingzone.lisp: Rename `broadcast' to `bcast' in :NET records.
2012-03-11 Mark Woodingzone.lisp: Reverse delegation for multiple subnets...
2012-03-11 Mark Woodingzone.lisp: Better documentation for reverse-zone direct...
2011-05-22 Mark Woodingzone.lisp: Reformat, scattering exports.
2011-05-22 Mark Woodingzone.lisp: Add support for TXT records.
2008-03-30 Mark WoodingUpgrade everything for SBCL.
2008-03-16 Mark Woodingzone: Clean up the :cidr-delegation parser.
2008-03-16 Mark Woodingzone, serv: Add support for SRV records.
2007-08-20 Mark Woodingzone: Quench warnings from zone-parser functions.
2007-08-20 Mark Woodingzone: Remove unused function zone-cidr-delegation.
2007-06-26 Mark Woodingzone, frontend: Open up the writing of zones to files.
2007-06-25 Mark Woodingzone: New macro preferred-subnet-case.
2007-06-15 Mark Woodingzone: Change default subnet selection.
2007-06-15 Mark Woodingzone: New record type :svc creates A records without...
2007-06-15 Mark Woodingzone: Allow record parsers more control over the names...
2007-06-15 Mark Woodingzone: Use hash-table for reversing zones; eliminate...
2007-06-15 Mark Woodingzone: Allow control over output file names.
2007-06-15 Mark Woodingzone: Simplify zone-write.
2007-06-15 Mark Woodingzone: Random whitespace cleanups.
2007-06-15 Mark Woodingzone: Delete redundant functions.
2007-06-12 Mark Woodingzone, net, frontend: Kill trailing whitespaces.
2006-12-24 Mark Woodingzone: Use new with-parsed-body macro.
2006-12-23 Mark WoodingMerge branch 'master' of git+ssh://metalzone.distorted...
2006-12-10 Mark WoodingThroughout: Use shiny new macros.
2006-12-10 Mark Woodingportability: Supply system-specific wossname for CLisp...
2006-05-24 Mark WoodingAttempt to port the lot to CLisp.
2006-04-23 Mark WoodingReformat the docstrings.
2006-04-23 Mark Woodingdefzoneparse: Parse the body; handle docstring and...
2006-04-22 Mark WoodingTrack rename of `mdw.collect' package.
2006-04-20 Mark WoodingSplit out low-level network fiddling into a separate...
2006-04-20 Mark Woodingzone: Track rename of safely and optparse packages.
2006-04-20 Mark Woodingzone: Allow definitions of subnets in defnet
2006-04-20 Mark Woodingzone: Make the code prettier.
2006-04-20 Mark Woodingzone: Write output to DOMAIN.zone, rather than just...
2006-02-13 mdwNew zone entry type :net
2006-02-13 mdwBugfix: Canonify the zone source name.
2005-08-25 mdwInitial checkin.