Home
last modified time | relevance | path

Searched refs:rsh (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/
H A Dfix-host-variable.patch1 fix host variable when rsh is renamed to other.
5 If rsh is renamed to other, like rsh.netkit, host variable is assigned to
6 rsh.netkit, which is wrong.
10 rsh/rsh.c | 1 -
13 diff --git a/rsh/rsh.c b/rsh/rsh.c
15 --- a/rsh/rsh.c
16 +++ b/rsh/rsh.c
19 if (!strcmp(p, "rsh")) asrsh = 1;
23 /* handle "rsh host flags" */
H A Drsh-redone_link_order_file.patch13 Index: netkit-rsh-0.17/rsh/Makefile
15 --- netkit-rsh-0.17.orig/rsh/Makefile
16 +++ netkit-rsh-0.17/rsh/Makefile
18 OBJS = rsh.o
20 rsh: $(OBJS)
24 install: rsh
25 install -o root -m$(SUIDMODE) rsh $(INSTALLROOT)$(BINDIR)
26 Index: netkit-rsh-0.17/rshd/Makefile
28 --- netkit-rsh-0.17.orig/rshd/Makefile
29 +++ netkit-rsh-0.17/rshd/Makefile
[all …]
H A Dno_pam_build_fix.patch1 netkit-rsh:
8 Index: netkit-rsh-0.17/rshd/rshd.c
10 --- netkit-rsh-0.17.orig/rshd/rshd.c
11 +++ netkit-rsh-0.17/rshd/rshd.c
H A Dfixup_wait3_api_change.patch13 Index: netkit-rsh-0.17/rlogin/rlogin.c
15 --- netkit-rsh-0.17.orig/rlogin/rlogin.c
16 +++ netkit-rsh-0.17/rlogin/rlogin.c
H A Drsh.pam2 # For root login to succeed here with pam_securetty, "rsh" must be
H A Drsh.xinetd.netkit4 # consequently, for the rsh(1) program. The server provides
H A DCVE-2019-7282-and-CVE-2019-7283.patch11 [https://sources.debian.org/src/netkit-rsh/0.17-20/debian/patches/fix-CVE-2018-20685-and-CVE-2019-6…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/
H A Dnetkit-rsh_0.17.bb1 DESCRIPTION = "netkit-rsh includes the rsh daemon and client."
7 LIC_FILES_CHKSUM = "file://rsh/rsh.c;endline=32;md5=487b3c637bdc181d32b2a8543d41b606"
9 SRC_URI = "${DEBIAN_MIRROR}/main/n/netkit-rsh/netkit-rsh_${PV}.orig.tar.gz;name=archive \
10 ${DEBIAN_MIRROR}/main/n/netkit-rsh/netkit-rsh_${PV}-15.diff.gz;name=patch15 \
11 file://rsh-redone_link_order_file.patch \
15 file://rsh.xinetd.netkit \
16 file://netkit-rsh-0.17-rexec-ipv6.patch \
30 file://rsh.pam \
54 sed -i 's/netkit-//' ${S}/rsh/pathnames.h
76 install -m 0644 ${WORKDIR}/rsh.pam ${D}/${sysconfdir}/pam.d/rsh
[all …]
/OK3568_Linux_fs/buildroot/package/rsh-redone/
H A Drsh-redone.hash1 # From http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone/rsh-redone…
2 sha256 55ac8ee2acacbc3490f073e3922c0cde46ffe4ea3c593e05c48fed4c1e1a8811 rsh-redone_85.orig.tar.gz
4 sha256 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369 rsh.c
H A Drsh-redone.mk8 RSH_REDONE_SOURCE = rsh-redone_$(RSH_REDONE_VERSION).orig.tar.gz
9 RSH_REDONE_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/r/rsh-redone
11 RSH_REDONE_LICENSE_FILES = rsh.c
15 RSH_REDONE_BINS-$(BR2_PACKAGE_RSH_REDONE_RSH) += rsh
H A DConfig.in2 bool "rsh-redone"
9 http://packages.debian.org/source/sid/rsh-redone
29 bool "rsh"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/
H A Dinetutils_2.2.bb3 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
19 file://rsh.xinetd.inetutils \
50 EXTRA_OECONF:append = " --disable-rsh --disable-rshd --disable-rcp \
85 cp ${WORKDIR}/rsh.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/rsh
107 ${PN}-rsh ${PN}-rshd"
184 FILES:${PN}-rsh = "${bindir}/rsh ${bindir}/rlogin ${bindir}/rexec ${bindir}/rcp"
185 RCONFLICTS:${PN}-rsh += "netkit-rsh-client"
186 RPROVIDES:${PN}-rsh = "rsh"
189 … ${sysconfdir}/xinetd.d/rsh ${sysconfdir}/xinetd.d/rlogin ${sysconfdir}/xinetd.d/rexec"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb142 netkit-rsh-client \
143 netkit-rsh-server \
152 netkit-rsh-client netkit-rsh-server netkit-telnet"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Drsh.xinetd.inetutils4 # consequently, for the rsh(1) program. The server provides
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_exp.y112 | rsh
433 rsh
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.7.rst178 - ``inetutils``: This recipe has rsh disabled.
H A Dmigration-2.3.rst192 "rsh" Parameter:* The SVN fetcher now takes an "ssh" parameter
193 instead of an "rsh" parameter. This new optional parameter is used
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/
H A Dopenssh_8.9p1.bb3 DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Ducc_geth.h1111 int rsh; member
H A Ducc_geth.c2435 ug_info->rsh, ug_info->pro, &uf_regs->upsmr); in ucc_geth_startup()
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices165 kshell 544/tcp krcmd # Kerberized `rsh' (v5)
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst297 "ext", BitBake examines the "rsh" parameter and sets ``CVS_RSH``. You
316 - *"rsh":* Used in conjunction with the "method" parameter.
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dipmi.rst494 rsh=<regshift>
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst248 rsh 0, 4 A >> <x>
/OK3568_Linux_fs/buildroot/
H A DCHANGES1357 read-edid, redis, rsh-redone, runc, samba4, socketcand,
1539 python-txtorcon, python3, qt5base, rsh-redone, runc, samba4,
8123 rsh-redone, rsync, rsyslog, rtai, rtmpdump, rt-tests, rubix,
8365 rsh-redone, rsync, rt-tests, rtmpdump, rtorrent, rubix, ruby,
8576 rpi-firmware, rpi-userland, rsh-redone, rsync, rsyslog, rtai,
10395 lsuio, mpd, musepack, python-mad, python-serial, rsh-redone,

12