]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/, doc/: Remove pw_auth()'s $3 as dead code
authorAlejandro Colomar <alx@kernel.org>
Thu, 30 Jan 2025 12:19:03 +0000 (13:19 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 5 Feb 2025 15:58:10 +0000 (16:58 +0100)
commitc2d14e33f77eac52041a81a33aab0eddc75af68d
tree91c3d6caa6ddc3e8121c16ef68137e30c8c0bff6
parent6e8d7bf4709e596cbc3f1f84d9e6caa40eaf6871
lib/, src/, doc/: Remove pw_auth()'s $3 as dead code

We don't read the parameter at all.  Remove it.

As a consequence, all the PW_* constants are also removed (as they are
now unused).

Signed-off-by: Alejandro Colomar <alx@kernel.org>
doc/HOWTO
lib/pwauth.c
lib/pwauth.h
lib/pwdcheck.c
src/login.c
src/su.c