summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/lib/isc
AgeCommit message (Expand)Author
2013-09-02There is no need to call arc4random_addrandom() and feed it someTheo de Raadt
2011-07-05fix some memset sizeofs, found by jsg. ok deraadt krwTed Unangst
2011-07-05correct memsets of key contexts which were shorter than they needed to beTheo de Raadt
2009-07-27seperation -> separation; from Amarendra GodboleJason McIntyre
2008-08-04Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@Todd C. Miller
2008-08-01This log message is an excruiciating pain in the ass when it repeats 4000 tim...Bob Beck
2008-07-16Dynamically allocate fd_sets so we are not limited to FD_SETSIZETodd C. Miller
2008-07-09remove an unused variable that is a leftover from the old alg.Reyk Floeter
2008-06-09simplify math for arc4random_uniform() suggested byDamien Miller
2008-06-04fix math screwup that reintroduced a bias for upper_bounds in rangeDamien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-19CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if youTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-15Because the shuffle code initialisation is a specific case of shufflingDamien Miller
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-02introduce a isc_random_uniform() function to return a uniformly distributedDamien Miller
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
2007-12-09more strcpy fixesJakob Schlyter
2007-12-09resolve conflictsJakob Schlyter
2007-12-09ISC BIND release 9.4.2Jakob Schlyter
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-01-10resolve conflicts and regen configure scriptJakob Schlyter
2007-01-10ISC BIND release 9.3.3Jakob Schlyter
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-04-05resolve conflictsJakob Schlyter
2006-04-05ISC BIND release 9.3.2Jakob Schlyter
2005-05-04setres[ug]id; ok jakob@Damien Miller
2005-03-22resolve conflictsJakob Schlyter
2005-03-22ISC BIND release 9.3.1. ok deraadt@Jakob Schlyter
2004-11-19unbreak -t; ok jakob, henningMarkus Friedl
2004-09-28resolve conflictsJakob 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
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-06-27string cleaning; "Put it in. If it breaks, tough" Theo.Todd T. Fries
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-12sprintf -> snprintf. ok krw@ deraadt@Ted Unangst
2003-05-08replace strcpy with strlcpy and some strdup.Ted Unangst
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
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
2003-01-20use arc4random() instead of rand() if availibleJakob Schlyter
2003-01-20fix broken lfsr implementationJakob Schlyter