summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
AgeCommit message (Collapse)Author
2003-08-08Remove a buffer which got added during the safe stringification, but leftMiod Vallat
unused. ok tedu@
2003-07-02fix broken escape; from wiz@netbsdJason McIntyre
cleanup from myself;
2003-06-27missing includeVincent Labrecque
ok deraadt
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-06WIDE uses 3-term now; itojun okTheo de Raadt
2003-06-04another UCB one that can be fixed obviouslyTheo de Raadt
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-30string cleaning; ok jakob, teduTodd T. Fries
2003-05-12sprintf -> snprintf. ok krw@ deraadt@Ted Unangst
2003-05-08replace strcpy with strlcpy and some strdup.Ted Unangst
ok rohee@ tdeval@ dhartmei@ requested by deraadt@
2003-05-07bounds were sizeof(pointer) rather than size of the object; found withTheo de Raadt
anil's gcc bounds checker mod
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-04-15first sprintf pass from todd@ and ISC-Bugs #5614.Jakob Schlyter
2003-04-10regen with autoconf 2.52Jakob Schlyter
2003-04-10provide strlcat() and strlcpy() for platform without them. althoughJakob Schlyter
this is not needed in OpenBSD, we'll keep the code here to stay in sync. license change for strlcat/strlcpy ok millert@.
2003-04-05string fixes. ok krw pvalchevTed Unangst
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-28no need to disable stack-protector on sparc and sparc64 any more.Artur Grabowski
deraadt@ ok.
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-26Fix a bug we found during an audit of BIND9. This bug does not affectChad Loder
OpenBSD but it could affect platforms which define ISC_PLATFORM_NEEDVSNPRINTF. isc_print_snprintf contains a bug where it could read off the end of an argument string for a format specifier like "%.10s", where the .10 indicates precision. Reported to ISC and confirmed as ISC bug #5191. OK jakob@
2003-02-26note manpage additionJakob Schlyter
2003-02-26IPv6 now defaultJakob 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-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-18sync manpage with actual implementation; david krause and myselfJakob Schlyter
2003-02-10jakob promised bind9 would not break the tree. But noooo... another damnTheo de Raadt
workaround in the tree
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-02-03remove sparc64 workaround, fixed in latest propolice patchesJakob Schlyter
2003-01-28compile without propolice on sparc64 for nowJakob Schlyter
2003-01-24compile rdata.c using -O0 on sparc64 due to bug in propoliceJakob Schlyter
2003-01-24do not print deprecation messageJakob Schlyter
2003-01-24install nslookupJakob Schlyter
2003-01-20regen with autoconf 2.52Jakob Schlyter
2003-01-20document our local changesJakob 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