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