./security/pam-pwauth_suid, PAM authentication module for unprivileged users

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2nb1, Package name: pam-pwauth_suid-1.2nb1, Maintainer: pkgsrc-users

The pam_pwauth_suid authentication module uses a setuid program
to verify a password against the encrypted password in the
database used by the system. This way, an unprivileged user can
verify his own passsword stored in a shadow password database.
There might be some risk that the communication between the
invoking program and the setuid program is logged, or for abuse
for dictionary attacks.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2020-10-23 11:21:00 by Tobias Nygren | Files touched by this commit (9)
Log message:
pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk.
   2020-10-22 02:05:07 by David H. Gutteridge | Files touched by this commit (1)
Log message:
pam-pwauth_suid: minor style tweaks to MESSAGE
   2020-08-04 04:58:12 by David H. Gutteridge | Files touched by this commit (1)
Log message:
pam-pwauth_suid: use INSTALL_LIB to install shared libs
   2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118)
Log message:
security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-05-01 04:37:56 by David H. Gutteridge | Files touched by this commit (1)
Log message:
pam-pwauth_suid: add an additional detail to the MESSAGE file

Right now, a user installing xscreensaver with the "pam" option will
see two messages about how to configure it, one of which comes from
this package. This needs to be disentangled properly, but there are
some broader questions that also apply to gnome-screensaver and mate-
screensaver, so for now, add a bit more detail here just in case. (This
relates to, but doesn't particularly address, PR pkg/50622.)
   2018-08-19 22:16:42 by Thomas Klausner | Files touched by this commit (38)
Log message:
*: reset maintainer for drochner
   2018-06-25 10:22:01 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
pam-pwauth_suid: update to 1.2nb1.

Use LDFLAGS when linking. Use CC instead of LD since LDFLAGS for
relro are prefixed with "-Wl,". Cleanup some pkglint.
   2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.