Module Name: src
Committed By: jdc
Date: Wed Jun 17 20:17:24 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket #1326.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.154 -r1.1.2.155 src/doc/CHANGES-4.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.154 src/doc/CHANGES-4.1:1.1.2.155
--- src/doc/CHANGES-4.1:1.1.2.154 Wed Jun 10 19:24:05 2009
+++ src/doc/CHANGES-4.1 Wed Jun 17 20:17:24 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.154 2009/06/10 19:24:05 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.155 2009/06/17 20:17:24 jdc Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3446,3 +3446,11 @@
or ENAMETOOLONG.
[uwe, ticket #1323]
+lib/libpam/modules/pam_unix/pam_unix.c 1.13
+ Restore the good old UNIX behavior of root password changing: only root
+ may change the root password.
+
+ (Checked that everybody else's password can be changed without any
+ problem, and checked that root can still change the root password.)
+ [tonnerre, ticket #1326]
+