summaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-2/+2
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' byJacques Vidrine2003-04-241-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-1/+1
* - scopeid is u_int32_tHajimu UMEMOTO2002-10-251-14/+21
* - kill strcpyHajimu UMEMOTO2002-10-251-67/+56
* Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-061-1/+22
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-09-151-20/+45
* Check for truncation in calls to res_send/res_query/res_search.Jacques Vidrine2002-09-151-1/+3
* Backout the increase of MAXPACKET from 1024 to 65536: itJacques Vidrine2002-09-151-1/+5
* When using res_send/res_query/res_search, the caller must eitherJacques Vidrine2002-09-131-5/+1
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confJim Pirzyk2002-08-211-0/+82
* Remove an #include <syslog.h>. It's already included conditionallyMaxime Henrion2002-08-021-1/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+3
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-16/+16
* Remove __P() usage.David E. O'Brien2002-03-211-18/+18
* balance parens.Alfred Perlstein2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-051-0/+4
* Return ENONAME if getaddrinfo() is called with AI_NUMERICHOSTPeter Pentchev2002-02-011-1/+1
* Implement EDNS0 support, as EDNS0 support will be made mandatory forHajimu UMEMOTO2001-06-101-1/+5
* Nuke non-standard EAI_RESNULL.Hajimu UMEMOTO2001-03-171-8/+0
* Fix style that got corrupted.David E. O'Brien2001-03-051-17/+17
* Fix FreeBSD id style breakage from rev 1.17David E. O'Brien2001-03-051-1/+1
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). SomeHajimu UMEMOTO2001-02-191-5/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-4/+6
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-234/+252
* Use _close() instead of close() in addrconfig() to keep it from becoming aJason Evans2000-07-211-3/+3
* reject empty scopeid. use strtoul() for checking all-numericness ofJun-ichiro itojun Hagino2000-07-091-8/+15
* sync with kame.Jun-ichiro itojun Hagino2000-07-051-29/+50
* Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-201-190/+1216
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-201-44/+23
* Change IPv6 scoped addr format again based on recent standard discussion.Yoshinobu Inoue2000-02-191-2/+2
* Let getaddrinfo() and related functions supports traditional IPv4 formatYoshinobu Inoue2000-02-101-1/+3
* IPv6 scoped addr format is changed as recent KAME change.Yoshinobu Inoue2000-02-091-2/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areYoshinobu Inoue2000-01-261-116/+17
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseYoshinobu Inoue2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-2/+2
* Small bug fix and improvementsYoshinobu Inoue1999-12-281-0/+7
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+1014