Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder | |
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@ | |||
2005-04-14 | since we chroot by default, always init fallback entropy source | Jakob Schlyter | |
2005-04-14 | Do this correctly, and silence a sign comparison warning. | Chad Loder | |
2005-04-14 | Check snprintf for truncation and failure. From Han Boetes (thanks). | Chad Loder | |
2005-03-22 | resolve conflicts | Jakob Schlyter | |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter | |
2005-03-02 | Fix an obviously wrong memset. Found by djm@, lots and lots and lots and | Chad 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-16 | zap compilation date from the binary; ok millert@ deraadt@ | David Krause | |
2005-01-13 | Fix snprintf length field; from cloder@ | Todd C. Miller | |
2004-11-19 | unbreak -t; ok jakob, henning | Markus Friedl | |
2004-09-29 | s/sprintf/snprintf/ | Jakob Schlyter | |
2004-09-29 | fix return value | Jakob Schlyter | |
2004-09-28 | resolve conflicts | Jakob Schlyter | |
2004-09-28 | remove unused files | Jakob Schlyter | |
2004-09-28 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2004-03-24 | privsep documentation from canacar | Theo de Raadt | |
2004-03-12 | Privilege seperation for named. Allows named to handle address/interface | Can 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-20 | reenable build of dnssec programs, used for testing | Jakob Schlyter | |
2003-11-18 | update to BIND v9.2.3. ok todd@ | Jakob Schlyter | |
2003-11-16 | remove more win32 files | Jakob Schlyter | |
2003-11-16 | remove win32 files | Jakob Schlyter | |
2003-09-22 | sync with 9.2.2-P3; new zone type "delegation-only" | Jakob Schlyter | |
discussed with deraadt@, millert@ and todd@ | |||
2003-07-02 | fix broken escape; from wiz@netbsd | Jason McIntyre | |
cleanup from myself; | |||
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-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-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-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-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 | 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 | sync manpage with actual implementation; david krause and myself | Jakob Schlyter | |
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-01-24 | do not print deprecation message | 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 | |
2003-01-20 | better serial generation | Jakob Schlyter | |
2003-01-20 | use arc4random() | Jakob Schlyter | |