Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-11 | restore lost sprintf -> snprintf conversion | David Krause | |
ok krw@ deraadt@ jakob@ | |||
2005-03-22 | resolve conflicts | Jakob Schlyter | |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | 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-02-04 | unfuck amd64 | Peter Valchev | |
2005-01-26 | fix CERT VU#938617 (vulnerable to denial of service in validator code) | Jakob Schlyter | |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-13 | Fix snprintf length field; from cloder@ | Todd C. Miller | |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2004-11-19 | unbreak -t; ok jakob, henning | Markus Friedl | |
2004-11-04 | adjust rtt estimates, fixes IPv6 problem. | Jakob Schlyter | |
2004-10-14 | Add missing {} on if statement; ISC#1744 | Ryan Thomas McBride | |
ok jakob@ | |||
2004-09-29 | s/sprintf/snprintf/ | Jakob Schlyter | |
2004-09-29 | fix return value | Jakob Schlyter | |
2004-09-29 | fix remaining sprintf | Jakob Schlyter | |
2004-09-29 | fix som s/sprintf/snprintf/ lost in transition | Jakob Schlyter | |
2004-09-28 | fix lib/bind cleaning cruft | 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-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller | |
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-04-19 | include string.h for memset, canacar@ ok | Anil Madhavapeddy | |
2004-04-03 | dont try to close an invalid fd, canacar@ ok | Anil Madhavapeddy | |
2004-03-24 | privsep documentation from canacar | Theo de Raadt | |
2004-03-19 | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | Can Erkin Acar | |
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 | |||
2004-02-08 | back out last change since it was unnecessary, the last bind merge fixed the ↵ | Peter Valchev | |
deeper issue | |||
2004-02-08 | regenerate | Peter Valchev | |
2004-02-08 | 64-bit fix; ok/idea jakob | Peter Valchev | |
2004-02-08 | no matter what size "long long" is, the printf format is always %lld. ok jakob | Peter Valchev | |
2003-11-20 | bye-bye | Jakob Schlyter | |
2003-11-20 | reenable build of dnssec programs, used for testing | Jakob Schlyter | |
2003-11-20 | temporary fix for distclean & lib/bind | Jakob Schlyter | |
2003-11-18 | reorganize | Jakob Schlyter | |
2003-11-18 | update to BIND v9.2.3. ok todd@ | Jakob Schlyter | |
2003-11-18 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2003-11-16 | remove more win32 files | Jakob Schlyter | |
2003-11-16 | remove win32 files | Jakob Schlyter | |
2003-11-16 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-11-16 | remove win32 references | Jakob Schlyter | |
2003-10-20 | note str* fixes | Jakob Schlyter | |
2003-10-20 | snprintfify; noted by david krause | Jakob Schlyter | |
2003-10-19 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2003-10-19 | add support for SSHFP resource records | 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-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; |