| Commit message (Expand) | Author | Age | Files | Lines |
* | libc: Use SOCK_CLOEXEC for various internal file descriptors. | jilles | 2013-09-06 | 1 | -2/+3 |
* | Remove the advertising clause from the Regents of the University of | emaste | 2013-05-28 | 1 | -5/+1 |
* | Re-enable ip6addrctl support but only for IPv6 address. | ume | 2013-01-10 | 1 | -7/+5 |
* | Disable destination address selection support of | ume | 2013-01-09 | 1 | -0/+8 |
* | Eliminate two cases of unwanted strncpy(). The name is not required | delphij | 2012-04-02 | 1 | -2/+0 |
* | - Getipnodebyname() and getipnodebyaddr() reimplemented through | bushman | 2007-07-31 | 1 | -1387/+72 |
* | Fix build w/o INET6. | yar | 2006-07-26 | 1 | -0/+2 |
* | stop use of mutex lock in ICMP lookup. | ume | 2006-07-23 | 1 | -18/+5 |
* | - draft-ietf-ipngwg-icmp-namelookups-09 | ume | 2006-07-21 | 1 | -79/+164 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 1 | -0/+259 |
* | - Use ANSI C prototype. | ume | 2006-03-25 | 1 | -28/+14 |
* | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 1 | -37/+54 |
* | The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASES | ume | 2005-11-15 | 1 | -0/+1 |
* | reduce cast. | ume | 2005-05-27 | 1 | -3/+3 |
* | Submitted by: Jinmei Tatuya, Hajimu Umemoto | gnn | 2005-05-14 | 1 | -2/+2 |
* | raise readability bit. | ume | 2005-05-13 | 1 | -7/+7 |
* | the 3rd argument of getsockname() should be socklen_t*. | ume | 2005-05-02 | 1 | -1/+2 |
* | oops, we don't need previous change. | ume | 2005-05-01 | 1 | -8/+4 |
* | make it compilable without YP definition. | ume | 2005-05-01 | 1 | -5/+9 |
* | we don't need mutex lock to call _gethostbynis*(), anymore. | ume | 2005-04-28 | 1 | -10/+2 |
* | _gethostbynis{addr,name}() can handle an IPv6, now. | ume | 2005-04-28 | 1 | -16/+11 |
* | hide implementation specific internal functions from netdb.h. | ume | 2005-04-27 | 1 | -0/+1 |
* | - nuke deprecated and unused getnodeby(3). | ume | 2005-04-19 | 1 | -31/+0 |
* | unbreak build without YP defined. | ume | 2005-04-09 | 1 | -0/+4 |
* | - we are no longer shareing any resources to be locked between | ume | 2005-04-06 | 1 | -17/+6 |
* | add missing mutex unlock. | ume | 2005-04-05 | 1 | -0/+1 |
* | nuke the logic for AF_UNSPEC and simplify. once, it was introduced | ume | 2005-04-02 | 1 | -301/+47 |
* | make _getipnodebyname_multi() static. | ume | 2005-01-27 | 1 | -1/+1 |
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | ume | 2004-07-21 | 1 | -1/+1 |
* | use source address as a hint to determine destination address | ume | 2004-06-02 | 1 | -50/+361 |
* | Add a missing "*errp = h_errno" forgotten in rev 1.36. | pb | 2004-04-06 | 1 | -1/+2 |
* | Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUND | pb | 2004-04-05 | 1 | -4/+12 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 1 | -13/+14 |
* | add destination address selection support for getipnodebyname(3). | ume | 2004-02-20 | 1 | -1/+225 |
* | Replace use of a spinlock with a mutex. | deischen | 2003-05-04 | 1 | -6/+5 |
* | Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by | nectar | 2003-04-24 | 1 | -2/+2 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 1 | -4/+2 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-23 | 1 | -51/+77 |
* | Put giant locks due to make getaddrinfo(), getnameinfo() | ume | 2002-10-06 | 1 | -0/+19 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-16 | 1 | -27/+48 |
* | Check for truncation in calls to res_send/res_query/res_search. | nectar | 2002-09-15 | 1 | -4/+10 |
* | Backout the increase of MAXPACKET from 1024 to 65536: it | nectar | 2002-09-15 | 1 | -1/+5 |
* | When using res_send/res_query/res_search, the caller must either | nectar | 2002-09-13 | 1 | -5/+1 |
* | Remove two lines that were cvs merged that shouldn't have been. This | imp | 2002-06-26 | 1 | -2/+0 |
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 1 | -18/+10 |
* | Avoid remote buffer overflow on hostbuf[]. | imp | 2002-06-26 | 1 | -1/+3 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+3 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -2/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -4/+4 |