| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove _gethostbynisname() and _gethostbynisaddr(). These functions | ume | 2015-12-25 | 1 | -55/+0 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | - When there is no room for returning the result, nss backend | ume | 2010-08-13 | 1 | -2/+6 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | ume | 2006-05-12 | 1 | -7/+7 |
* | - make reentrant version of netdb functions glibc style API, and | ume | 2006-04-15 | 1 | -43/+97 |
* | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 1 | -14/+20 |
* | don't see RES_USE_INET6 when called from getipnodeby*(). | ume | 2005-05-01 | 1 | -6/+14 |
* | oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped | ume | 2005-04-30 | 1 | -5/+4 |
* | handling RES_USE_INET6 better. | ume | 2005-04-30 | 1 | -4/+5 |
* | _gethostbynisname() didn't support RES_USE_INET6. | ume | 2005-04-30 | 1 | -0/+9 |
* | NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno. | ume | 2005-04-29 | 1 | -1/+1 |
* | we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead. | ume | 2005-04-29 | 1 | -2/+4 |
* | make gethostby*() thread-safe. | ume | 2005-04-28 | 1 | -52/+90 |
* | add IPv6 awareness for NIS query of gethostby*(). | ume | 2005-04-26 | 1 | -15/+56 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 1 | -2/+0 |
* | Use in_addr_t for the right size of an IPv4 address, and copy into | fenner | 2003-01-05 | 1 | -1/+3 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -1/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -2/+2 |
* | Set h_errno when an error is encountered. | nectar | 2000-09-10 | 1 | -2/+9 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 1 | -11/+51 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
* | gethostbyname2() was broken for lookups via NIS on FreeBSD/alpha | gallatin | 1999-01-25 | 1 | -4/+7 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -2/+2 |
* | Small yet significant tweaks/cleanups: | wpaul | 1996-12-27 | 1 | -3/+3 |
* | Another one-liner: remember to NUL terminate local copy of NIS host | wpaul | 1996-12-24 | 1 | -2/+3 |
* | Merge in bind-4.9.4-P1 resolver... | peter | 1996-08-29 | 1 | -11/+23 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+3 |
* | gethostbynis.c: | wpaul | 1996-03-16 | 1 | -5/+18 |
* | get* rework and new bind code | pst | 1994-09-25 | 1 | -0/+115 |