]> granicus.if.org Git - linux-pam/commit - modules/pam_unix/pam_unix_passwd.c
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Thu, 29 Mar 2007 13:45:38 +0000 (13:45 +0000)
committerTomas Mraz <tm@t8m.info>
Thu, 29 Mar 2007 13:45:38 +0000 (13:45 +0000)
commite2546c9b5832a738be84e5882c1804ff3b05c569
treefcb49336e9f0b23ca9e5cfb3c011c3a5ad33d793
parenta1063929e59148c38b8caefa1e8c6097385dc9a4
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
2007-03-29  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_access/pam_access.c (login_access, list_match):
        Replace strtok with strtok_r.
        * modules/pam_cracklib/pam_cracklib.c (check_old_password):
        Likewise.
        * modules/pam_ftp/pam_ftp.c (lookup, pam_authenticate):
        Likewise.
        * modules/pam_unix/pam_unix_passwd.c (check_old_password,
        save_old_password): Likewise.
ChangeLog
modules/pam_access/pam_access.c
modules/pam_cracklib/pam_cracklib.c
modules/pam_ftp/pam_ftp.c
modules/pam_unix/pam_unix_passwd.c