Age | Commit message (Expand) | Author |
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 |
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 |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
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 |
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 |
2007-01-01 | rndc will now create output files of 'rndc dumpdb', 'rndc | Alexandre Anriot |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
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-05-04 | - document -i | Jason McIntyre |
2006-04-05 | resolve conflicts | Jakob Schlyter |
2006-04-05 | regen using autoconf 2.59 | Jakob Schlyter |
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 |
2006-02-07 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-07 | new ISC nslookup clone "written because we feel like it" is incorrect | Theo de Raadt |
2005-11-13 | set type=XX sets the /type/ of the information query, not the /top/ | Tom Cosgrove |
2005-08-21 | The patch addresses a problem with high-load resolvers which | Brad Smith |
2005-05-16 | remove tests | Jakob Schlyter |
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-17 | remove amd64 special casing. | Brad Smith |
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder |
2005-04-14 | since we chroot by default, always init fallback entropy source | Jakob Schlyter |
2005-04-14 | Do this correctly, and silence a sign comparison warning. | Chad Loder |