summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix style that got corrupted.obrien2001-03-051-17/+17
* Fix FreeBSD id style breakage from rev 1.17obrien2001-03-051-1/+1
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Someume2001-02-191-5/+0
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-4/+6
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-234/+252
* Use _close() instead of close() in addrconfig() to keep it from becoming ajasone2000-07-211-3/+3
* reject empty scopeid. use strtoul() for checking all-numericness ofitojun2000-07-091-8/+15
* sync with kame.itojun2000-07-051-29/+50
* Don't call _getipnodebyname_multi(). It fixes the problem thatume2000-06-201-190/+1216
* Change getaddrinfo() resolve ordershin2000-04-201-44/+23
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-191-2/+2
* Let getaddrinfo() and related functions supports traditional IPv4 formatshin2000-02-101-1/+3
* IPv6 scoped addr format is changed as recent KAME change.shin2000-02-091-2/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areshin2000-01-261-116/+17
* added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup caseshin2000-01-131-1/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-2/+2
* Small bug fix and improvementsshin1999-12-281-0/+7
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+1014
OpenPOWER on IntegriCloud