]> granicus.if.org Git - linux-pam/commit - modules/pam_unix/pam_unix_passwd.c
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Wed, 23 Jan 2008 15:35:12 +0000 (15:35 +0000)
committerTomas Mraz <tm@t8m.info>
Wed, 23 Jan 2008 15:35:12 +0000 (15:35 +0000)
commit459e97431e99fa2c32e30e957993f95794b98dd0
treedcf013e6644eba5ee5bdbaf6b2f78999bf43dc9b
parentca2cb12dd3165ab006c674d673a2d596d642c875
Relevant BUGIDs:

Purpose of commit: cleanup, new feature

Commit summary:
---------------
Merging the the refactorization pam_unix_ref branch into the trunk.
Added support for sha256 and sha512 password hashes to pam_unix
when the libcrypt supports them.
19 files changed:
ChangeLog
NEWS
configure.in
modules/pam_unix/.cvsignore
modules/pam_unix/Makefile.am
modules/pam_unix/pam_unix.8.xml
modules/pam_unix/pam_unix_acct.c
modules/pam_unix/pam_unix_auth.c
modules/pam_unix/pam_unix_passwd.c
modules/pam_unix/pam_unix_sess.c
modules/pam_unix/passverify.c
modules/pam_unix/passverify.h
modules/pam_unix/support.c
modules/pam_unix/support.h
modules/pam_unix/unix_chkpwd.8 [deleted file]
modules/pam_unix/unix_chkpwd.8.xml [new file with mode: 0644]
modules/pam_unix/unix_chkpwd.c
modules/pam_unix/unix_update.8.xml [new file with mode: 0644]
modules/pam_unix/unix_update.c [new file with mode: 0644]