From a8aa7028f46ec5855cd8dff790902c5e04ebdb1b Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 17 Nov 2007 22:17:42 +0000 Subject: [PATCH] Add NEWS entries for the previous changes. --- ChangeLog | 2 +- NEWS | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff5421fc..3052d216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,7 +18,7 @@ 2007-11-17 Nicolas François - * 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 f267accf..78ff7228 100644 --- 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. -- 2.40.0