+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.
$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
- 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
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...
}
if (retval == PAM_SUCCESS) {
- retval = pam_start ("chpasswd", pampw->pw_name,
+ retval = pam_start ("chgpasswd", pampw->pw_name,
&conv, &pamh);
}
}