| Age | Commit message (Expand) | Author |
| 2000-01-05 | allow reverse query for v4 loopbacknet (127.0.0.0/8). | itojun |
| 2000-01-03 | clarify text for RES_USE_INET6. this is almost always unnecessary. | itojun |
| 1999-12-28 | ignore KEY and SIG records when matching responses to the query. we | assar |
| 1999-12-27 | properly check the error result from if_nametoindex(), to disallow | itojun |
| 1999-12-13 | more complete solution for gethostby*() buffer overwrite issue. | itojun |
| 1999-12-13 | fix getaddrinfo(3) and getnameinfo(3). | itojun |
| 1999-12-13 | bring in latest KAME get{addr,name}info(3). | itojun |
| 1999-12-12 | inet6_rthdr_reverse() is not implemented yet. | itojun |
| 1999-12-12 | wording fixes (from openbsd camp -> kame) | itojun |
| 1999-12-12 | add manpage for inet6_{option,rthdr}_*. | itojun |
| 1999-11-30 | (bcopy, bzero) -> (memcpy, memset) | kleink |
| 1999-11-28 | don't use err(); instead pass an error condition back to a higher | lukem |
| 1999-11-13 | Properly check for overflows. Fixes PR8314 as annotated by mjl. | is |
| 1999-11-10 | add freeaddrinfo(3) and gai_strerror(3) as links to getaddrinfo(3) | jdolecek |
| 1999-11-03 | Check for invalid component numbers (wrong hex "digits", octal numbers | is |
| 1999-10-24 | change default nsswitch.conf entry for `hosts' from: | lukem |
| 1999-09-20 | Need internal names for these, too. | kleink |
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem |
| 1999-09-16 | return NS_UNAVAIL if args are dodgy | lukem |
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem |
| 1999-09-15 | Add indirect reference stubs for inet_[ap]ton() for environments not supporting | kleink |
| 1999-08-22 | Need "namespace.h". | kleink |
| 1999-08-17 | bring in IPv6 numeric address parsing fix from bind821. | itojun |
| 1999-08-17 | Make some needed weak aliases. | mycroft |
| 1999-08-17 | This file was incorrect. The indirect name is res_close(), | mycroft |
| 1999-08-13 | pacify too-picky compiler. | itojun |
| 1999-08-09 | do not make reverse query against IPv6 unspecified, or loopback addresses. | itojun |
| 1999-08-01 | - provide reverse query for mapped address (::ffff:10.1.1.1). | itojun |
| 1999-07-19 | - make sure that host_addr is suitably aligned | christos |
| 1999-07-19 | Make sure that "h_addr_list" pointers are longword aligned because some | tron |
| 1999-07-14 | - do not make query for AFs that are not supported by kernel. | itojun |
| 1999-07-06 | fix name resolution problem when you have "hosts: files dns" on | itojun |
| 1999-07-04 | check address family on getting entries from /etc/hosts. | itojun |
| 1999-07-04 | if the list of name server on /etc/resolv.conf is in a | itojun |
| 1999-07-04 | capitalize the first word of most error strings except those words that are | lukem |
| 1999-07-04 | add NetBSD RCSID on top. | itojun |
| 1999-07-04 | fix USE_GETIPNODEBY case. | itojun |
| 1999-07-04 | fix behavior when there's dangling CNAME on specific AF. | itojun |
| 1999-07-03 | improve lint friendliness on USE_GETIPNODEBY case. | itojun |
| 1999-07-03 | Add a reference to XNS5.2 D2.0 for inet_{ntop,pton}(). | kleink |
| 1999-07-03 | Add missing LIBRARY sections. | kleink |
| 1999-07-03 | <sys/errno.h> -> <errno.h>; kill our own declaration of errno (_REENTRANT!). | kleink |
| 1999-07-03 | remove trailing `.' on error messages, since messages from strerror() and | lukem |
| 1999-07-02 | Need "namespace.h". | kleink |
| 1999-07-01 | add IPv6 support functions. | itojun |
| 1999-07-01 | IPv6 DNS transport support for resolver. | itojun |
| 1999-07-01 | document gethostbyname2(). | itojun |
| 1999-07-01 | fix hardcoded T_A. | itojun |
| 1999-06-25 | Clarify that sdl->sdl_len must be initialized before call to link_addr() | sommerfeld |
| 1999-06-02 | As discussed on "tech-net@netbsd.org": | tron |