* NEWS, libmisc/console.c: Fix CONSOLE parser. This caused login

to hang when CONSOLE was configured with a colon separated list of
	TTYs.  See http://bugs.gentoo.org/show_bug.cgi?id=324419
This commit is contained in:
nekral-guest
2010-11-19 21:54:41 +00:00
parent dffc624b37
commit 8b4f07692e
3 changed files with 14 additions and 2 deletions

4
NEWS
View File

@@ -25,12 +25,16 @@ shadow-4.1.4.2 -> shadow-4.1.5 UNRELEASED
* Fixed limits support (non PAM enabled versions only)
* Added support for infinite limits and group based limits (non PAM
enabled versions only)
* Fixed infinite loop when CONSOLE is configured with a colon-separated
list of TTYs.
- su
* Document the su exit values.
* When su receives a signal, wait for the child to terminate (after
sending a SIGTERM), and kill it only if it did not terminate by itself.
No delay will be enforced if the child cooperates.
* Default ENV_SUPATH is /sbin:/bin:/usr/sbin:/usr/bin
* Fixed infinite loop when CONSOLE is configured with a colon-separated
list of TTYs.
- newgrp, sg, groupmems
* Fix parsing of gshadow entries.
- useradd