summaryrefslogtreecommitdiff
path: root/lib/libc/net
AgeCommit message (Expand)Author
2003-07-27sync struct addrinfo with what's in <netdb.h>;Jason McIntyre
2003-07-21bug library/3297: lib/libc/net/get{addr,name}info should share mutexMarco S Hyman
2003-07-11license oops; from teduTheo de Raadt
2003-06-30Mention environment variables used + some other minor fixes.Todd C. Miller
2003-06-27ensure we stay within the boundaries of our packetVincent Labrecque
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
2003-06-06KNF fixJun-ichiro itojun Hagino
2003-06-06KNF, de-registerJun-ichiro itojun Hagino
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-30- section reorderJason McIntyre
2003-05-14fill ai_canonname field for numeric hostname, by the given hostname.Jun-ichiro itojun Hagino
2003-05-10costant -> constant;Jason McIntyre
2003-05-05Add support for command line args in rshprog, e.g. "ssh -C".Todd C. Miller
2003-05-03typo in STANDARDS (this man page is getnameinfo, not getaddrinfo);Jason McIntyre
2003-05-01typos;Jason McIntyre
2003-05-01typos;Jason McIntyre
2003-05-01typos;Jason McIntyre
2003-04-25always widen the imputed netmask if it is narrower than the specified octets.Henning Brauer
2003-04-05sprintf -> snprintfThierry Deval
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTJason Wright
2003-03-07signed/unsigned mixup. KAME PR 469 by Olivier Courtay.Jun-ichiro itojun Hagino
2003-03-06.Xr typos;Jason McIntyre
2003-03-06.Xr's;Jason McIntyre
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-03-04s/strncpy/strlcpy/Jun-ichiro itojun Hagino
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-15more writeable -> writable by torhHenning Brauer
2002-11-14Updates from http://www.isc.org/products/BIND/patches/bind4910.diffTodd C. Miller
2002-10-26Describe the actual operation of inet_net_pton with a few examples.Marco S Hyman
2002-09-25missing arg; peterw@ifost.org.auTheo de Raadt
2002-09-07ansi pedantic. ok deraadt@Jakob Schlyter
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2002-08-28Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.Jun-ichiro itojun Hagino
2002-08-27allocate 64K recieve buffer for DNS responses.Jun-ichiro itojun Hagino
2002-08-23deal with negative return value from snprintf.Jun-ichiro itojun Hagino
2002-08-22drop AAAA reply with IPv4 mapped address. sync w/kameJun-ichiro itojun Hagino
2002-08-19snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),Jun-ichiro itojun Hagino
2002-08-09remove obsolete comment, no SIOCGIFCONF path any moreJun-ichiro itojun Hagino
2002-08-09unifdef for auditability.Jun-ichiro itojun Hagino
2002-07-30more strlcpy; itojun okTheo de Raadt