]> granicus.if.org Git - linux-pam/commit
pam_unix: Use pam_syslog instead of helper_log_err.
authorTomas Mraz <tmraz@fedoraproject.org>
Tue, 27 Nov 2018 15:11:03 +0000 (16:11 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 27 Nov 2018 15:11:03 +0000 (16:11 +0100)
commitd8d11db2cef65da5d2afa7acf21aa9c8cd88abed
tree5288f8d4db00a8b45bc98c510a4322717e0d676a
parent86eed7ca01864b9fd17099e57f10f2b9b6b568a1
pam_unix: Use pam_syslog instead of helper_log_err.

* modules/pam_unix/passverify.c (verify_pwd_hash): Add pamh argument via
 PAMH_ARG_DECL. Call pam_syslog() instead of helper_log_err().
* modules/pam_unix/passverify.h: Adjust the declaration of verify_pwd_hash().
* modules/pam_unix/support.c (_unix_verify_password): Add the pamh argument
 to verify_pwd_hash() call.
modules/pam_unix/passverify.c
modules/pam_unix/passverify.h
modules/pam_unix/support.c