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