summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getaddrinfo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bug library/3297: lib/libc/net/get{addr,name}info should share mutexmarc2003-07-211-2/+3
* fill ai_canonname field for numeric hostname, by the given hostname.itojun2003-05-141-8/+26
* If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTjason2003-03-171-3/+3
* strlcpy, check retval from sprintfitojun2003-03-041-2/+2
* thread safer libc (note: safer, not safe)marc2003-01-281-29/+47
* allocate 64K recieve buffer for DNS responses.itojun2002-08-271-18/+33
* drop AAAA reply with IPv4 mapped address. sync w/kameitojun2002-08-221-1/+9
* kill more strcpyderaadt2002-07-251-5/+4
* have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.itojun2002-07-241-3/+16
* more type pedantitojun2002-07-011-2/+2
* lint clean (and don't mixup signed/unsigned). from martin husemannitojun2002-07-011-12/+12
* make more pedantic check on strtoul. from deraadt, sync w/kameitojun2002-07-011-8/+12
* correct port range check. from deraadt. sync w/kame. bind-bugs have alread...itojun2002-06-291-2/+3
* %d/%u mixup (in #ifdef DEBUG)itojun2002-06-271-2/+2
* correct bad practice in the code - it uses two changing variablesitojun2002-06-261-10/+7
* Manual cleanup of remaining userland __P use (excluding packages maintained o...millert2002-02-171-23/+21
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-16/+16
* label abort() from inside library as ILLEGALderaadt2002-01-021-3/+3
* use snprintf, not sprintf. sync with kameitojun2001-08-201-2/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* support EDNS0 (RFC2671) buffer size notification on DNS queries.itojun2001-06-111-1/+4
* on /etc/hosts lookup, set "official host name" (the leftmost hostname)itojun2000-08-311-4/+7
* Wallderaadt2000-08-221-2/+3
* reject empty scopeid/numeric portname. sync with kame.itojun2000-07-091-9/+16
* return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.itojun2000-07-051-18/+18
* translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.itojun2000-05-151-2/+27
* remove unused struct def. more sanity check for NULL.itojun2000-04-271-16/+16
* add $KAME$ for future version trackingitojun2000-04-261-1/+2
* remove #if 0'ed portion which we will never revisit (no behavior change).itojun2000-04-261-14/+1
* sync with latest kame.itojun2000-04-261-19/+21
* correct boundary check. XXX should avoid code duplicate here...itojun2000-04-251-2/+2
* workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 onlyitojun2000-03-161-2/+4
* fix error handling in yp case.itojun2000-03-131-2/+3
* make getaddrinfo obey search order declared in resolv.conf.itojun2000-02-251-142/+924
* remove extra #ifdef (USE_GETIPNODEBY)itojun2000-02-211-9/+1
* to synchronize with progress of discussion for postitojun2000-02-171-2/+2
* add more comments from recent kame.itojun2000-02-161-5/+37
* make it possible to compile without -DINET6itojun2000-02-151-2/+2
* revise extended scoped address format support. delimiter and the orderitojun2000-02-091-93/+162
* fix RFC2553 conformance. AI_CANONNAME does not mean reverse query.itojun2000-01-261-126/+10
* sync comment with code. remove #if 0'ed portion (AF filtering on nameitojun2000-01-181-15/+5
* do not filter address families that are not supported by kernel.itojun2000-01-171-1/+5
* remove #if 0'ed part.itojun2000-01-171-55/+1
* replace NRL get{addr,name}info with KAME get{addr,name}info.itojun1999-12-301-459/+975
* fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji...deraadt1999-12-071-0/+1
* cleaned upderaadt1999-07-031-455/+468
* Removed portability ifdefs.cmetz1999-06-231-575/+1
* Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz1999-06-231-0/+1127