2024-06-17 |
Mark Wooding | zone-run: Add simple script for running `zone' without... master |
commit | commitdiff | tree | snapshot |
2024-06-17 |
Mark Wooding | Makefile, zone.asd: Use ASDF and `runlisp' for building... |
commit | commitdiff | tree | snapshot |
2024-05-08 |
Mark Wooding | net.lisp (ipmask-cidr-slash): Rename from `ipmask... |
commit | commitdiff | tree | snapshot |
2024-05-05 |
Mark Wooding | zone.lisp: Add seconds-to-timespec conversion and use... |
commit | commitdiff | tree | snapshot |
2024-05-05 |
Mark Wooding | zone.lisp: Initialize the default timeouts with timespe... |
commit | commitdiff | tree | snapshot |
2024-05-05 |
Mark Wooding | zone.lisp (timespec-seconds): Rewrite using a table... |
commit | commitdiff | tree | snapshot |
2024-05-05 |
Mark Wooding | zone.lisp (split-txt-data): Add documentation. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | zone.lisp: Add a parser for DMARC policy records. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | zone.lisp: Add support for building SPF records. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | zone.lisp (:dkim): Replace a loop with `format' trickery. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | zone.lisp (:dkim): Use new splitting machinery. |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | zone.lisp: Split a single `:txt' string into small... |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | net.lisp: Print addresses and nets usefully when `... |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Mark Wooding | zone.lisp (rec-raw-string): Fix garbled punctuation... |
commit | commitdiff | tree | snapshot |
2024-04-30 |
Mark Wooding | zone.lisp: Support `DNAME' records. |
commit | commitdiff | tree | snapshot |
2024-04-30 |
Mark Wooding | zone.lisp: Tighten up the default SOA parameters. |
commit | commitdiff | tree | snapshot |
2024-04-30 |
Mark Wooding | frontend.lisp: Return a non-nil result for `cl-launch... |
commit | commitdiff | tree | snapshot |
2024-04-28 |
Mark Wooding | frontend.lisp: Allow command-line overrides of timeout... |
commit | commitdiff | tree | snapshot |
2024-04-28 |
Mark Wooding | zone.lisp: Use `*default-zone-ttl*' as the default... |
commit | commitdiff | tree | snapshot |
2024-02-04 |
Mark Wooding | net.lisp: Report some more useful errors. |
commit | commitdiff | tree | snapshot |
2024-02-04 |
Mark Wooding | frontend.lisp: Return non-nil from `main'. |
commit | commitdiff | tree | snapshot |
2018-06-27 |
Mark Wooding | zone.lisp: Maintain `:sshfp' fingerprints in binary... |
commit | commitdiff | tree | snapshot |
2017-09-19 |
Mark Wooding | zone.lisp: Add support for CAA records (RFC 6844). |
commit | commitdiff | tree | snapshot |
2017-09-19 |
Mark Wooding | zone.lisp: Sink `&allow-other-keys' until after the... |
commit | commitdiff | tree | snapshot |
2017-09-19 |
Mark Wooding | zone.lisp: Don't try to take the `car' of something... |
commit | commitdiff | tree | snapshot |
2017-09-19 |
Mark Wooding | zone.lisp: Sink `zone-text-name' until after `zone... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Mark Wooding | zone.lisp: Include SSHFP type code for Ed25519 keys. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Mark Wooding | zone.lisp: Support for DS records. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Mark Wooding | zone.lisp (devrevzone): Remove trailing dot on the... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
Mark Wooding | zone.lisp: Memoize the conversion of TLSA association... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
Mark Wooding | zone.lisp: Use a synthetic pathname as the temporary... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
Mark Wooding | zone.lisp: Include configurable search path for TLSA... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
Mark Wooding | zone.lisp: Allow pathnames as input to `:sshfp' records. |
commit | commitdiff | tree | snapshot |
2014-12-23 |
Mark Wooding | zone.lisp, frontend.lisp: New configuration-variable... |
commit | commitdiff | tree | snapshot |
2014-12-23 |
Mark Wooding | zone.lisp: Close output files after writing. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Support for TLSA records. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: New utility for hashing files. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | sys.lisp: New toy for running external programs. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | sys.lisp: New tools for making temporary files. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Some new utilities for handling raw binary... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Abstract out Bind hex output from `zone... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Have `bind-format-record''s caller provide... |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Change the `:sshfp' option tags to be keywords. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Escape DEL in TinyDNS output. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Some minor reformatting. |
commit | commitdiff | tree | snapshot |
2014-12-22 |
Mark Wooding | zone.lisp: Abstract out and improve the enum machinery... |
commit | commitdiff | tree | snapshot |
2014-12-20 |
Mark Wooding | zone.lisp: Fix the docstring for `:srv' records. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
Mark Wooding | zone.lisp: Silence warning from CLisp. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
Mark Wooding | Handle domain names properly, including RFC1035 quoting. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mark Wooding | zone.lisp: Export `tinydns-output', because it looks... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mark Wooding | zone.lisp: General support for unknown record types. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mark Wooding | zone.lisp: Refactor the output stage. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mark Wooding | zone.lisp: Refactor and improve the domain-name sorting. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mark Wooding | zone.lisp: For BIND output, omit record names where... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mark Wooding | zone.lisp: Sort records for presentation. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mark Wooding | frontend.lisp: Import MOP hacking for CLisp. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mark Wooding | zone.lisp: Output format for Daniel Bernstein's `tinydn... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mark Wooding | zone.lisp: A bunch of functions for building raw DNS... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mark Wooding | zone.lisp: TXT record data is always a list of strings. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mark Wooding | frontend.lisp: New `-D' option to generate stack backtr... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Mark Wooding | zone.lisp: Stringify the zone name at construction... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Mark Wooding | zone.lisp: Remove unnecessary parens in definition... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Mark Wooding | Merge branch 'master' of git.distorted.org.uk:~mdw... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Mark Wooding | addr-family-ipv6.lisp (ipaddr-string): Ignore trivial... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Mark Wooding | addr-family-ipv6.lisp (ipaddr-string): Use IPv4 notatio... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Mark Wooding | addr-family-ipv6.lisp (ipaddr-string): Upend the condit... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Mark Wooding | zone.lisp: Move zone administrator address onto its... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: Write a bunch of better docstrings. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: Factor out family-switch form parsing, and... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | zone.lisp: Export function and macro for iterating... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: Support string-like host designations in... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: net.lisp: Refactor `string-subipnet' and... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: Add docstring for `string-subipnet'. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: Whitespace fixup. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mark Wooding | net.lisp: Improve error in `ipmask'. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | net.lisp, zone.lisp: Support for IPv6 addresses. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | net.lisp, zone.lisp: Major overhaul for multiple addres... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | net.lisp, zone.lisp: Improve commentary and docstrings. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | zone.lisp: Change `zone-parse-records' interface to... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | zone.lisp: Apply pathname templates to DKIM and SSHFP... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | zone.lisp: Fix `:sshfp' handling of literals. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mark Wooding | zone.lisp: Fix default output directory. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Mark Wooding | zone.lisp: Support for SSHFP records. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Mark Wooding | zone.lisp: Support for DKIM key records. |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Mark Wooding | zone.lisp: Support multi-line TXT records. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Mark Wooding | zone.lisp: Mark an ignored function parameter. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Mark Wooding | zone.lisp: Improve commentary regarding the syntax... |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Mark Wooding | zone.lisp: Minor comment formatting. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Mark Wooding | zone.lisp: Clean up whitespace. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Mark Wooding | zone.lisp: Choose first matching record for preferred... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Mark Wooding | sys.lisp: Use OS:UNAME rather than UNIX:GET-HOST-NAME... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Mark Wooding | zone.lisp: Rename `broadcast' to `bcast' in :NET records. |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Mark Wooding | zone.lisp: Reverse delegation for multiple subnets... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Mark Wooding | zone.lisp: Better documentation for reverse-zone direct... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Mark Wooding | Run via core file. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Mark Wooding | frontend.lisp: Whitespace fixing. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Mark Wooding | serv.lisp: Spread exports throughout the file. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Mark Wooding | zone.lisp: Reformat, scattering exports. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Mark Wooding | zone.lisp: Add support for TXT records. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Mark Wooding | net.lisp, sys.lisp: Merge packages. |
commit | commitdiff | tree | snapshot |
next |