| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | resolve conflicts with 9.3.4; SECURITY UPDATE | 2007-01-25 | 3 | -12/+71 | ||
| | | ||||||
| * | ISC BIND release 9.3.4 | 2007-01-25 | 1 | -1/+11 | ||
| | | ||||||
| * | resolve conflicts and regen configure script | 2007-01-10 | 63 | -1287/+1636 | ||
| | | ||||||
| * | ISC BIND release 9.3.3 | 2007-01-10 | 60 | -578/+1417 | ||
| | | ||||||
| * | Use S_IS* macros insted of masking with S_IF* flags. The latter may | 2006-09-25 | 1 | -2/+2 | ||
| | | | | | | have multiple bits set, which leads to surprising results. Spotted by from Paul Stoeber, more to come. ok jaredy@ | |||||
| * | security update to BIND 9.3.2-P1. ok miod@ and deraadt@ | 2006-09-05 | 1 | -21/+28 | ||
| | | ||||||
| * | Tyop fix: simultanious | 2006-07-18 | 1 | -2/+2 | ||
| | | ||||||
| * | resolve conflicts | 2006-04-05 | 54 | -7050/+4551 | ||
| | | ||||||
| * | ISC BIND release 9.3.2 | 2006-04-05 | 61 | -1397/+1761 | ||
| | | ||||||
| * | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | 2006-04-02 | 1 | -2/+1 | ||
| | | | | | suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||||
| * | The patch addresses a problem with high-load resolvers which | 2005-08-21 | 1 | -2/+4 | ||
| | | | | | | | | | | 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@ | |||||
| * | remove tests | 2005-05-16 | 7 | -1004/+1 | ||
| | | ||||||
| * | setres[ug]id; ok jakob@ | 2005-05-04 | 1 | -3/+3 | ||
| | | ||||||
| * | more vsnprintf checking. ok cloder@ | 2005-04-28 | 1 | -1/+1 | ||
| | | ||||||
| * | fix more cases of snprintf() returning -1. ok cloder@ niallo@ | 2005-04-19 | 3 | -10/+13 | ||
| | | ||||||
| * | Be more careful with snprintf return value handling. Some of these are | 2005-04-16 | 4 | -12/+19 | ||
| | | | | | | from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@ | |||||
| * | restore lost sprintf -> snprintf conversion | 2005-04-11 | 1 | -1/+3 | ||
| | | | | | ok krw@ deraadt@ jakob@ | |||||
| * | resolve conflicts | 2005-03-22 | 45 | -5816/+408 | ||
| | | ||||||
| * | ISC BIND release 9.3.1. ok deraadt@ | 2005-03-22 | 32 | -43/+5588 | ||
| | | ||||||
| * | fix CERT VU#938617 (vulnerable to denial of service in validator code) | 2005-01-26 | 1 | -1/+3 | ||
| | | ||||||
| * | unbreak -t; ok jakob, henning | 2004-11-19 | 2 | -4/+4 | ||
| | | ||||||
| * | adjust rtt estimates, fixes IPv6 problem. | 2004-11-04 | 1 | -2/+9 | ||
| | | ||||||
| * | Add missing {} on if statement; ISC#1744 | 2004-10-14 | 1 | -1/+2 | ||
| | | | | | ok jakob@ | |||||
| * | fix remaining sprintf | 2004-09-29 | 1 | -10/+11 | ||
| | | ||||||
| * | fix som s/sprintf/snprintf/ lost in transition | 2004-09-29 | 5 | -16/+16 | ||
| | | ||||||
| * | resolve conflicts | 2004-09-28 | 155 | -10789/+12695 | ||
| | | ||||||
| * | remove unused files | 2004-09-28 | 6 | -1318/+0 | ||
| | | ||||||
| * | ISC BIND version 9.3.0. ok deraadt@ | 2004-09-28 | 435 | -5020/+18452 | ||
| | | ||||||
| * | extra check for no message case; ok markus, deraadt, hshoexer, henning | 2004-08-13 | 1 | -1/+5 | ||
| | | ||||||
| * | include string.h for memset, canacar@ ok | 2004-04-19 | 1 | -1/+2 | ||
| | | ||||||
| * | dont try to close an invalid fd, canacar@ ok | 2004-04-03 | 1 | -2/+3 | ||
| | | ||||||
| * | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | 2004-03-19 | 1 | -1/+2 | ||
| | | ||||||
| * | Privilege seperation for named. Allows named to handle address/interface | 2004-03-12 | 7 | -4/+582 | ||
| | | | | | | | | | | 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 | |||||
| * | back out last change since it was unnecessary, the last bind merge fixed the deeper issue | 2004-02-08 | 1 | -1/+1 | ||
| | | ||||||
| * | 64-bit fix; ok/idea jakob | 2004-02-08 | 1 | -1/+1 | ||
| | | ||||||
| * | update to BIND v9.2.3. ok todd@ | 2003-11-18 | 106 | -713/+2286 | ||
| | | ||||||
| * | remove win32 files | 2003-11-16 | 95 | -19592/+0 | ||
| | | ||||||
| * | snprintfify; noted by david krause | 2003-10-20 | 1 | -3/+3 | ||
| | | ||||||
| * | add support for SSHFP resource records | 2003-10-19 | 2 | -0/+270 | ||
| | | ||||||
| * | sync with 9.2.2-P3; new zone type "delegation-only" | 2003-09-22 | 10 | -6/+223 | ||
| | | | | | discussed with deraadt@, millert@ and todd@ | |||||
| * | Remove a buffer which got added during the safe stringification, but left | 2003-08-08 | 1 | -1/+0 | ||
| | | | | | | | unused. ok tedu@ | |||||
| * | missing include | 2003-06-27 | 1 | -0/+1 | ||
| | | | | | ok deraadt | |||||
| * | string cleaning; "Put it in. If it breaks, tough" Theo. | 2003-06-27 | 28 | -85/+86 | ||
| | | | | | work by me, useful feedback from krw, jakob, tedu, and tholo | |||||
| * | WIDE uses 3-term now; itojun ok | 2003-06-06 | 1 | -5/+1 | ||
| | | ||||||
| * | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 5 | -25/+5 | ||
| | | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
| * | string cleaning; ok jakob, tedu | 2003-05-30 | 6 | -11/+23 | ||
| | | ||||||
| * | sprintf -> snprintf. ok krw@ deraadt@ | 2003-05-12 | 3 | -6/+8 | ||
| | | ||||||
| * | replace strcpy with strlcpy and some strdup. | 2003-05-08 | 15 | -40/+39 | ||
| | | | | | | ok rohee@ tdeval@ dhartmei@ requested by deraadt@ | |||||
| * | bounds were sizeof(pointer) rather than size of the object; found with | 2003-05-07 | 1 | -1/+1 | ||
| | | | | | anil's gcc bounds checker mod | |||||
| * | first sprintf pass from todd@ and ISC-Bugs #5614. | 2003-04-15 | 15 | -54/+66 | ||
| | | ||||||
