]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Fri, 4 Jan 2008 10:38:40 +0000 (10:38 +0000)
committerTomas Mraz <tm@t8m.info>
Fri, 4 Jan 2008 10:38:40 +0000 (10:38 +0000)
commitbc86f86c3d25baf901ab1e4ded71a2e6f9c2a39a
tree8fb531acbdc890db1665b4a5b405819b85c7d69b
parentb5250a61addf9f93301b9ddf043658b9549803c0
Relevant BUGIDs:

Purpose of commit: refactorization

Commit summary:
---------------
        * modules/pam_unix/pam_unix_acct.c (pam_sm_acct_mgmt): Call
        get_account_info() and check_shadow_expiry().
        * modules/pam_unix/passverify.c: Add get_account_info() to
        obtain shadow and passwd entry. Add check_shadow_expiry() to
        for shadow password expiry check.
        (get_pwd_hash): Call get_account_info().
        * modules/pam_unix/passverify.h: Add prototypes for get_account_info()
        and check_shadow_expiry().
modules/pam_unix/pam_unix_acct.c
modules/pam_unix/passverify.c
modules/pam_unix/passverify.h