Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-21 | change ai_addrlen to socklen_t. now it conforms to | Jun-ichiro itojun Hagino | |
draft-ietf-ipngwg-rfc2553bis-03.txt. backward compatibility concern: - should be safe to change signed to unsigned, as we never return negative value. - sizeof(int) is 4 for all archs, so there's no size change with socklen_t (= u_int32_t) commented by deraadt. | |||
2000-10-04 | Remove parameter names in prototypes (always a bad idea) | Marc Espie | |
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino | |
problem due to type promotion). PR 1228. | |||
2000-02-09 | revise extended scoped address format support. delimiter and the order | Jun-ichiro itojun Hagino | |
is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again). | |||
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino | |
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 | |||
1999-07-03 | proto net_addrcmp() | Theo de Raadt | |
1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz | |
ones that are useful for all protocols, not just IPv6). | |||
1999-06-05 | getaddrinfo() info prototypes and such; cmetz | Theo de Raadt | |
1997-04-05 | Use in_addr_t not u_long. | Todd C. Miller | |
1997-03-13 | BIND 4.9.5 includes. | Jason Downs | |
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |