summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbynis.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292719:ume2016-01-011-55/+0
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* - When there is no room for returning the result, nss backendume2010-08-131-2/+6
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-121-7/+7
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-43/+97
* Update the resolver in libc to BIND9's one.ume2006-03-211-14/+20
* don't see RES_USE_INET6 when called from getipnodeby*().ume2005-05-011-6/+14
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-301-5/+4
* handling RES_USE_INET6 better.ume2005-04-301-4/+5
* _gethostbynisname() didn't support RES_USE_INET6.ume2005-04-301-0/+9
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.ume2005-04-291-1/+1
* we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead.ume2005-04-291-2/+4
* make gethostby*() thread-safe.ume2005-04-281-52/+90
* add IPv6 awareness for NIS query of gethostby*().ume2005-04-261-15/+56
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-2/+0
* Use in_addr_t for the right size of an IPv4 address, and copy intofenner2003-01-051-1/+3
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove 'register' keyword.obrien2002-03-211-1/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+2
* Set h_errno when an error is encountered.nectar2000-09-101-2/+9
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-11/+51
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphagallatin1999-01-251-4/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
* Small yet significant tweaks/cleanups:wpaul1996-12-271-3/+3
* Another one-liner: remember to NUL terminate local copy of NIS hostwpaul1996-12-241-2/+3
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-11/+23
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+3
* gethostbynis.c:wpaul1996-03-161-5/+18
* get* rework and new bind codepst1994-09-251-0/+115
OpenPOWER on IntegriCloud