summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/bin
AgeCommit message (Collapse)Author
2005-04-16Be more careful with snprintf return value handling. Some of these areChad Loder
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@
2005-04-14since we chroot by default, always init fallback entropy sourceJakob Schlyter
2005-04-14Do this correctly, and silence a sign comparison warning.Chad Loder
2005-04-14Check snprintf for truncation and failure. From Han Boetes (thanks).Chad Loder
2005-03-22resolve conflictsJakob Schlyter
2005-03-22ISC BIND release 9.3.1. ok deraadt@Jakob Schlyter
2005-03-02Fix an obviously wrong memset. Found by djm@, lots and lots and lots andChad Loder
lots and lots of discussion over a week period about a simple one-line fix in a unit test program that we don't even compile by default, yet nobody commits it.
2005-02-16zap compilation date from the binary; ok millert@ deraadt@David Krause
2005-01-13Fix snprintf length field; from cloder@Todd C. Miller
2004-11-19unbreak -t; ok jakob, henningMarkus Friedl
2004-09-29s/sprintf/snprintf/Jakob Schlyter
2004-09-29fix return valueJakob Schlyter
2004-09-28resolve conflictsJakob Schlyter
2004-09-28remove unused filesJakob Schlyter
2004-09-28ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2004-03-24privsep documentation from canacarTheo de Raadt
2004-03-12Privilege seperation for named. Allows named to handle address/interfaceCan Erkin Acar
changes without restart. If you use non-standard ports in named configuration make sure they are > 1024. Also /var/named/etc/rndc.key (if any) must be readable by group named. Initial work and testing by itojun@, jakob@, hints, help from henning@, avsm@, beck@. ok henning, beck, avsm, deraadt
2003-11-20reenable build of dnssec programs, used for testingJakob Schlyter
2003-11-18update to BIND v9.2.3. ok todd@Jakob Schlyter
2003-11-16remove more win32 filesJakob Schlyter
2003-11-16remove win32 filesJakob Schlyter
2003-09-22sync with 9.2.2-P3; new zone type "delegation-only"Jakob Schlyter
discussed with deraadt@, millert@ and todd@
2003-07-02fix broken escape; from wiz@netbsdJason McIntyre
cleanup from myself;
2003-06-27string cleaning; "Put it in. If it breaks, tough" Theo.Todd T. Fries
work by me, useful feedback from krw, jakob, tedu, and tholo
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-06fix harmless typo i introduced with previous string cleaning.Ted Unangst
spotted by rohee@
2003-04-23more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@.Jakob Schlyter
2003-03-20duplicate word: to toDavid Krause
spelling fix: chosen ok jakob@
2003-03-08Talk about chroot defaults, remove Linux note.Cedric Berger
ok jakob@ jmc@
2003-03-05update to BIND 9.2.2-release. ok millert@Jakob Schlyter
2003-03-04change default config file to /var/named/etc/named.conf. ok millert@Jakob Schlyter
2003-02-27Kill blank line that hoses formatting; jakob@ OKTodd C. Miller
2003-02-27make rndc-confgen fail properly. tested by danh@Jakob Schlyter
2003-02-26listen to IPv6 interfaces by defaultJakob Schlyter
2003-02-24the theTheo de Raadt
2003-02-21remove bad xref to dnssec-keygen(8)Jakob Schlyter
2003-02-19style; David KrauseJakob Schlyter
2003-02-18sync manpage with actual implementation; david krause and myselfJakob Schlyter
2003-02-04pay attention, jakobTheo de Raadt
2003-02-04ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-02-04add old nslookup(1) manpage, needs more workJakob Schlyter
2003-01-24do not print deprecation messageJakob Schlyter
2003-01-20write pid-file before chroot (also specifiable via -i on the command line).Jakob Schlyter
2003-01-20fall back to system random device if chrootJakob Schlyter
2003-01-20close /dev/null on shutdownJakob Schlyter
2003-01-20open /dev/null before chrootJakob Schlyter
2003-01-20indentJakob Schlyter
2003-01-20call tzset() before chrootJakob Schlyter
2003-01-20better serial generationJakob Schlyter
2003-01-20use arc4random()Jakob Schlyter