* NEWS, configure.in: Prepare the 4.1.0 release.
* NEWS, src/chgpasswd.c: Use chgpasswd PAM policy file instead of chpasswd's one. * NEWS: The login.defs variables are documented.
This commit is contained in:
parent
82ab505d1a
commit
34ed03d978
@ -1,3 +1,12 @@
|
||||
2007-12-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, configure.in: Prepare the 4.1.0 release.
|
||||
|
||||
2007-12-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, src/chgpasswd.c: Use chgpasswd PAM policy file instead of
|
||||
chpasswd's one.
|
||||
|
||||
2007-12-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/pwconv.8.xml: Fix typos.
|
||||
|
10
NEWS
10
NEWS
@ -1,6 +1,12 @@
|
||||
$Id$
|
||||
|
||||
shadow-4.0.18.2 -> shadow-4.1.0-rc1 UNRELEASED
|
||||
shadow-4.0.18.2 -> shadow-4.1.0 09-12-2008
|
||||
|
||||
*** security:
|
||||
- chgpasswd
|
||||
When compiled with PAM support, it used the chpasswd policy file instead
|
||||
of the chgpasswd policy file. If an administrator added some restriction
|
||||
to the chgpasswd policy file, they were not taken into account.
|
||||
|
||||
*** general:
|
||||
- Add support for SHA256 and SHA512 encrypt methods (supported by new
|
||||
@ -63,6 +69,8 @@ shadow-4.0.18.2 -> shadow-4.1.0-rc1 UNRELEASED
|
||||
- The generated manpages will change depending on the configure options.
|
||||
If you use different options than the one used for the distributed
|
||||
archive, you should re-generate the manpages.
|
||||
- login.defs should now describe all the variables.
|
||||
- The tools' documentation details the login.defs variables they use.
|
||||
|
||||
shadow-4.0.18.1 -> shadow-4.0.18.2 28-10-2007
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT
|
||||
AM_INIT_AUTOMAKE(shadow, 4.1.0-rc1)
|
||||
AM_INIT_AUTOMAKE(shadow, 4.1.0)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
dnl Some hacks...
|
||||
|
@ -220,7 +220,7 @@ int main (int argc, char **argv)
|
||||
}
|
||||
|
||||
if (retval == PAM_SUCCESS) {
|
||||
retval = pam_start ("chpasswd", pampw->pw_name,
|
||||
retval = pam_start ("chgpasswd", pampw->pw_name,
|
||||
&conv, &pamh);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user