index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
gethostbynis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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