aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/name6.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* 'addrlen' does not matter when we need to find the first non-zero bit inAndrey A. Chernov2016-08-311-1/+1
* Apply the same qsort() usage fix as in r304911 getaddrinfo.cAndrey A. Chernov2016-08-311-0/+19
* Don't call free_addrselectpolicy(&policyhead) before policyhead has beenDon Lewis2016-05-161-1/+0
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-2/+2
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-201-2/+3
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-2/+2
* Use _map_v4v6_address().Hajimu UMEMOTO2015-12-211-4/+3
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* libc: Use SOCK_CLOEXEC for various internal file descriptors.Jilles Tjoelker2013-09-061-2/+3
* Remove the advertising clause from the Regents of the University ofEd Maste2013-05-281-5/+1
* Re-enable ip6addrctl support but only for IPv6 address.Hajimu UMEMOTO2013-01-101-7/+5
* Disable destination address selection support ofHajimu UMEMOTO2013-01-091-0/+8
* Eliminate two cases of unwanted strncpy(). The name is not requiredXin LI2012-04-021-2/+0
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughMichael Bushkov2007-07-311-1387/+72
* Fix build w/o INET6.Yaroslav Tykhiy2006-07-261-0/+2
* stop use of mutex lock in ICMP lookup.Hajimu UMEMOTO2006-07-231-18/+5
* - draft-ietf-ipngwg-icmp-namelookups-09Hajimu UMEMOTO2006-07-211-79/+164
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+259
* - Use ANSI C prototype.Hajimu UMEMOTO2006-03-251-28/+14
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-37/+54
* The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASESHajimu UMEMOTO2005-11-151-0/+1
* reduce cast.Hajimu UMEMOTO2005-05-271-3/+3
* Submitted by: Jinmei Tatuya, Hajimu UmemotoGeorge V. Neville-Neil2005-05-141-2/+2
* raise readability bit.Hajimu UMEMOTO2005-05-131-7/+7
* the 3rd argument of getsockname() should be socklen_t*.Hajimu UMEMOTO2005-05-021-1/+2
* oops, we don't need previous change.Hajimu UMEMOTO2005-05-011-8/+4
* make it compilable without YP definition.Hajimu UMEMOTO2005-05-011-5/+9
* we don't need mutex lock to call _gethostbynis*(), anymore.Hajimu UMEMOTO2005-04-281-10/+2
* _gethostbynis{addr,name}() can handle an IPv6, now.Hajimu UMEMOTO2005-04-281-16/+11
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-0/+1
* - nuke deprecated and unused getnodeby(3).Hajimu UMEMOTO2005-04-191-31/+0
* unbreak build without YP defined.Hajimu UMEMOTO2005-04-091-0/+4
* - we are no longer shareing any resources to be locked betweenHajimu UMEMOTO2005-04-061-17/+6
* add missing mutex unlock.Hajimu UMEMOTO2005-04-051-0/+1
* nuke the logic for AF_UNSPEC and simplify. once, it was introducedHajimu UMEMOTO2005-04-021-301/+47
* make _getipnodebyname_multi() static.Hajimu UMEMOTO2005-01-271-1/+1
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intHajimu UMEMOTO2004-07-211-1/+1
* use source address as a hint to determine destination addressHajimu UMEMOTO2004-06-021-50/+361
* Add a missing "*errp = h_errno" forgotten in rev 1.36.Pierre Beyssac2004-04-061-1/+2
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDPierre Beyssac2004-04-051-4/+12
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-251-13/+14
* add destination address selection support for getipnodebyname(3).Hajimu UMEMOTO2004-02-201-1/+225
* Replace use of a spinlock with a mutex.Daniel Eischen2003-05-041-6/+5
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' byJacques Vidrine2003-04-241-2/+2
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-4/+2
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO2002-10-231-51/+77
* Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-061-0/+19
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-09-161-27/+48