]> git.ipfire.org Git - thirdparty/shadow.git/commit
Remove support for rlogind in login(1), that is, remove the '-r' flag
authorAlejandro Colomar <alx@kernel.org>
Fri, 17 May 2024 23:57:40 +0000 (01:57 +0200)
committerSerge Hallyn <serge@hallyn.com>
Fri, 14 Jun 2024 00:39:26 +0000 (19:39 -0500)
commitca046af5d976e9eb835772997ffd594b9ee979aa
tree613f69d0bc035a1d47f25109ca8e870d4e065ac8
parentdf590886411ddea4713b464129ff367f4f7cafc9
Remove support for rlogind in login(1), that is, remove the '-r' flag

The "quick hack" finally disappeared.  Probably nobody noticed.  ;)
(See the changes in <configure.ac> for the context of this pun.)

Probably everybody uses SSH these days for remote login.  Let's remove
this insecure method.

Closes: <https://github.com/shadow-maint/shadow/issues/992>
Reviewed-by: dkwo <nicolopiazzalunga@gmail.com>
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: Michael Vetter <jubalh@iodoru.org>
Cc: Sam James <sam@gentoo.org>
Cc: Benedikt Brinkmann <datacobra@thinkbot.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac
lib/Makefile.am
lib/prototypes.h
lib/rlogin.c [deleted file]
man/login.1.xml
po/POTFILES.in
src/login.c
tests/bug332198-test.exp [deleted file]