aboutsummaryrefslogtreecommitdiffstats
path: root/dns/Makefile
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-17 19:27:10 +0800
committermarino <marino@FreeBSD.org>2014-02-17 19:27:10 +0800
commit668eda23b5df94bdc883e89999b63909f6bd79ae (patch)
treebf4fd896c2b0fa6fb386bbc6706c7da9f68a5401 /dns/Makefile
parent43f39e3f57c6babd95f9870400cf6ebb3458a20f (diff)
downloadfreebsd-ports-gnome-668eda23b5df94bdc883e89999b63909f6bd79ae.tar.gz
freebsd-ports-gnome-668eda23b5df94bdc883e89999b63909f6bd79ae.tar.zst
freebsd-ports-gnome-668eda23b5df94bdc883e89999b63909f6bd79ae.zip
Add new Ada-based DNS server port: dns/ironsides
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.
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index c777e81b7752..354c1470bcf2 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -61,6 +61,7 @@
SUBDIR += inadyn
SUBDIR += inadyn-mt
SUBDIR += ipcheck
+ SUBDIR += ironsides
SUBDIR += knot
SUBDIR += ldapdns
SUBDIR += ldns