Information AboutDjbdns |
| CATEGORIES ABOUT DJBDNS | |
| dns software | |
The djbdns program 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 (see External Links, below) for the first person to find a privilege escalation Security Hole in djbdns. There is a known security problem where an attacker can send a specially crafted TCP packet to force dnscache to restart (losing its cache). Since this attack is a Denial Of Service attack and not a privilege escalation attack, it does not qualify for the prize. Third party fixes for the problem are available here and here . As of 2004 , it was the second most popular DNS server.1 THE COMPONENTS OF DJBDNS The package contains:
In djbdns, different features and services, like 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. COPYRIGHT STATUS Main article: Licence-Free Software The package is distributed as License-Free Software ; the software does not meet the Open Source Definition . This stops djbdns from being included with some Linux distributions, such as Debian . The software is free for anyone to use, however; the source code is publicly available, can be downloaded by anyone free of charge, and is open for inspection and modification by users. The licensing issues have not deterred a large number of feature-enhancing augmentations from being published. The only limitation is that one can not legally distribute a modified version of djbdns; modifications have to be distributed as Diff patches. SEE ALSO REFERENCES EXTERNAL LINKS
|
|
|