djbdns
From Wikipedia, the free encyclopedia
djbdns | |
---|---|
Developed by | Daniel J. Bernstein |
Latest release | 1.05 / February 11, 2001 |
OS | Unix-like |
Genre | DNS server |
License | Public domain |
Website | http://cr.yp.to/djbdns.html |
The djbdns software package is a simple and security-aware DNS implementation created by Daniel J. Bernstein due to his frustrations with repeated BIND security holes. There is an as-yet-unclaimed $500 prize[1] for the first person to find a privilege escalation security hole in djbdns.
As of 2004, it was the second most popular DNS server.[2]
Contents |
[edit] The components of djbdns
Servers:
- dnscache -- the dns resolver and cache.
- tinydns -- a database-driven dns server.
- walldns -- a "reverse DNS wall", providing IP to domain name lookup only.
- rbldns -- a server designed for dns blacklisting service.
- pickdns -- a database-driven server that chooses from matching records depending on the requester's location. (This feature is now a standard part of tinydns.)
- axfrdns -- a zone-transfer server.
Client tools:
- axfr-get -- a zone-transfer client.
- dnsip -- simple address from name lookup.
- dnsipq -- address from name lookup with rewriting rules.
- dnsname -- simple name from address lookup.
- dnstxt -- simple text record from name lookup.
- dnsmx -- mail exchanger lookup.
- dnsfilter -- looks up names for addresses read from stdin, in parallel.
- dnsqr -- recursive general record lookup.
- dnsq -- non-recursive general record lookup, useful for debugging.
- dnstrace (and dnstracesort) -- comprehensive testing of the chains of authority over dns servers and their names.
...and several associated configuration tools.
In djbdns, different features and services, such as AXFR zone transfers, are split off 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. Daniel J. Bernstein (and many others) feel that this is true to the spirit of the Unix operating system, and makes security verification much simpler.
[edit] Copyright status
On December 28, 2007, Bernstein released djbdns into the public domain.[3] Formerly, the package was distributed as license-free software, which created challenges for inclusion in some Linux distributions.
[edit] See also
[edit] References
- ^ The djbdns security guarantee. Retrieved on 2007-10-05.
- ^ Moore, Don (2004). DNS server survey. Retrieved on 2005-01-06.
- ^ Frequently asked questions from distributors. Retrieved on 2007-12-31.
[edit] External links
- djbdns official homepage
- A guide to djbdns
- The djbdns section of FAQTS
- Unofficial website
- A djbdns guide and tutorial with addon
- Jonathan de Boyne Pollard. Some of what is said about djbdns is wrong.. Frequently Given Answers. — Jonathan de Boyne Pollard's debunking of several myths relating to djbdns
- Jonathan de Boyne Pollard. The known problems with Dan Bernstein's djbdns. Frequently Given Answers. — Jonathan de Boyne Pollard's list of the several known problems in djbdns
- Supporting newer record formats through generic records.
- LWN (Linux weekly news) looks at djbdns