freebsd kernel with SKQ
Go to file
wpaul dd36926d57 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
bin add a reference to killall(1) 1996-07-03 22:19:50 +00:00
contrib/tcl General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
eBones Whups! Missed a ${.OBJDIR} here. 1996-07-01 06:34:27 +00:00
etc Start sendmail after ldconfig. Put the nail in the coffin on misc/1346. 1996-07-13 17:27:39 +00:00
games Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
gnu General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
include General -Wall warning cleanup, part I. 1996-07-12 19:24:27 +00:00
lib In _yp_dobind(), if we find ourselves required to contact the local ypbind 1996-07-13 20:23:13 +00:00
libexec Include <sys/types.h> before including <grp.h> so that this doesn't 1996-07-12 05:55:38 +00:00
lkm Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
release Upgrade Apache to 1.1.1. 1996-07-13 06:05:42 +00:00
sbin General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
secure Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
share accross -> across. 1996-07-12 16:18:50 +00:00
sys Enable transmit complete interrupt... 1996-07-13 10:49:53 +00:00
tools Update to use modern make meta-variables. Fix the $Id$ both. 1996-06-30 18:02:58 +00:00
usr.bin General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
usr.sbin Make CD version clash non-fatal. 1996-07-13 05:48:44 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add make to the bootstrap targets (I thought I committed this 3 days ago - 1996-07-01 06:13:31 +00:00