FreeBSD src
Go to file
Peter Wemm fb9e3ade6c Remove the need for rdist(1) to run setuid, thus completely closing any
possibility of a security hole.  It now does what rdist-6 does, and calls
/usr/bin/rsh if not running as root.  There are NO protocol changes, this
is 100% compatable with the old rdist, except that it does not need setuid
root privs.

However, there are some minor differences to the base rdist-6 code in that
if it is being run by root, it will call rcmd(3) directly rather than
piping everything through rsh(1).  This is a little more efficient as it
doesn't involve context switching on pipe reads/writes.

Also, the -P option was added from rdist-6.1.2, which allows an alternative
rsh program to be specified, such as ssh.  Note that it requires the fixes
to the ssh port to disable the unconditional USE_PIPES option that was
recently added.  The rcmd(3) optimisation is disabled if a non-rsh program
is speficied.
1996-08-10 07:54:17 +00:00
bin Updated to match kernel changes for timer/run queue. 1996-07-31 09:27:23 +00:00
contrib/tcl
eBones
etc disable `calendar -a'. it's a bad idea, particular 1996-08-07 13:35:29 +00:00
games
gnu The default editor is "vi", not "/usr/ucb/vi". 1996-08-09 09:00:41 +00:00
include Create FreeBSD copyright (c comment) for OS version 1996-08-04 22:34:23 +00:00
lib Remove some hardcode *roff font change escape codes from 1996-08-06 22:42:23 +00:00
libexec Reviewed by: various 1996-08-09 22:22:30 +00:00
lkm
release Try to make screen update more efficient (less flickering) by more 1996-08-03 10:11:56 +00:00
sbin Reviewed by: julian 1996-08-09 22:52:02 +00:00
secure
share Define a new entity to hold the latest *released* FreeBSD version number. 1996-08-09 15:33:31 +00:00
sys Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to the 1996-08-10 06:35:35 +00:00
tools
usr.bin Remove the need for rdist(1) to run setuid, thus completely closing any 1996-08-10 07:54:17 +00:00
usr.sbin Reviewed by: various 1996-08-09 22:20:24 +00:00
COPYRIGHT
Makefile Removed extraneous .endif that was left during OBJDIR cleanup. 1996-08-07 19:28:09 +00:00