freebsd-dev/lib/libc
Bill Paul c17942ca57 NIS+ compatibility kludge. A long time ago, I set up innetgr() so
that if searching through the special netgroup.byhost or netgroup.byuser
maps didn't work, we would roll over to the 'slow' method of grovelling
though the netgroup map and working out the dependencies on the fly.
But I left this option hidden inside an #ifdef CHARITABLE since I
didn't think I'd ever need it.

Well, the Sun rpc.nisd NIS+ server in YP compat mode doesn't support
the .byhost and .byuser reverse maps, so the  failover is necessary
in order to be compatible. *sigh*

This closes PR #3891, and should be merged into RELENG_2_2.
1997-10-11 00:03:25 +00:00
..
amd64 Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
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 NIS+ compatibility kludge. A long time ago, I set up innetgr() so 1997-10-11 00:03:25 +00:00
gmon Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
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 Plug even more failure memory leaks 1997-05-10 04:40:40 +00:00
quad Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
regex Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00
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 Restore Id. 1997-05-28 16:29:12 +00:00
yp Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile.inc Changed all paths to be relative to src/lib instead of src/lib/libc 1997-05-03 03:50:06 +00:00