Go to file
jwise 2badef4d79 Add four big changes:
* portmap is now tcp-wrapped (i.e. obeys hosts.{allow,deny})
	  both for lookups (as `portmap') and for forwarded calls to
	  specific services.

	* the new -l flag, analagous to inetd -l, logs all connections
	  to portmap.

	* the new -s flag causes portmap to suid to the user daemon
	  after binding it's port, so that outgoing connections do
	  not come from privileged ports.  This prevents users from
	  using portmap to get a free privileged port.

	* portmap now _only_ accepts SETs and UNSETs on the loopback
	  interface.  In the past, anyone in the world could do all
	  sorts of nasty things to your portmap tables.  Note that
	  our libc already_only_ uses the loopback interface to
	  register rpc ports.

This work is modeled after/partially taken from Wietse Venema's tcp-
wrapped version of the BSD 4.3 portmap.  It has benefitted greatly from my
discussions with Luke, Matt and many others.
1999-01-11 20:51:09 +00:00
bin Massive fixup: 1999-01-11 19:34:53 +00:00
distrib use x_gzip over gzip_s 1999-01-11 13:03:43 +00:00
etc grow the instfs a little, inline with bootfs changes. 1999-01-10 13:23:37 +00:00
games only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
gnu need bsd.own.mk and fix typo. 1999-01-11 11:49:20 +00:00
include remove _ng_sl_*() prototypes; the functions have been dead for nearly 2 years 1999-01-10 02:53:34 +00:00
lib Remove debugging code and unused variable. 1999-01-11 09:34:17 +00:00
libexec Add a few comments about the i386 and others. 1999-01-11 11:05:29 +00:00
regress Fix type for LIBCRTEND and order other startup routines to come before 1999-01-10 02:54:12 +00:00
sbin Make keysym.h depend on dev/wscons/wsksymdef.h. 1999-01-10 18:05:49 +00:00
share Since we are "NetBSD" and not "BSD Experimental", update the definition 1999-01-11 19:27:20 +00:00
sys Oops, "square root" is Unicode 221a, not 211a! 1999-01-11 20:48:10 +00:00
usr.bin Show year of last login. 1999-01-11 20:20:54 +00:00
usr.sbin Add four big changes: 1999-01-11 20:51:09 +00:00
Makefile Don't build domestic bits directly; use the domestic 'build' target 1999-01-05 07:09:58 +00:00