summaryrefslogtreecommitdiff
path: root/lib/libc/net/getaddrinfo.c
AgeCommit message (Expand)Author
2000-03-16workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 onlyJun-ichiro itojun Hagino
2000-03-13fix error handling in yp case.Jun-ichiro itojun Hagino
2000-02-25make getaddrinfo obey search order declared in resolv.conf.Jun-ichiro itojun Hagino
2000-02-21remove extra #ifdef (USE_GETIPNODEBY)Jun-ichiro itojun Hagino
2000-02-17to synchronize with progress of discussion for postJun-ichiro itojun Hagino
2000-02-16add more comments from recent kame.Jun-ichiro itojun Hagino
2000-02-15make it possible to compile without -DINET6Jun-ichiro itojun Hagino
2000-02-09revise extended scoped address format support. delimiter and the orderJun-ichiro itojun Hagino
2000-01-26fix RFC2553 conformance. AI_CANONNAME does not mean reverse query.Jun-ichiro itojun Hagino
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameJun-ichiro itojun Hagino
2000-01-17do not filter address families that are not supported by kernel.Jun-ichiro itojun Hagino
2000-01-17remove #if 0'ed part.Jun-ichiro itojun Hagino
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.Jun-ichiro itojun Hagino
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji...Theo de Raadt
1999-07-03cleaned upTheo de Raadt
1999-06-23Removed portability ifdefs.cmetz
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz