freebsd-src/lib/libc
Bill Paul bc8e373c9b The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.
Strange as it sounds, it should map to YPERR_DOMAIN instead.

The YP_NODOM protocol error code is generally returned by ypserv when you
ask it for data from a domain that it doesn't support. By contrast,
the YPERR_NODOM error code means 'local domain name not set.'
Consequently, this incorrect mapping leads to yperr_string() generating
a very confusing error message. YPERR_DOMAIN says 'couldn't
bind to a server which serves this domain' which is much closer
to the truth.
1995-07-05 06:04:20 +00:00
..
amd64 First round of changes to clean up the RCSID mess in libc: 1995-01-23 01:30:24 +00:00
compat-43 Remove setre*id*. 1995-04-25 10:00:04 +00:00
db Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
gen Do the same sanity checking in _pw_breakout_yp() that we do in 1995-06-26 16:04:57 +00:00
gmon Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
i386 Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
locale Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
net Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
nls Add /usr/local/share/nls to default search path 1995-06-17 03:02:21 +00:00
quad Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
regex Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
rpc Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
stdio Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
stdlib Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
stdtime Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
string Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
sys Add a missing link from the setpgid manpage to the setpgrp manpage. 1995-05-27 04:17:04 +00:00
xdr Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
yp The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM. 1995-07-05 06:04:20 +00:00
Makefile Add nls include to Makefile. 1995-03-30 12:46:36 +00:00