Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-08 | Remove a buffer which got added during the safe stringification, but left | Miod Vallat | |
unused. ok tedu@ | |||
2003-07-02 | fix broken escape; from wiz@netbsd | Jason McIntyre | |
cleanup from myself; | |||
2003-06-27 | missing include | Vincent Labrecque | |
ok deraadt | |||
2003-06-27 | string 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-06 | WIDE uses 3-term now; itojun ok | Theo de Raadt | |
2003-06-04 | another UCB one that can be fixed obviously | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-30 | string cleaning; ok jakob, tedu | Todd T. Fries | |
2003-05-12 | sprintf -> snprintf. ok krw@ deraadt@ | Ted Unangst | |
2003-05-08 | replace strcpy with strlcpy and some strdup. | Ted Unangst | |
ok rohee@ tdeval@ dhartmei@ requested by deraadt@ | |||
2003-05-07 | bounds were sizeof(pointer) rather than size of the object; found with | Theo de Raadt | |
anil's gcc bounds checker mod | |||
2003-05-06 | fix harmless typo i introduced with previous string cleaning. | Ted Unangst | |
spotted by rohee@ | |||
2003-04-23 | more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@. | Jakob Schlyter | |
2003-04-15 | first sprintf pass from todd@ and ISC-Bugs #5614. | Jakob Schlyter | |
2003-04-10 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-04-10 | provide strlcat() and strlcpy() for platform without them. although | Jakob 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-05 | string fixes. ok krw pvalchev | Ted Unangst | |
2003-03-20 | duplicate word: to to | David Krause | |
spelling fix: chosen ok jakob@ | |||
2003-03-08 | Talk about chroot defaults, remove Linux note. | Cedric Berger | |
ok jakob@ jmc@ | |||
2003-03-05 | update to BIND 9.2.2-release. ok millert@ | Jakob Schlyter | |
2003-03-04 | change default config file to /var/named/etc/named.conf. ok millert@ | Jakob Schlyter | |
2003-02-28 | no need to disable stack-protector on sparc and sparc64 any more. | Artur Grabowski | |
deraadt@ ok. | |||
2003-02-27 | Kill blank line that hoses formatting; jakob@ OK | Todd C. Miller | |
2003-02-27 | make rndc-confgen fail properly. tested by danh@ | Jakob Schlyter | |
2003-02-26 | Fix a bug we found during an audit of BIND9. This bug does not affect | Chad 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-26 | note manpage addition | Jakob Schlyter | |
2003-02-26 | IPv6 now default | Jakob Schlyter | |
2003-02-26 | listen to IPv6 interfaces by default | Jakob Schlyter | |
2003-02-24 | the the | Theo de Raadt | |
2003-02-21 | remove bad xref to dnssec-keygen(8) | Jakob Schlyter | |
2003-02-19 | style; David Krause | Jakob Schlyter | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | sync manpage with actual implementation; david krause and myself | Jakob Schlyter | |
2003-02-10 | jakob promised bind9 would not break the tree. But noooo... another damn | Theo de Raadt | |
workaround in the tree | |||
2003-02-04 | pay attention, jakob | Theo de Raadt | |
2003-02-04 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2003-02-04 | add old nslookup(1) manpage, needs more work | Jakob Schlyter | |
2003-02-03 | remove sparc64 workaround, fixed in latest propolice patches | Jakob Schlyter | |
2003-01-28 | compile without propolice on sparc64 for now | Jakob Schlyter | |
2003-01-24 | compile rdata.c using -O0 on sparc64 due to bug in propolice | Jakob Schlyter | |
2003-01-24 | do not print deprecation message | Jakob Schlyter | |
2003-01-24 | install nslookup | Jakob Schlyter | |
2003-01-20 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-01-20 | document our local changes | Jakob Schlyter | |
2003-01-20 | write pid-file before chroot (also specifiable via -i on the command line). | Jakob Schlyter | |
2003-01-20 | fall back to system random device if chroot | Jakob Schlyter | |
2003-01-20 | close /dev/null on shutdown | Jakob Schlyter | |
2003-01-20 | open /dev/null before chroot | Jakob Schlyter | |
2003-01-20 | indent | Jakob Schlyter | |
2003-01-20 | call tzset() before chroot | Jakob Schlyter | |