freebsd_amp_hwpstate/lib/libc
Bill Paul 56d18eda29 In _yp_dobind(), if we find ourselves required to contact the local ypbind
directly in order to obtain binding information, check that the local
ypbind is using a reserved port and return YPERR_YPBIND if it isn't.
We should not trust any ypbind running on a port >= IPPORT_RESERVED;
it may have been started by a malicious user hoping to trick us into
talking to a bogus ypserv.

Note that we do not check the ypserv port returned to us from ypbind.
It is assumed that ypbind has already done a reserved port test (or not,
depending on whether or not it was started with -s); if we trust the
authenticity of the local ypbind, we should also trust its judgement.

Obtained from: OpenBSD
1996-07-13 20:23:13 +00:00
..
amd64 General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
compat-43 General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
db General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
gen Include the proper header file (<unistd.h>) and declare [gs]etdomainname() 1996-07-12 19:55:20 +00:00
gmon Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) 1996-05-05 07:56:21 +00:00
i386 General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
locale Fixed longstanding namespace convolution involving rune_t vs wchar_t. 1996-05-01 00:40:10 +00:00
net General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
nls General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
quad
regex General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
rpc Code cleanup: 1996-06-11 17:22:51 +00:00
stdio Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer 1996-06-22 10:34:15 +00:00
stdlib General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
stdtime General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
string General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
sys add references lstat(2), readlink(2), symlink(7) in section SEE ALSO 1996-07-07 12:52:51 +00:00
xdr
yp In _yp_dobind(), if we find ourselves required to contact the local ypbind 1996-07-13 20:23:13 +00:00
Makefile