DragonFly-2.1.1.292.gd7f0d DragonFly_RELEASE_2_2 etc/pam.d Makefile rsh usr.bin/rsh Makefile pathnames.h rsh.1 rsh.c
Simon Schubert
corecode at crater.dragonflybsd.org
Tue Feb 3 11:17:20 PST 2009
commit d7f0d5a644286a5ac10ed367c1d890cda5e1f3f2
Author: Peter Avalos <pavalos at theshell.com>
Date: Sat Jan 3 20:30:08 2009 -0500
Sync rsh(1) with FreeBSD.
-Take out all the kerberos stuff and offload that to PAM.
-Use <paths.h> instead of a local pathnames.h.
Summary of changes:
etc/pam.d/Makefile | 1 +
etc/pam.d/rsh | 18 ++++
usr.bin/rsh/Makefile | 3 +-
usr.bin/rsh/pathnames.h | 36 --------
usr.bin/rsh/rsh.1 | 35 ++------
usr.bin/rsh/rsh.c | 203 +++++++----------------------------------------
6 files changed, 58 insertions(+), 238 deletions(-)
create mode 100644 etc/pam.d/rsh
delete mode 100644 usr.bin/rsh/pathnames.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7f0d5a644286a5ac10ed367c1d890cda5e1f3f2
--
DragonFly BSD source repository
More information about the Commits
mailing list