2014-12-23 |
Mark Wooding | zone.lisp: Close output files after writing.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Support for TLSA records.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: New utility for hashing files.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | sys.lisp: New toy for running external programs.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | sys.lisp: New tools for making temporary files.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Some new utilities for handling raw binary...
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Abstract out Bind hex output from `zone...
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Have `bind-format-record''s caller provide...
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Change the `:sshfp' option tags to be keywords.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Escape DEL in TinyDNS output.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Some minor reformatting.
|
commit | commitdiff | tree |
2014-12-22 |
Mark Wooding | zone.lisp: Abstract out and improve the enum machinery...
|
commit | commitdiff | tree |
2014-12-20 |
Mark Wooding | zone.lisp: Fix the docstring for `:srv' records.
|
commit | commitdiff | tree |
2014-05-22 |
Mark Wooding | zone.lisp: Silence warning from CLisp.
|
commit | commitdiff | tree |
2014-05-22 |
Mark Wooding | Handle domain names properly, including RFC1035 quoting.
|
commit | commitdiff | tree |
2014-04-30 |
Mark Wooding | zone.lisp: Export `tinydns-output', because it looks...
|
commit | commitdiff | tree |
2014-04-30 |
Mark Wooding | zone.lisp: General support for unknown record types.
|
commit | commitdiff | tree |
2014-04-30 |
Mark Wooding | zone.lisp: Refactor the output stage.
|
commit | commitdiff | tree |
2014-04-30 |
Mark Wooding | zone.lisp: Refactor and improve the domain-name sorting.
|
commit | commitdiff | tree |
2014-04-30 |
Mark Wooding | zone.lisp: For BIND output, omit record names where...
|
commit | commitdiff | tree |
2014-04-30 |
Mark Wooding | zone.lisp: Sort records for presentation.
|
commit | commitdiff | tree |
2014-04-28 |
Mark Wooding | frontend.lisp: Import MOP hacking for CLisp.
|
commit | commitdiff | tree |
2014-04-28 |
Mark Wooding | zone.lisp: Output format for Daniel Bernstein's `tinydns...
|
commit | commitdiff | tree |
2014-04-28 |
Mark Wooding | zone.lisp: A bunch of functions for building raw DNS...
|
commit | commitdiff | tree |
2014-04-28 |
Mark Wooding | zone.lisp: TXT record data is always a list of strings.
|
commit | commitdiff | tree |
2014-04-28 |
Mark Wooding | frontend.lisp: New `-D' option to generate stack backtrace...
|
commit | commitdiff | tree |
2014-04-25 |
Mark Wooding | zone.lisp: Stringify the zone name at construction...
|
commit | commitdiff | tree |
2014-04-25 |
Mark Wooding | zone.lisp: Remove unnecessary parens in definition...
|
commit | commitdiff | tree |
2014-04-25 |
Mark Wooding | Merge branch 'master' of git.distorted.org.uk:~mdw...
|
commit | commitdiff | tree |
2014-04-22 |
Mark Wooding | addr-family-ipv6.lisp (ipaddr-string): Ignore trivial...
|
commit | commitdiff | tree |
2014-04-22 |
Mark Wooding | addr-family-ipv6.lisp (ipaddr-string): Use IPv4 notation...
|
commit | commitdiff | tree |
2014-04-22 |
Mark Wooding | addr-family-ipv6.lisp (ipaddr-string): Upend the conditional.
|
commit | commitdiff | tree |
2014-04-20 |
Mark Wooding | zone.lisp: Move zone administrator address onto its...
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: Write a bunch of better docstrings.
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: Factor out family-switch form parsing, and...
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | zone.lisp: Export function and macro for iterating...
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: Support string-like host designations in...
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: net.lisp: Refactor `string-subipnet' and...
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: Add docstring for `string-subipnet'.
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: Whitespace fixup.
|
commit | commitdiff | tree |
2014-04-19 |
Mark Wooding | net.lisp: Improve error in `ipmask'.
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | net.lisp, zone.lisp: Support for IPv6 addresses.
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | net.lisp, zone.lisp: Major overhaul for multiple address...
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | net.lisp, zone.lisp: Improve commentary and docstrings.
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | zone.lisp: Change `zone-parse-records' interface to...
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | zone.lisp: Apply pathname templates to DKIM and SSHFP...
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | zone.lisp: Fix `:sshfp' handling of literals.
|
commit | commitdiff | tree |
2014-04-15 |
Mark Wooding | zone.lisp: Fix default output directory.
|
commit | commitdiff | tree |
2014-04-03 |
Mark Wooding | zone.lisp: Support for SSHFP records.
|
commit | commitdiff | tree |
2014-04-03 |
Mark Wooding | zone.lisp: Support for DKIM key records.
|
commit | commitdiff | tree |
2014-04-03 |
Mark Wooding | zone.lisp: Support multi-line TXT records.
|
commit | commitdiff | tree |
2013-12-29 |
Mark Wooding | zone.lisp: Mark an ignored function parameter.
|
commit | commitdiff | tree |
2013-12-29 |
Mark Wooding | zone.lisp: Improve commentary regarding the syntax...
|
commit | commitdiff | tree |
2013-12-29 |
Mark Wooding | zone.lisp: Minor comment formatting.
|
commit | commitdiff | tree |
2013-12-29 |
Mark Wooding | zone.lisp: Clean up whitespace.
|
commit | commitdiff | tree |
2012-12-08 |
Mark Wooding | zone.lisp: Choose first matching record for preferred...
|
commit | commitdiff | tree |
2012-04-22 |
Mark Wooding | sys.lisp: Use OS:UNAME rather than UNIX:GET-HOST-NAME...
|
commit | commitdiff | tree |
2012-03-11 |
Mark Wooding | zone.lisp: Rename `broadcast' to `bcast' in :NET records.
|
commit | commitdiff | tree |
2012-03-11 |
Mark Wooding | zone.lisp: Reverse delegation for multiple subnets...
|
commit | commitdiff | tree |
2012-03-11 |
Mark Wooding | zone.lisp: Better documentation for reverse-zone directives.
|
commit | commitdiff | tree |
2011-09-06 |
Mark Wooding | Run via core file.
|
commit | commitdiff | tree |
2011-09-06 |
Mark Wooding | frontend.lisp: Whitespace fixing.
|
commit | commitdiff | tree |
2011-09-06 |
Mark Wooding | serv.lisp: Spread exports throughout the file.
|
commit | commitdiff | tree |
2011-05-22 |
Mark Wooding | zone.lisp: Reformat, scattering exports.
|
commit | commitdiff | tree |
2011-05-22 |
Mark Wooding | zone.lisp: Add support for TXT records.
|
commit | commitdiff | tree |
2011-05-22 |
Mark Wooding | net.lisp, sys.lisp: Merge packages.
|
commit | commitdiff | tree |
2011-05-22 |
Mark Wooding | frontend.lisp: Hack around CLisp's bizarreness.
|
commit | commitdiff | tree |
2008-11-26 |
Mark Wooding | zone: Use cl-launch.
|
commit | commitdiff | tree |
2008-04-14 |
Mark Wooding | driver: Use asdf rather than CLC to start the program.
|
commit | commitdiff | tree |
2008-03-30 |
Mark Wooding | Upgrade everything for SBCL.
|
commit | commitdiff | tree |
2008-03-16 |
Mark Wooding | zone: Clean up the :cidr-delegation parser.
|
commit | commitdiff | tree |
2008-03-16 |
Mark Wooding | zone, serv: Add support for SRV records.
|
commit | commitdiff | tree |
2007-08-20 |
Mark Wooding | zone: Quench warnings from zone-parser functions.
|
commit | commitdiff | tree |
2007-08-20 |
Mark Wooding | zone: Remove unused function zone-cidr-delegation.
|
commit | commitdiff | tree |
2007-06-26 |
Mark Wooding | zone, frontend: Open up the writing of zones to files.
|
commit | commitdiff | tree |
2007-06-25 |
Mark Wooding | zone: New macro preferred-subnet-case.
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | frontend: Allow use of new zone machinery.
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Change default subnet selection.
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: New record type :svc creates A records without...
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Allow record parsers more control over the names...
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Use hash-table for reversing zones; eliminate...
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Allow control over output file names.
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Simplify zone-write.
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Random whitespace cleanups.
|
commit | commitdiff | tree |
2007-06-15 |
Mark Wooding | zone: Delete redundant functions.
|
commit | commitdiff | tree |
2007-06-12 |
Mark Wooding | zone, net, frontend: Kill trailing whitespaces.
|
commit | commitdiff | tree |
2006-12-24 |
Mark Wooding | zone: Use new with-parsed-body macro.
|
commit | commitdiff | tree |
2006-12-23 |
Mark Wooding | Merge branch 'master' of git+ssh://metalzone.distorted...
|
commit | commitdiff | tree |
2006-12-19 |
Mark Wooding | net: Fix misspelt export entry.
|
commit | commitdiff | tree |
2006-12-10 |
Mark Wooding | Throughout: Use shiny new macros.
|
commit | commitdiff | tree |
2006-12-10 |
Mark Wooding | portability: Supply system-specific wossname for CLisp...
|
commit | commitdiff | tree |
2006-05-24 |
Mark Wooding | Attempt to port the lot to CLisp.
|
commit | commitdiff | tree |
2006-05-17 |
Mark Wooding | asdf: Provide more package information and dependencies.
|
commit | commitdiff | tree |
2006-05-17 |
Mark Wooding | frontend: Use a temporary package rather than one with...
|
commit | commitdiff | tree |
2006-04-24 |
Mark Wooding | frontend: Track rename of `help-opts'.
|
commit | commitdiff | tree |
2006-04-23 |
Mark Wooding | Reformat the docstrings.
|
commit | commitdiff | tree |
2006-04-23 |
Mark Wooding | defzoneparse: Parse the body; handle docstring and...
|
commit | commitdiff | tree |
2006-04-22 |
Mark Wooding | Track rename of `mdw.collect' package.
|
commit | commitdiff | tree |
2006-04-20 |
Mark Wooding | Split out low-level network fiddling into a separate...
|
commit | commitdiff | tree |
2006-04-20 |
Mark Wooding | frontend: Simplify using new optparse features.
|
commit | commitdiff | tree |
next |