summaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFH r190382,190416,190525:Hajimu UMEMOTO2009-04-121-90/+197
* MFH 188316: Shutup warning for DNAME RR.Hajimu UMEMOTO2009-02-161-1/+2
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to beJINMEI Tatuya2007-09-051-2/+19
* do not overload the port number on to the return value ofHajimu UMEMOTO2006-07-231-8/+9
* remove obsolete comments.Hajimu UMEMOTO2006-07-221-8/+0
* simplification in explore_numeric: unified the post-process withHajimu UMEMOTO2006-07-211-32/+22
* RFC3493 requires use of inet_aton for AF_INET.Hajimu UMEMOTO2006-07-211-3/+7
* clean-up: rewrote explore_null and explore_numeric without using sentinel.Hajimu UMEMOTO2006-07-211-35/+20
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+197
* fix indent.Hajimu UMEMOTO2006-04-011-9/+9
* If the query choked with EDNS0, retry without EDNS0.Hajimu UMEMOTO2006-03-281-8/+24
* - Use ANSI C prototype.Hajimu UMEMOTO2006-03-251-104/+38
* When res_nquerydomain() returns SERVFAIL, we should try next domain.Hajimu UMEMOTO2006-03-241-1/+9
* When res_send() fails, we should reserve an error code.Hajimu UMEMOTO2006-03-241-2/+2
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-75/+83
* When we are doing initialization against q, use its own size, notXin LI2006-03-211-1/+1
* Handle the errors returned by res_querydomain() in same manner.Hajimu UMEMOTO2006-03-011-0/+20
* - Just query 'as is', if there is a trailing dot in the name.Hajimu UMEMOTO2006-02-241-9/+20
* Remove padding for ABI compatibility of ai_addrlen memberHajimu UMEMOTO2005-07-221-3/+0
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-151-1/+4
* Submitted by: Jinmei Tatuya, Hajimu UmemotoGeorge V. Neville-Neil2005-05-141-2/+2
* free ypbuf only when yp_match() succeed.Hajimu UMEMOTO2005-05-131-1/+1
* the 3rd argument of getsockname() should be socklen_t*.Hajimu UMEMOTO2005-05-021-1/+2
* Now, our getservbyname(3) is thread-safe. So, we don't needHajimu UMEMOTO2005-04-151-14/+1
* hostalias() is not thread-safe. So, introduce _res_hostalias()Hajimu UMEMOTO2005-04-151-2/+3
* remove needless res_init() call.Hajimu UMEMOTO2005-04-141-9/+0
* - we are no longer shareing any resources to be locked betweenHajimu UMEMOTO2005-04-061-10/+6
* separate gai_strerror(3) from getaddrinfo.c.Hajimu UMEMOTO2005-04-061-27/+0
* make yp stuff re-entrant.Hajimu UMEMOTO2005-04-051-26/+15
* make _files_getaddrinfo() re-entrant.Hajimu UMEMOTO2005-04-041-22/+19
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.Alexey Zelkin2005-02-141-29/+21
* use strdup().Hajimu UMEMOTO2005-01-281-2/+1
* implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.Hajimu UMEMOTO2005-01-271-7/+25
* query A RR before AAAA RR.Hajimu UMEMOTO2005-01-271-10/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)Maxim Sobolev2005-01-031-3/+3
* Rename variable name from `name' to `hostname'.Hajimu UMEMOTO2004-06-161-7/+7
* Treat IPv4 private address as global scope rather than site scope.Hajimu UMEMOTO2004-05-311-1/+1
* use source address as a hint to determine destination address.Hajimu UMEMOTO2004-05-311-0/+111
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-251-12/+15
* add destination address selection described in RFC3484.Hajimu UMEMOTO2003-10-301-7/+412
* oops, revert previous change to getaddrinfo.c. This is not relatedHajimu UMEMOTO2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-155/+275
* reorder functions to be in sync with KAME.Hajimu UMEMOTO2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493Hajimu UMEMOTO2003-10-231-10/+4
* oops, gai_strerror must return default value when error codeHajimu UMEMOTO2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493Hajimu UMEMOTO2003-10-221-19/+32
* Replace use of a spinlock with a mutex.Daniel Eischen2003-05-041-6/+4
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-2/+2