summaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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