Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-16 | parse "nameserver [host]:port" syntax in /etc/resolv.conf | Stefan Sperling | |
ok deraadt@ | |||
2009-07-29 | apply patch for https://www.isc.org/node/474 since jakob does not | Theo de Raadt | |
appear to be around. | |||
2009-07-27 | seperation -> separation; from Amarendra Godbole | Jason McIntyre | |
2009-01-14 | fix CVE-2009-0025: incorrect check of DSA DNSSEC signature verification | Damien Miller | |
"please commit" miod@ | |||
2008-11-10 | #if 0 a function which we have we do not use, and where the call to it is in ↵ | Theo de Raadt | |
#if 0 as well | |||
2008-08-04 | Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@ | Todd C. Miller | |
2008-08-03 | Don't print a warning when the random device cannot be opened if | Todd C. Miller | |
we have a pre-chroot random device. OK deraadt@ kettenis@ | |||
2008-08-01 | This log message is an excruiciating pain in the ass when it repeats 4000 ↵ | Bob Beck | |
times a second on a machine you need debug log on, and is actually used as a cacheing nameserver. remove just this one line of debug log to save people's sanity ok djm@ | |||
2008-07-16 | Dynamically allocate fd_sets so we are not limited to FD_SETSIZE | Todd C. Miller | |
connections. With help from djm@. OK djm@ | |||
2008-07-10 | retry port allocation on all errors, not just EADDRINUSE; ok jakob@ | Damien Miller | |
2008-07-09 | let the kernel choose the random port. code from djm@. ok markus@. | Jakob Schlyter | |
2008-07-09 | reintroduce our own shuffle ID generator. ok djm@ millert@ | Jakob Schlyter | |
2008-07-09 | merge and resolve conflicts introduced by 9.4.2-P1 | Jakob Schlyter | |
2008-07-09 | remove an unused variable that is a leftover from the old alg. | Reyk Floeter | |
ok deraadt@ | |||
2008-06-09 | simplify math for arc4random_uniform() suggested by | Damien Miller | |
Jinmei_Tatuya AT isc.org via jakob@ empirically verified for entire domain of upper_bound | |||
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller | |
(2^30,2^31). Nothing in the tree yet requests random numbers bounded by this range. report jakob!deraadt; ok deraadt@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-19 | CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you | Theo de Raadt | |
are going to allocate/free a block of memory for the message contents, you have to calculate and track the sizes seperately. This change is just like all the other CMSG changes... | |||
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt | |
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer | |||
2008-03-15 | Because the shuffle code initialisation is a specific case of shuffling | Damien Miller | |
a set of incrementing integers (and not an arbitrary set of values) it is possible to populate the array as we shuffle it in a single forward pass. Clever optimisation from didickman AT gmail.com; ok deraadt@ mcbride@ (same change as netinet/ip_id.c) | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt | |
an extensive discussion with otto, kettenis, millert, and hshoexer | |||
2008-03-02 | introduce a isc_random_uniform() function to return a uniformly distributed | Damien Miller | |
number 0 < x <= upper_bound and use it to correct the last tiny bias in the shuffle initialisation feedback & ok deraadt@ | |||
2008-02-29 | replacement algorithm. initialize a 64K-short buffer using Durstenfeld | Theo de Raadt | |
shuffle. Upon allocation, swap-permute the new value to a random slot in the 0..32K-1 th entry of the buffer as we move forward, ensuring randomness but also satisfying the non-repeating property we need. Inspired by Dillon's implementation for ip id. We believe this is easier to read though, initializes with less bias and wins speed tests. Thanks a lot to mcbride and djm for doing a bunch of statistical and speed analysis, and comments from nordin ok jakob djm mcbride | |||
2008-02-24 | taht -> that | Marc Balmer | |
2008-02-24 | fix a type, taht -> that. | Marc Balmer | |
2008-02-07 | add IPv6 root servers | Jakob Schlyter | |
2007-12-19 | regen | Jakob Schlyter | |
2007-12-19 | ref rndc-confgen(8); from Jean Raby | Jakob Schlyter | |
2007-12-13 | more str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter | |
2007-12-09 | nslookup(8) moved to nslookup(1) | Jakob Schlyter | |
2007-12-09 | regen from named.docbook | Jakob Schlyter | |
2007-12-09 | merge our command line changes to docbook | Jakob Schlyter | |
2007-12-09 | more strcpy fixes | Jakob Schlyter | |
2007-12-09 | resolve conflicts | Jakob Schlyter | |
2007-12-09 | regen using autoconf 2.61 | Jakob Schlyter | |
2007-12-09 | resolve conflicts | Jakob Schlyter | |
2007-12-09 | ISC BIND release 9.4.2 | Jakob Schlyter | |
2007-11-24 | fix race condition, as reported by naddy@. | Marc Espie | |
On a sufficiently fast machine, the subdirs and the ${TARGETS} will be run simultaneously, and will fail. Since TARGETS can be empty, we need an extra dummy-target to make sure make does something sensible (this avoids bsd-specific constructs). | |||
2007-11-14 | update IP address of L.ROOT-SERVERS.NET; fix PR#5629 | Jakob Schlyter | |
2007-11-03 | make sure configure is done before we try building manpages. | Marc Espie | |
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 | |
oustside, seqencer, toghether, nessissary, etc. | |||
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-02-28 | regen | Jakob Schlyter | |
2007-02-28 | remove bogus warning regarding OpenSSL | Jakob Schlyter | |
2007-02-22 | Pass sizeof(buf) to fgets instead of hard-coded number. | Ray Lai | |
From Charles Longeau. OK moritz@ and jakob@. | |||
2007-01-25 | resolve conflicts with 9.3.4; SECURITY UPDATE | Jakob Schlyter | |
2007-01-25 | ISC BIND release 9.3.4 | Jakob Schlyter | |