Summary: Clients for remote access commands (rsh, rlogin, rcp). Summary(ja): リモートアクセスコマンド (rsh, rlogin, rcp) のクライアント Name: rsh Version: 0.17 Release: 35%{?_dist_release} License: BSD Group: Applications/Internet Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rsh-%{version}.tar.gz Source1: rexec.pam Source2: rlogin.pam Source3: rsh.pam Source4: http://www.tc.cornell.edu/~sadd/rexec-1.5.tar.gz Source5: rsh-xinetd Source6: rlogin-xinetd Source7: rexec-xinetd Patch1: netkit-rsh-0.17-sectty.patch Patch2: netkit-rsh-0.17-rexec.patch Patch3: netkit-rsh-0.10-stdarg.patch Patch4: netkit-rsh-0.16-jbj.patch Patch5: netkit-rsh-0.16-pamfix.patch Patch6: netkit-rsh-0.16-jbj2.patch Patch7: netkit-rsh-0.16-jbj3.patch Patch8: netkit-rsh-0.16-jbj4.patch Patch9: netkit-rsh-0.16-prompt.patch Patch10: netkit-rsh-0.16-rlogin=rsh.patch Patch11: netkit-rsh-0.16-nokrb.patch Patch12: netkit-rsh-0.17-pre20000412-jbj5.patch Patch13: netkit-rsh-0.17-userandhost.patch Patch14: netkit-rsh-0.17-strip.patch Patch15: netkit-rsh-0.17-lfs.patch Patch16: netkit-rsh-0.17-chdir.patch Patch17: netkit-rsh-0.17-pam-nologin.patch Patch19: netkit-rsh-0.17-rexec-netrc.patch Patch20: netkit-rsh-0.17-pam-sess.patch Patch21: netkit-rsh-0.17-errno.patch Patch22: netkit-rsh-0.17-rexec-sig.patch Patch23: netkit-rsh-0.17-nohost.patch Patch24: netkit-rsh-0.17-ignchld.patch Patch25: netkit-rsh-0.17-checkdir.patch Patch26: netkit-rsh-0.17-pam-conv.patch Patch27: netkit-rsh-0.17-rcp-largefile.patch Patch28: netkit-rsh-0.17-pam-rhost.patch Patch29: netkit-rsh-0.17-rlogin-linefeed.patch Patch30: netkit-rsh-0.17-ipv6.patch Patch31: netkit-rsh-0.17-pam_env.patch Patch33: netkit-rsh-0.17-dns.patch Patch34: netkit-rsh-0.17-nohostcheck-compat.patch Patch35: netkit-rsh-0.17-audit.patch Patch36: netkit-rsh-0.17-longname.patch Patch37: netkit-rsh-0.17-arg_max.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: perl BuildPrereq: libtermcap-devel %description The rsh package contains a set of programs which allow users to run commmands on remote machines, login to other machines and copy files between machines (rsh, rlogin and rcp). All three of these commands use rhosts style authentication. This package contains the clients needed for all of these services. The rsh package should be installed to enable remote access to other machines. %description -l ja rsh パッケージにはリモートマシン上でコマンドを実行させたり (rsh), 他のマシンにログインしたり (rlogin),マシン間でファイルをコピーしたり (rcp) するプログラムが収められています.この3つのコマンドは全て rhosts スタイルの認証形式をとります.このパッケージにはこれらの サービスに必要なクライアントプログラムが収められています. 他のマシンの遠隔操作を可能にする為には rsh パッケージをインストール して下さい. %package server Summary: Servers for remote access commands (rsh, rlogin, rcp). Summary(ja): リモートアクセスコマンド (rsh, rlogin, rcp) のサーバ Group: System Environment/Daemons #Requires: pam >= 0.59, /etc/pam.d/system-auth Requires: pam >= 0.72 %description server The rsh-server package contains a set of programs which allow users to run commmands on remote machines, login to other machines and copy files between machines (rsh, rlogin and rcp). All three of these commands use rhosts style authentication. This package contains the servers needed for all of these services. It also contains a server for rexec, an alternate method of executing remote commands. All of these servers are run by inetd and configured using /etc/inetd.conf and PAM. The rexecd server is disabled by default, but the other servers are enabled. The rsh-server package should be installed to enable remote access from other machines. %description server -l ja rsh-server パッケージにはリモートマシン上でコマンドを実行させたり (rsh), 他のマシンにログインしたり (rlogin),マシン間でファイルをコピーしたり (rcp) するプログラムが収められています.この3つのコマンドは全て rhosts スタイルの認証形式をとります.このパッケージにはこれらの サービスに必要なサーバプログラムが収められています.その他 rexec という別の種類のリモートコマンド実行の為のサーバも収められています. これらサーバは全て inetd から起動し,/etc/inetd.conf や PAM を介して 設定を行います.rexecd サーバはデフォルトでは起動しませんが, 他のサーバはデフォルトで起動する様になっています. 他のマシンから遠隔操作を可能にする為には rsh-server パッケージを インストールして下さい. %prep %setup -q -n netkit-rsh-%{version} -a 4 %patch1 -p1 -b .sectty %patch2 -p1 -b .rexec %patch3 -p1 -b .stdarg %patch4 -p1 -b .jbj # XXX patches {6,7,8} not applied #%patch5 -p1 -b .pamfix #%patch6 -p1 -b .jbj2 #%patch7 -p1 -b .jbj3 %patch8 -p1 -b .jbj4 %patch9 -p1 -b .prompt %patch10 -p1 -b .rsh %patch11 -p1 -b .rsh.nokrb %patch12 -p1 -b .jbj5 %patch13 -p1 -b .userandhost %patch14 -p1 -b .strip %patch15 -p1 -b .lfs %patch16 -p1 -b .chdir %patch17 -p1 -b .pam-nologin %patch19 -p1 -b .rexec-netrc %patch20 -p1 -b .pam-sess %patch21 -p1 -b .errno %patch22 -p1 -b .rexec-sig %patch23 -p1 -b .nohost %patch24 -p1 -b .ignchld %patch25 -p1 -b .checkdir %patch26 -p1 -b .pam-conv %patch27 -p1 -b .largefile %patch28 -p1 -b .pam-rhost %patch29 -p1 -b .linefeed %patch30 -p1 -b .ipv6 %patch31 -p1 -b .pam_env %patch33 -p1 -b .dns %patch34 -p1 -b .compat %patch35 -p1 -b .audit %patch36 -p1 -b .longname %patch37 -p1 -b .arg_max # No, I don't know what this is doing in the tarball. rm -f rexec/rexec %build sh configure --with-c-compiler=gcc perl -pi -e ' s,^CC=.*$,CC=cc,; s,-O2,\$(RPM_OPT_FLAGS) -fpic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE,; s,^LDFLAGS=,LDFLAGS=-pie,; s,^BINDIR=.*$,BINDIR=%{_bindir},; s,^MANDIR=.*$,MANDIR=%{_mandir},; s,^SBINDIR=.*$,SBINDIR=%{_sbindir},; ' MCONFIG make %{?_smp_mfalgs} %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_bindir} mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,5,8} mkdir -p ${RPM_BUILD_ROOT}/etc/pam.d make INSTALLROOT=${RPM_BUILD_ROOT} BINDIR=%{_bindir} MANDIR=%{_mandir} install install -m 644 $RPM_SOURCE_DIR/rexec.pam ${RPM_BUILD_ROOT}/etc/pam.d/rexec install -m 644 $RPM_SOURCE_DIR/rlogin.pam ${RPM_BUILD_ROOT}/etc/pam.d/rlogin install -m 644 $RPM_SOURCE_DIR/rsh.pam ${RPM_BUILD_ROOT}/etc/pam.d/rsh mkdir -p ${RPM_BUILD_ROOT}/etc/xinetd.d/ install -m644 %SOURCE5 ${RPM_BUILD_ROOT}/etc/xinetd.d/rsh install -m644 %SOURCE6 ${RPM_BUILD_ROOT}/etc/xinetd.d/rlogin install -m644 %SOURCE7 ${RPM_BUILD_ROOT}/etc/xinetd.d/rexec %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %attr(4755,root,root) %{_bindir}/rcp %{_bindir}/rexec %attr(4755,root,root) %{_bindir}/rlogin %attr(4755,root,root) %{_bindir}/rsh %{_mandir}/man1/*.1* %files server %defattr(-,root,root) %config /etc/pam.d/rsh %config /etc/pam.d/rlogin %config /etc/pam.d/rexec %{_sbindir}/in.rexecd %{_sbindir}/in.rlogind %{_sbindir}/in.rshd /etc/xinetd.d/* %{_mandir}/man8/*.8* %changelog * Sun Sep 07 2008 Daisuke SUZUKI 0.17-35 - new versioning policy, spec in UTF-8 - import Patch3[0-7] from fedora * Thu Jun 29 2006 Ryoichi INAGAKI 0.17-34vl1 - added Patches from Fedora 0.17-34.1 * Thu Feb 9 2006 Karel Zak 0.17-34 - fix #178916 - Line feeds when password needs changing with rlogin * Mon Nov 28 2005 Karel Zak 0.17-33 - fix #174146 - pam_access.so does not work with rexecd * Thu Nov 24 2005 Karel Zak 0.17-32 - fix #174045 - rcp outputs negative file size when over 2GB * Sun Feb 20 2005 Ryoichi INAGAKI 0.17-28vl1 - based on Redhat Rawhide 0.17-28 * Thu Feb 3 2005 Karel Zak 0.17-28 - malicious rcp server can cause rcp to write to arbitrary files (like scp CAN-2004-0175) (#146464) * Mon Dec 6 2004 Karel Zak 0.17-27 - removed BSD stuff "signal(SIGCHLD, SIG_IGN)". It's unsupported by POSIX/linux. (#122315) * Wed Nov 17 2004 Karel Zak 0.17-25 - rexecd uses PAM session now (#68590) - fixed errno usage in rcp (#67361) - fixed rexec fails with "Invalid Argument" (#118630) * Mon Oct 18 2004 Radek Vokal 0.17-24 - The username and password for ~/.netrc are used (#135643) * Thu Feb 5 2004 Thomas Woerner 0.17-20 - in.rexecd, in.rlogind and in.rshd are pie, now * Tue Oct 21 2003 Phil Knirsch 0.17-19 - Included updated patch from #105733. * Thu Oct 02 2003 Phil Knirsch 0.17-18 - Fixed YAT (#79391). - Included feature request #105733 (-D option). * Mon Jun 16 2003 Ryoichi INAGAKI 0.17-15vl1 - based on Redhat Rawhide 0.17-15 - replaced Patch2, Patch3 and Patch14 by newer ones - added Patch15, Patch16 - rebuild with new toolchains - to use License instead of Copyright * Thu Jan 18 2001 MATSUBAYASHI 'Shaolin' Kohji - 0.17-2.4vl2 - Requires: /etc/pam.d/system-auth -> pam >= 0.72 for rsh-server * Wed Jan 10 2001 MATSUBAYASHI 'Shaolin' Kohji - 0.17-2.4vl1 - based on 0.17-2.4 from Rawhide - added Japanese summary and description * Tue Oct 10 2000 Nalin Dahyabhai - fix PAM config files to always honor nologin and securetty, to use rhosts, and to fall back to password auth only for rlogin and rexec (#17183) - add references to pam_env to the PAM configs as well (#16170) - disable rlogin and rsh by default * Mon Oct 02 2000 Nalin Dahyabhai - fix typo in the rexec xinetd configuration file (#18107) * Fri Jul 21 2000 Nalin Dahyabhai - fix typo in the rlogin PAM config file - continue the tradition of messed-up release numbers * Tue Jul 18 2000 Bill Nottingham - add description & default to xinetd file * Wed Jul 12 2000 Prospector - automatic rebuild * Sun Jun 18 2000 Jeff Johnson - FHS packaging. - update to 0.17. * Thu Jun 1 2000 Nalin Dahyabhai - modify PAM setup to use system-auth * Mon May 29 2000 Nalin Dahyabhai - expunge all mentions of kerberos authentication or DES encryption using kerberos from the man pages * Thu May 25 2000 Trond Eivind Glomsr - switched to xinetd * Tue Mar 7 2000 Jeff Johnson - rebuild for sparc baud rates > 38400. * Fri Mar 04 2000 Nalin Dahyabhai - make rlogin still work correctly when argv[0] = "rsh" * Mon Feb 28 2000 Jeff Johnson - workaround (by explicitly prompting for password) #4328 and #9715. * Wed Feb 9 2000 Jeff Johnson - mark pam config files as %config. * Fri Feb 4 2000 Bill Nottingham - handle compressed manpages * Wed Feb 02 2000 Cristian Gafton - fix description * Sun Jan 30 2000 Bill Nottingham - remove bogus rexec binary when building; it causes weirdness * Fri Jan 28 2000 Jeff Johnson - Make sure that rshd is compiled with -DUSE_PAM. * Mon Jan 10 2000 Jeff Johnson - Fix bug in rshd (hangs forever with zombie offspring) (#8313). * Wed Jan 5 2000 Jeff Johnson - fix the PAM fix yet again (#8133). * Tue Jan 4 2000 Bill Nottingham - split client and server * Tue Dec 21 1999 Jeff Johnson - update to 0.16. - dup setuid bits into files list. * Fri Jul 30 1999 Jeff Johnson - update to rexec-1.5 client (#4262) * Wed May 19 1999 Jeff Johnson - fix broken rexec protocol in in.rexecd (#2318). * Tue May 4 1999 Justin Vallon - rcp with error was tricked by stdarg side effect (#2300) * Thu Apr 15 1999 Michael K. Johnson - rlogin pam file was missing comment magic * Tue Apr 06 1999 Preston Brown - strip rexec * Fri Mar 26 1999 Jeff Johnson - rexec needs pam_set_item() (#60). - clarify protocol in rexecd.8. - add rexec client from contrib. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 22) * Mon Mar 15 1999 Jeff Johnson - compile for 6.0. * Fri Apr 24 1998 Prospector System - translations modified for de, fr, tr * Tue Apr 14 1998 Erik Troan - built against new ncurses * Sat Apr 5 1998 Marcelo F. Vianna - Packaged for RH5.0 (Hurricane) * Tue Oct 14 1997 Michael K. Johnson - new pam conventions * Tue Jul 15 1997 Erik Troan - initial build