aboutsummaryrefslogtreecommitdiff
path: root/dns/ironsides/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* dns/ironsides: Upgrade snapshot 2014-04-20 => 2015-04-15John Marino2015-11-071-2/+2
| | | | Notes: svn path=/head/; revision=400981
* dns/ironsides: Upgrade version 20130315 to 20140220John Marino2014-02-211-2/+2
| | | | | | | | | After contacting the author, he updated the snapshot to the latest, remove 7M worth of dead files and adding a man page. I made some corrections to that man page and converted it to mdoc tags. Notes: svn path=/head/; revision=345353
* Add new Ada-based DNS server port: dns/ironsidesJohn Marino2014-02-171-0/+2
IRONSIDES is an authoritative DNS server that is provably invulnerable to many of the problems that plague other servers. It achieves this property through the use of formal methods in its design, in particular the language Ada and the SPARK formal methods tool set. Code validated in this way is provably exception-free, contains no data flow errors, and terminates only in the ways that its programmers explicitly say that it can. These are very desirable properties from a computer security perspective. IRONSIDES is not a complete implementation of DNS. In particular, it does not support zone transfers or recursive queries. It does, however, support a sufficient number of DNS records to be useful as an authoritative DNS server for an enterprise. Notes: svn path=/head/; revision=344727