[Pkg-shadow-commits] r1485 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Dec 9 22:54:53 UTC 2007


Author: nekral-guest
Date: 2007-12-09 22:54:53 +0000 (Sun, 09 Dec 2007)
New Revision: 1485

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
   upstream/trunk/configure.in
   upstream/trunk/src/chgpasswd.c
Log:
* 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.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-12-09 22:51:47 UTC (rev 1484)
+++ upstream/trunk/ChangeLog	2007-12-09 22:54:53 UTC (rev 1485)
@@ -1,5 +1,14 @@
 2007-12-09  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* NEWS, configure.in: Prepare the 4.1.0 release.
+
+2007-12-09  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* NEWS, src/chgpasswd.c: Use chgpasswd PAM policy file instead of
+	chpasswd's one.
+
+2007-12-09  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* man/pwconv.8.xml: Fix typos.
 	* man/chpasswd.8.xml, man/chgpasswd.8.xml: Document the NONE crypt
 	method.

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2007-12-09 22:51:47 UTC (rev 1484)
+++ upstream/trunk/NEWS	2007-12-09 22:54:53 UTC (rev 1485)
@@ -1,7 +1,13 @@
 $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
   libc).
@@ -63,6 +69,8 @@
 - 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
 

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2007-12-09 22:51:47 UTC (rev 1484)
+++ upstream/trunk/configure.in	2007-12-09 22:54:53 UTC (rev 1485)
@@ -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...

Modified: upstream/trunk/src/chgpasswd.c
===================================================================
--- upstream/trunk/src/chgpasswd.c	2007-12-09 22:51:47 UTC (rev 1484)
+++ upstream/trunk/src/chgpasswd.c	2007-12-09 22:54:53 UTC (rev 1485)
@@ -220,7 +220,7 @@
 		}
 
 		if (retval == PAM_SUCCESS) {
-			retval = pam_start ("chpasswd", pampw->pw_name,
+			retval = pam_start ("chgpasswd", pampw->pw_name,
 					    &conv, &pamh);
 		}
 	}




More information about the Pkg-shadow-commits mailing list