Add NEWS entries for the previous changes.

This commit is contained in:
nekral-guest 2007-11-17 22:17:42 +00:00
parent 722941eae1
commit a8aa7028f4
2 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@
2007-11-17 Nicolas François <nicolas.francois@centraliens.net> 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. password.
* src/newgrp.c: Do not only bail on syslog if the password is not * src/newgrp.c: Do not only bail on syslog if the password is not
valid. Also give an indication to the user on stderr. valid. Also give an indication to the user on stderr.

5
NEWS
View File

@ -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 - chgpasswd, chpasswd: Fix chpasswd and chgpasswd stack overflow. Based on
the Fedora's shadow-4.0.18.1-overflow.patch and Debian's the Fedora's shadow-4.0.18.1-overflow.patch and Debian's
495_salt_stack_smash patches. 495_salt_stack_smash patches.
- newgrp: Don't ask for a password if there are no group passwords. Just - newgrp: Do not give an indication that the group has no password. Ask
directly give up. for the password, as if there were a password.
- The permissions of the suid binaries is now configurable in - The permissions of the suid binaries is now configurable in
src/Makefile.am. Note that changing the permissions is not recommended. 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. - 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. were always missing.
- su: Avoid terminating the PAM library in the forked child. This is done - su: Avoid terminating the PAM library in the forked child. This is done
later in the parent after closing the PAM session. 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 - passwd, usermod: Refuse to unlock an account when it would result in a
passwordless account. passwordless account.