freebsd-dev/lib/libc
Jacques Vidrine 8074e24dce The previous commit changed the behavior of nsdispatch() in the
case where an /etc/nsswitch.conf file was present, but could not
be opened (e.g. due to permissions).  Previously, the open failure
condition was suppressed, and the built-in defaults were used.  In
revision 1.11, however, propagated the open failure causing all
nsdispatch() invocations to return NS_UNAVAIL, and thus many APIs
including getpwnam and gethostbyname unconditionally failed.

This commit restores the previous behavior.

Pointy hat:	nectar  (+1 for obstinance; ache had to use clue bat)
Reported by:	ache
2004-04-01 19:12:45 +00:00
..
alpha Use unions to avoid violating C99 strict aliasing rules. 2004-03-16 20:42:02 +00:00
amd64 Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is 2004-03-31 07:27:31 +00:00
compat-43
db
gdtoa
gen Document the existence of NET_RT_IFMALIST. 2004-03-25 10:08:46 +00:00
gmon
i386 Remove the code and an associated comment for gcc 1.x compatibility 2004-02-16 10:03:02 +00:00
ia64
include When a dynamic NSS module is built and linked against a thread 2004-03-30 15:56:15 +00:00
locale Add cross-references to isideogram(3), isphonogram(3), isrune(3), 2004-03-30 08:11:57 +00:00
net The previous commit changed the behavior of nsdispatch() in the 2004-04-01 19:12:45 +00:00
nls
posix1e
powerpc makecontext lib call. 2004-03-02 06:22:24 +00:00
quad
regex
rpc Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
sparc64 Use unions to avoid violating C99 strict aliasing rules. 2004-03-16 20:42:02 +00:00
stdio Mention that funopen() uses fpos_t incorrectly in the BUGS section. 2004-03-20 08:41:12 +00:00
stdlib Rearrange (centralize) initialization of mallocs internals to always be 2004-03-07 20:41:27 +00:00
stdtime
string
sys Shave-off troff cycles by invoking .Fa only once. 2004-03-19 16:04:11 +00:00
uuid
xdr
yp
Makefile