| Age | Commit message (Expand) | Author |
| 2003-01-06 | writable, not writeable. | wiz |
| 2003-01-06 | transmission, not transmition. | wiz |
| 2002-11-17 | make sure to bound string operation by strlcpy | itojun |
| 2002-11-17 | whitespace | itojun |
| 2002-11-17 | use strlcpy where it is more appropriate. | itojun |
| 2002-11-14 | pull in changes in http://www.isc.org/products/BIND/patches/bind4910.diff | itojun |
| 2002-11-13 | fix remote buffer overrun. from openbsd tree (1997). | itojun |
| 2002-11-11 | Avoid strict alias warning. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. Catch error conditions | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-02 | writable instead of writeable. By Adrian Mrva. | wiz |
| 2002-10-02 | Correct spelling of "constraints". Noted by Adrian Mrva. | wiz |
| 2002-10-02 | function with n. | wiz |
| 2002-09-16 | Use "const" for all input parameters of ethers(3) functions. | tron |
| 2002-09-04 | implemented, not implementated; arbitrary, not arbritrary. | wiz |
| 2002-08-28 | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | onoe |
| 2002-08-27 | kill register decl | itojun |
| 2002-08-27 | allocate 64K recieve buffer for DNS responses. | itojun |
| 2002-08-23 | off-by-one. PR 18049 | itojun |
| 2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | itojun |
| 2002-08-16 | set h_errno properly if internal string manipulation fails. | itojun |
| 2002-08-16 | use sizeof, avoid duplicated use of MAXDNAME | itojun |
| 2002-08-16 | be more picky about size arg | itojun |
| 2002-08-16 | lint clean | itojun |
| 2002-08-16 | avoid sprintf. use snprintf with picky error traps. | itojun |
| 2002-08-16 | check for pointer overwrap | itojun |
| 2002-08-16 | correct cases with zero in the middle | itojun |
| 2002-08-16 | avoid sprintf. use snprintf. simplify cases where 1st arg is 0. | itojun |
| 2002-08-16 | use snprintf. don't duplicate MAXDNAME (use sizeof). | itojun |
| 2002-08-16 | use strlcat | itojun |
| 2002-08-16 | fix weird indent for comment lines | itojun |
| 2002-08-16 | eliminate sprintf. use snprintf. | itojun |
| 2002-08-16 | eliminate sprintf, use snprintf. check strlcat error. | itojun |
| 2002-08-16 | be more picky about string buffer manipulation. hints from freebsd | itojun |
| 2002-08-09 | lint clean | itojun |
| 2002-08-09 | unifdef for auditability. | itojun |
| 2002-08-06 | Make SYNOPSIS accurate about required headers. | soren |
| 2002-08-02 | use strlcpy where appropriate | itojun |
| 2002-07-29 | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | itojun |
| 2002-07-18 | Two typos. | wiz |
| 2002-07-01 | pacify lint. from he@netbsd | itojun |
| 2002-07-01 | lint clean. from martin husemann | itojun |
| 2002-07-01 | make more pedantic check on strtoul. from deraadt, sync w/kame | itojun |
| 2002-06-29 | correct port range check. from deraadt, sync w/kame, diff sent to bind-bugs | itojun |
| 2002-06-27 | correct %d/%u mixup. | itojun |
| 2002-06-26 | correct DIAGASSERT | itojun |