summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-151-1/+4
* Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-141-2/+2
* free ypbuf only when yp_match() succeed.ume2005-05-131-1/+1
* the 3rd argument of getsockname() should be socklen_t*.ume2005-05-021-1/+2
* Now, our getservbyname(3) is thread-safe. So, we don't needume2005-04-151-14/+1
* hostalias() is not thread-safe. So, introduce _res_hostalias()ume2005-04-151-2/+3
* remove needless res_init() call.ume2005-04-141-9/+0
* - we are no longer shareing any resources to be locked betweenume2005-04-061-10/+6
* separate gai_strerror(3) from getaddrinfo.c.ume2005-04-061-27/+0
* make yp stuff re-entrant.ume2005-04-051-26/+15
* make _files_getaddrinfo() re-entrant.ume2005-04-041-22/+19
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.phantom2005-02-141-29/+21
* use strdup().ume2005-01-281-2/+1
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.ume2005-01-271-7/+25
* query A RR before AAAA RR.ume2005-01-271-10/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-031-3/+3
* Rename variable name from `name' to `hostname'.ume2004-06-161-7/+7
* Treat IPv4 private address as global scope rather than site scope.ume2004-05-311-1/+1
* use source address as a hint to determine destination address.ume2004-05-311-0/+111
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-12/+15
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* oops, revert previous change to getaddrinfo.c. This is not relatedume2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-155/+275
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-231-10/+4
* oops, gai_strerror must return default value when error codeume2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493ume2003-10-221-19/+32
* Replace use of a spinlock with a mutex.deischen2003-05-041-6/+4
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-2/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-2/+2
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-1/+1
* - scopeid is u_int32_tume2002-10-251-14/+21
* - kill strcpyume2002-10-251-67/+56
* Put giant locks due to make getaddrinfo(), getnameinfo()ume2002-10-061-1/+22
* Allocate 64K recieve buffer for DNS responses.ume2002-09-151-20/+45
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-151-1/+3
* Backout the increase of MAXPACKET from 1024 to 65536: itnectar2002-09-151-1/+5
* When using res_send/res_query/res_search, the caller must eithernectar2002-09-131-5/+1
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confpirzyk2002-08-211-0/+82
* Remove an #include <syslog.h>. It's already included conditionallymux2002-08-021-1/+0
* Fix the style of the SCM ID's.obrien2002-03-221-1/+3
* Remove multi-line __P() usage.obrien2002-03-221-16/+16
* Remove __P() usage.obrien2002-03-211-18/+18
* balance parens.alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-051-0/+4
* Return ENONAME if getaddrinfo() is called with AI_NUMERICHOSTroam2002-02-011-1/+1
* Implement EDNS0 support, as EDNS0 support will be made mandatory forume2001-06-101-1/+5
* Nuke non-standard EAI_RESNULL.ume2001-03-171-8/+0
OpenPOWER on IntegriCloud