Date: Mon, 10 Feb 2003 04:15:30 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/contrib/libpam/libpam_misc misc_conv.c src/lib/libpam/modules/pam_opie pam_opie.c src/lib/libpam/modules/pam_skey pam_skey.c Message-ID: <200302101215.h1ACFUZ1032645@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2003/02/10 04:15:30 PST
Modified files: (Branch: RELENG_4)
contrib/libpam/libpam_misc misc_conv.c
lib/libpam/modules/pam_opie pam_opie.c
lib/libpam/modules/pam_skey pam_skey.c
Log:
The S/Key and OPIE PAM modules allow the user to see the pass phrase's
characters as they are entered. This is done by turning on a PAM
conversation option that controls echoing of the entered passwords;
however, both modules neglect to turn it off afterwards, so if there are
additional authentication modules used if the S/Key or OPIE login should
fail, the passwords for those modules are echoed as they are entered.
PR: bin/46025
Submitted by: roam
Revision Changes Path
1.1.1.1.6.3 +4 -2 src/contrib/libpam/libpam_misc/misc_conv.c
1.1.2.2 +8 -1 src/lib/libpam/modules/pam_opie/pam_opie.c
1.2.6.2 +3 -2 src/lib/libpam/modules/pam_skey/pam_skey.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302101215.h1ACFUZ1032645>
