freebsd-dev/lib/libc
Bill Paul e882d43eca Improve the innetgr() NIS+ compat kludge. We should only fail over to the
'slow' lookup if we get a YPERR_MAP (no such map in server's domain) error
instead of failing over on any error. In the latter case, if the 'fast'
search fails legitimately (i.e. the user or host really isn't a member
of the specified netgroup) then we end up doing the 'slow' search and
failing all over again. The result is still correct, but cycles are
consumed for no good reason.

Also removed the #ifdef CHARITABLE since the compat kludge is no longer
optional.
1997-10-13 17:09:15 +00:00
..
amd64
compat-43 kill the undead 1997-07-13 14:26:00 +00:00
db Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> 1997-09-24 20:38:12 +00:00
gen Improve the innetgr() NIS+ compat kludge. We should only fail over to the 1997-10-13 17:09:15 +00:00
gmon
i386 kill the undead 1997-07-13 14:26:00 +00:00
locale Use revived __maskrune for digittoint 1997-09-27 04:34:35 +00:00
net Some adjustments for the resolver use of poll(). For some reason I thought 1997-09-16 06:03:54 +00:00
nls
quad
regex
rpc Make selection logic more strict. Only select AF_INET loopback interfaces 1997-09-21 23:04:51 +00:00
stdio Rework previous commit.. I was confused by the number of diffs in the PR 1997-07-06 08:42:37 +00:00
stdlib environmental -> environment. 1997-09-18 06:55:21 +00:00
stdtime Merged in better support of ISO 8601 from elsie.nci.nih.gov. 1997-10-03 19:06:57 +00:00
string Added bounds checking to the example after chasing down someone's 1997-07-26 00:47:06 +00:00
sys Add the AIO/LIO to libc. They aren't fully done yet, but have been in the 1997-10-10 05:48:16 +00:00
xdr
yp
Makefile
Makefile.inc