]> granicus.if.org Git - shadow/commitdiff
Add NEWS entries for the previous changes.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 17 Nov 2007 22:17:42 +0000 (22:17 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 17 Nov 2007 22:17:42 +0000 (22:17 +0000)
ChangeLog
NEWS

index ff5421fcd6a1aece8886c780bcb2fe512fea625b..3052d216c83540326551b408306d9cf0e79ed73a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,7 @@
 
 2007-11-17  Nicolas François  <nicolas.francois@centraliens.net>
 
-       * src/newgrp.c: Do not give an indication that the group has no
+       * NEWS, src/newgrp.c: Do not give an indication that the group has no
        password.
        * src/newgrp.c: Do not only bail on syslog if the password is not
        valid. Also give an indication to the user on stderr.
diff --git a/NEWS b/NEWS
index f267accfaaca758b7d2ba3b93ca72180e8fb7f3f..78ff72280dbcf131562f60ca9eb0cda938f6c908 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,8 @@ shadow-4.0.18.1 -> shadow-4.0.18.2                                      UNRELEASED
 - chgpasswd, chpasswd: Fix chpasswd and chgpasswd stack overflow. Based on
   the Fedora's shadow-4.0.18.1-overflow.patch and Debian's
   495_salt_stack_smash patches.
-- newgrp: Don't ask for a password if there are no group passwords. Just
-  directly give up.
+- newgrp: Do not give an indication that the group has no password. Ask
+  for the password, as if there were a password.
 - The permissions of the suid binaries is now configurable in
   src/Makefile.am. Note that changing the permissions is not recommended.
 - newgrp.c: Declare the child and pid variable at the beginning of a block.
@@ -41,6 +41,7 @@ shadow-4.0.18.1 -> shadow-4.0.18.2                                    UNRELEASED
   were always missing.
 - su: Avoid terminating the PAM library in the forked child. This is done
   later in the parent after closing the PAM session.
+- userdel: Fix the homedir prefix checking.
 - passwd, usermod: Refuse to unlock an account when it would result in a
   passwordless account.