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