aboutsummaryrefslogtreecommitdiffstats
path: root/dns/sheerdns
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | dns)
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* Fix build with clang.nox2011-06-231-4/+22
| | | | | PR: ports/158180 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Release maintainership on behalf of Bjorn Lindstromfenner2006-08-231-1/+1
| | | | Requested-by: MAINTAINER
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 1.0.3krion2005-02-162-3/+3
| | | | | PR: ports/77536 Submitted by: maintainer
* Add sheerdns, a master DNS server whose zone records are stored on apav2004-06-034-0/+52
One-Record-Per-File bases. Because of this, sheerdns is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). PR: ports/67241 Submitted by: <bkhl@elektrubadur.se>