Age | Commit message (Expand) | Author |
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-19 | CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-15 | Because the shuffle code initialisation is a specific case of shuffling | Damien Miller |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-03-02 | introduce a isc_random_uniform() function to return a uniformly distributed | Damien Miller |
2008-02-29 | replacement algorithm. initialize a 64K-short buffer using Durstenfeld | Theo de Raadt |
2008-02-07 | add IPv6 root servers | Jakob Schlyter |
2007-12-13 | more str fixes; from chl@ | Jakob Schlyter |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter |
2007-12-09 | more strcpy fixes | Jakob Schlyter |
2007-12-09 | resolve conflicts | Jakob Schlyter |
2007-12-09 | ISC BIND release 9.4.2 | Jakob Schlyter |
2007-11-14 | update IP address of L.ROOT-SERVERS.NET; fix PR#5629 | Jakob Schlyter |
2007-06-01 | avoid potentially bad snprintf construct; ok henning millert otto | Peter Valchev |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-01-25 | resolve conflicts with 9.3.4; SECURITY UPDATE | Jakob Schlyter |
2007-01-25 | ISC BIND release 9.3.4 | Jakob Schlyter |
2007-01-10 | resolve conflicts and regen configure script | Jakob Schlyter |
2007-01-10 | ISC BIND release 9.3.3 | Jakob Schlyter |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-09-05 | security update to BIND 9.3.2-P1. ok miod@ and deraadt@ | Jakob Schlyter |
2006-07-18 | Tyop fix: simultanious | Michael Knudsen |
2006-04-05 | resolve conflicts | Jakob Schlyter |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2005-08-21 | The patch addresses a problem with high-load resolvers which | Brad Smith |
2005-05-16 | remove tests | Jakob Schlyter |
2005-05-04 | setres[ug]id; ok jakob@ | Damien Miller |
2005-04-28 | more vsnprintf checking. ok cloder@ | Moritz Jodeit |
2005-04-19 | fix more cases of snprintf() returning -1. ok cloder@ niallo@ | Moritz Jodeit |
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder |
2005-04-11 | restore lost sprintf -> snprintf conversion | David Krause |
2005-03-22 | resolve conflicts | Jakob Schlyter |
2005-03-22 | ISC BIND release 9.3.1. ok deraadt@ | Jakob Schlyter |
2005-01-26 | fix CERT VU#938617 (vulnerable to denial of service in validator code) | Jakob Schlyter |
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 |
2004-09-29 | fix remaining sprintf | Jakob Schlyter |
2004-09-29 | fix som s/sprintf/snprintf/ lost in transition | 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-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-19 | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | Can Erkin Acar |