aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getnetbynis.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-131-2/+6
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-20/+64
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-1/+2
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-031-3/+0
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-151-4/+7
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.Hajimu UMEMOTO2005-04-291-1/+1
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-04-281-35/+56
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-18/+32
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Small yet significant tweaks/cleanups:Bill Paul1996-12-271-3/+4
* I asked Bill Paul why _getnetbynis() was only being called with 2 parameters,Jordan K. Hubbard1996-12-061-3/+3
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-10/+23
* Fix other half of problem reported in PR #1079: _getnetbynisaddr() isBill Paul1996-03-231-12/+41
* As above.Poul-Henning Kamp1995-10-221-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Fixed YP networks map support.Garrett Wollman1994-09-261-7/+24
* get* rework and new bind codePaul Traina1994-09-251-0/+117