summaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
AgeCommit message (Expand)Author
2007-05-20Typos.Ray Lai
2007-05-18Remove no-op code. From tbert.Ray Lai
2007-05-17Improve reentrancy by not using global variable. Removes twoRay Lai
2007-05-12Use size_t for strlen results.Ray Lai
2007-05-12Clean up macros according to style. From tbert <bret dot lambert at gmail>.Ray Lai
2007-05-10Use syslog_r instead of syslog in getaddrinfo. Slowly makingRay Lai
2007-02-18strlen(3) returns size_t.Ray Lai
2007-02-17Remove duplicate code. No functional change.Ray Lai
2007-02-15Remove two mutexes by replacing getservbyname() and getservbyport()Ray Lai
2007-02-14Remove int pretending to be a size_t.Ray Lai
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-04-18Clarify strlcpy code by explicitly naming variable `len' andRay Lai
2006-04-14Remove str2number(), use strtonum(3) instead.Ray Lai
2006-03-22Pass size of correct variable to memset().Ray Lai
2005-07-18fix spelling mistake (in comment);Jason McIntyre
2005-03-30make the resolver stat resolv.conf and update if it changes.Ted Unangst
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-04-14implement RFC3493 AI_NUMERICSERV. tedu okJun-ichiro itojun Hagino
2003-07-21bug library/3297: lib/libc/net/get{addr,name}info should share mutexMarco S Hyman
2003-05-14fill ai_canonname field for numeric hostname, by the given hostname.Jun-ichiro itojun Hagino
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTJason Wright
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
2002-08-27allocate 64K recieve buffer for DNS responses.Jun-ichiro itojun Hagino
2002-08-22drop AAAA reply with IPv4 mapped address. sync w/kameJun-ichiro itojun Hagino
2002-07-25kill more strcpyTheo de Raadt
2002-07-24have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.Jun-ichiro itojun Hagino
2002-07-01more type pedantJun-ichiro itojun Hagino
2002-07-01lint clean (and don't mixup signed/unsigned). from martin husemannJun-ichiro itojun Hagino
2002-07-01make more pedantic check on strtoul. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-06-29correct port range check. from deraadt. sync w/kame. bind-bugs have alread...Jun-ichiro itojun Hagino
2002-06-27%d/%u mixup (in #ifdef DEBUG)Jun-ichiro itojun Hagino
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-02label abort() from inside library as ILLEGALTheo de Raadt
2001-08-20use snprintf, not sprintf. sync with kameJun-ichiro itojun Hagino
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
2000-08-31on /etc/hosts lookup, set "official host name" (the leftmost hostname)Jun-ichiro itojun Hagino
2000-08-22WallTheo de Raadt
2000-07-09reject empty scopeid/numeric portname. sync with kame.Jun-ichiro itojun Hagino
2000-07-05return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.Jun-ichiro itojun Hagino
2000-05-15translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.Jun-ichiro itojun Hagino
2000-04-27remove unused struct def. more sanity check for NULL.Jun-ichiro itojun Hagino
2000-04-26add $KAME$ for future version trackingJun-ichiro itojun Hagino
2000-04-26remove #if 0'ed portion which we will never revisit (no behavior change).Jun-ichiro itojun Hagino
2000-04-26sync with latest kame.Jun-ichiro itojun Hagino
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino