Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not filter address families that are not supported by kernel. | itojun | 2000-01-17 | 1 | -1/+5 | |
| | | | | | | | | | it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways. | |||||
* | remove #if 0'ed part. | itojun | 2000-01-17 | 1 | -55/+1 | |
| | ||||||
* | replace NRL get{addr,name}info with KAME get{addr,name}info. | itojun | 1999-12-30 | 1 | -459/+975 | |
| | | | | | | | | removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt | |||||
* | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | deraadt | 1999-12-07 | 1 | -0/+1 | |
| | | | | fujiwara@rcac.tdi.co.jp | |||||
* | cleaned up | deraadt | 1999-07-03 | 1 | -455/+468 | |
| | ||||||
* | Removed portability ifdefs. | cmetz | 1999-06-23 | 1 | -575/+1 | |
| | ||||||
* | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | 1999-06-23 | 1 | -0/+1127 | |
ones that are useful for all protocols, not just IPv6). |