Name: | rsh-server |
Version: | 0.17 |
Release: | 80.el7 |
Architecture: | x86_64 |
Group: | System Environment/Daemons |
Size: | 75200 |
License: | BSD |
RPM: |
rsh-server-0.17-80.el7.x86_64.rpm
|
Source RPM: |
rsh-0.17-80.el7.src.rpm
|
Build Date: | Sat May 23 2020 |
Build Host: | jenkins-10-147-72-125-aa155b83-e512-4702-8edf-7d9fcf0ca406.appad3iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | ftp://ftp.uk.linux.org/pub/linux/Networking/netkit |
Summary: | Servers for remote access commands (rsh, rlogin, rcp) |
Description: | The rsh-server package contains a set of programs which allow users
to run commands 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 systemd and configured using
systemd units and PAM.
The rsh-server package should be installed to enable remote access
from other machines |
-
Thu Jan 30 2020 Michal Ruprich <mruprich@redhat.com> - 0.17-80
- Resolves: #1790532 - rexecd prints incorrect IP addresses with -D
-
Sat Apr 28 2018 Michal Ruprich <mruprich@redhat.com> - 0.17-79
- Related: #1477207 - service and socket file directives should be under [Unit]
-
Wed Apr 18 2018 Michal Ruprich <mruprich@redhat.com> - 0.17-78
- Resolves: #1502657 - Copying remote file to local dir fails with "rcp: protocol screwup: expected control record"
- Resolves: #1338037 - rsh/rlogin sessions ignore SIGPIPE due to systemd
- Resolves: #1477207 - rlogin killed when changing run level
- Resolves: #1503112 - rexecd Could not allocate space for cmdbuf
- Resolves: #1505226 - have a proposed patch for rsh-0.17-76.el7_1.1
-
Thu Mar 26 2015 Michal Sekletar <msekleta@redhat.com> - 0.17-77
- don't truncate first character of dirname when doing recursive copy (#1129483)
-
Mon Aug 18 2014 Michal Sekletar <msekleta@redhat.com> - 0.17-76
- disable strict aliasing optimizations (#1095306)
- use upper bound for cmdbuflen (#1093749)
-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.17-75
- Mass rebuild 2014-01-24
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.17-74
- Mass rebuild 2013-12-27
-
Mon Jul 15 2013 Michal Sekletar <msekleta@redhat.com> - 0.17-73
- add IPv6 support to rexec and rexecd
- enable hardened build
- fix dates in changelog
-
Wed Jun 26 2013 Michal Sekletar <msekleta@redhat.com> - 0.17-72
- unit files must not be marked as config files
- fix handling of non-native IPv6 connections via AF_INET6 socket
-
Thu Apr 11 2013 Michal Sekletar <msekleta@redhat.com> - 0.17-71
- resolves: RHBZ #737244 #896583 #947213
- migrate from xinetd to systemd configuration
- close pam session correctly when client does not ask for separate error channel
- fix pty handling which was broken by changes in /bin/login