The Djbdns reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Djbdns

Have you considered sponsoring a child

DJBDNS (often "djbdns") is a simple and secure DNS implementation created by Daniel J. Bernstein because he was fed up with repeated BIND security holes. There have been no bugs found in DJBDNS since version 1.0, and there is an as-yet-unclaimed $500 prize for the first person to find a security hole.

DJBDNS consists of 6 servers:

a number of client tools: and associated configuration tools.

DJBDNS splits off ancillary features, like AXFR-style zone transfers, into separate programs. Zone file parsing, DNS caching, and recursive resolving are also implemented as separate programs. The result of these design decisions is a dramatic reduction in code size and complexity of the daemon program that answers lookup requests. Prof. Bernstein (and many others) feel that this is true to the spirit of the Unix operating system, and makes security verification much simpler.

DJBDNS is licensed to permit free redistribution and use, and the source code is publicly available, but the license does not permit distribution of modified versions without permission (and is thus not free software).

See also: Qmail.

External link