diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-01-23 10:19:32 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-01-23 10:19:32 +0000 |
commit | 7cbfa335c57d068d59508c844f3957165cccfb9b (patch) | |
tree | 0044bf9724c0d4214ec385c258bfb8ee2e492a0c /NEWS | |
parent | 6cd17d661ccddf250640032a8eaa5c79633c2600 (diff) | |
download | pam-7cbfa335c57d068d59508c844f3957165cccfb9b.tar.gz pam-7cbfa335c57d068d59508c844f3957165cccfb9b.tar.bz2 pam-7cbfa335c57d068d59508c844f3957165cccfb9b.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2007-01-23 Thorsten Kukuk <kukuk@suse.de>
* release 0.99.7.1
* configure.in: Set version number to 0.99.7.1
2007-01-23 Thorsten Kukuk <kukuk@thukuk.de>
Tomas Mraz <t2m@centrum.cz>
* modules/pam_unix/support.c (_unix_verify_password): Always
compare full encrypted passwords.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,11 @@ Linux-PAM NEWS -- history of user-visible changes. +Release 0.99.7.1 + +* Security fix for pam_unix.so (CVE-2007-0003). + + Release 0.99.7.0 * Add manual page for pam_unix.so. @@ -9,6 +14,7 @@ Release 0.99.7.0 * Cleanup of configure options. * Update hungarian translation, fix german translation. + Release 0.99.6.3 * pam_loginuid: New PAM module. |