summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib
AgeCommit message (Collapse)Author
2005-08-21The patch addresses a problem with high-load resolvers whichBrad Smith
hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." From glebius FreeBSD ok deraadt@ millert@ cloder@ krw@
2005-05-16remove testsJakob Schlyter
2005-05-04setres[ug]id; ok jakob@Damien Miller
2005-04-28more vsnprintf checking. ok cloder@Moritz Jodeit
2005-04-19fix more cases of snprintf() returning -1. ok cloder@ niallo@Moritz Jodeit
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-11restore lost sprintf -> snprintf conversionDavid Krause
ok krw@ deraadt@ jakob@
2005-03-22resolve conflictsJakob Schlyter
2005-03-22ISC BIND release 9.3.1. ok deraadt@Jakob Schlyter
2005-01-26fix CERT VU#938617 (vulnerable to denial of service in validator code)Jakob Schlyter
2004-11-19unbreak -t; ok jakob, henningMarkus Friedl
2004-11-04adjust rtt estimates, fixes IPv6 problem.Jakob Schlyter
2004-10-14Add missing {} on if statement; ISC#1744Ryan Thomas McBride
ok jakob@
2004-09-29fix remaining sprintfJakob Schlyter
2004-09-29fix som s/sprintf/snprintf/ lost in transitionJakob 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-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-04-19include string.h for memset, canacar@ okAnil Madhavapeddy
2004-04-03dont try to close an invalid fd, canacar@ okAnil Madhavapeddy
2004-03-19Pass SIGINT to child. Noticed by mpech@, ok jakob@Can Erkin Acar
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
2004-02-08back out last change since it was unnecessary, the last bind merge fixed the ↵Peter Valchev
deeper issue
2004-02-0864-bit fix; ok/idea jakobPeter Valchev
2003-11-18update to BIND v9.2.3. ok todd@Jakob Schlyter
2003-11-18ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-11-16remove win32 filesJakob Schlyter
2003-10-20snprintfify; noted by david krauseJakob Schlyter
2003-10-19ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-09-22sync with 9.2.2-P3; new zone type "delegation-only"Jakob Schlyter
discussed with deraadt@, millert@ and todd@
2003-08-08Remove a buffer which got added during the safe stringification, but leftMiod Vallat
unused. ok tedu@
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-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-04-15first sprintf pass from todd@ and ISC-Bugs #5614.Jakob 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-05update to BIND 9.2.2-release. ok millert@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-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-03remove sparc64 workaround, fixed in latest propolice patchesJakob Schlyter
2003-01-24compile rdata.c using -O0 on sparc64 due to bug in propoliceJakob Schlyter
2003-01-20include lcg.h instead of lfsr.hJakob Schlyter
2003-01-20use arc4random() instead of rand() if availibleJakob Schlyter