summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/name6.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Use SOCK_CLOEXEC for various internal file descriptors.jilles2013-09-061-2/+3
* Remove the advertising clause from the Regents of the University ofemaste2013-05-281-5/+1
* Re-enable ip6addrctl support but only for IPv6 address.ume2013-01-101-7/+5
* Disable destination address selection support ofume2013-01-091-0/+8
* Eliminate two cases of unwanted strncpy(). The name is not requireddelphij2012-04-021-2/+0
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughbushman2007-07-311-1387/+72
* Fix build w/o INET6.yar2006-07-261-0/+2
* stop use of mutex lock in ICMP lookup.ume2006-07-231-18/+5
* - draft-ietf-ipngwg-icmp-namelookups-09ume2006-07-211-79/+164
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+259
* - Use ANSI C prototype.ume2006-03-251-28/+14
* Update the resolver in libc to BIND9's one.ume2006-03-211-37/+54
* The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASESume2005-11-151-0/+1
* reduce cast.ume2005-05-271-3/+3
* Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-141-2/+2
* raise readability bit.ume2005-05-131-7/+7
* the 3rd argument of getsockname() should be socklen_t*.ume2005-05-021-1/+2
* oops, we don't need previous change.ume2005-05-011-8/+4
* make it compilable without YP definition.ume2005-05-011-5/+9
* we don't need mutex lock to call _gethostbynis*(), anymore.ume2005-04-281-10/+2
* _gethostbynis{addr,name}() can handle an IPv6, now.ume2005-04-281-16/+11
* hide implementation specific internal functions from netdb.h.ume2005-04-271-0/+1
* - nuke deprecated and unused getnodeby(3).ume2005-04-191-31/+0
* unbreak build without YP defined.ume2005-04-091-0/+4
* - we are no longer shareing any resources to be locked betweenume2005-04-061-17/+6
* add missing mutex unlock.ume2005-04-051-0/+1
* nuke the logic for AF_UNSPEC and simplify. once, it was introducedume2005-04-021-301/+47
* make _getipnodebyname_multi() static.ume2005-01-271-1/+1
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intume2004-07-211-1/+1
* use source address as a hint to determine destination addressume2004-06-021-50/+361
* Add a missing "*errp = h_errno" forgotten in rev 1.36.pb2004-04-061-1/+2
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDpb2004-04-051-4/+12
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-13/+14
* add destination address selection support for getipnodebyname(3).ume2004-02-201-1/+225
* Replace use of a spinlock with a mutex.deischen2003-05-041-6/+5
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-2/+2
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-4/+2
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-231-51/+77
* Put giant locks due to make getaddrinfo(), getnameinfo()ume2002-10-061-0/+19
* Allocate 64K recieve buffer for DNS responses.ume2002-09-161-27/+48
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-151-4/+10
* Backout the increase of MAXPACKET from 1024 to 65536: itnectar2002-09-151-1/+5
* When using res_send/res_query/res_search, the caller must eithernectar2002-09-131-5/+1
* Remove two lines that were cvs merged that shouldn't have been. Thisimp2002-06-261-2/+0
* Include more robust checking of end of buffer that more completelyimp2002-06-261-18/+10
* Avoid remote buffer overflow on hostbuf[].imp2002-06-261-1/+3
* Fix the style of the SCM ID's.obrien2002-03-221-1/+3
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-4/+4
OpenPOWER on IntegriCloud