* NEWS, src/login.c: Do not trust the current utmp entry's ut_line

to set PAM_TTY.
This commit is contained in:
nekral-guest
2009-04-17 20:40:26 +00:00
parent c49371e423
commit 5298ac3dd9
3 changed files with 23 additions and 5 deletions

View File

@@ -1,17 +1,22 @@
2009-04-17 Paul Szabo <psz@maths.usyd.edu.au>
* NEWS, src/login.c: Do not trust the current utmp entry's ut_line
to set PAM_TTY.
2009-04-15 Nicolas François <nicolas.francois@centraliens.net>
* po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated.
* po/*.po, man/po/*.po: Updated PO files.
* configure.in: Updated version number.
2009-04-15 Peter Vrabec <pvrabec@redhat.com>
2009-04-15 Peter Vrabec <pvrabec@redhat.com>
* NEWS, src/userdel.c: Fixed SE Linux support. semanage should be
called at the end.
* src/useradd.c: Always call selinux_update_mapping() (i.e.
semanage), not only when -Z is used.
2009-04-15 Peter Vrabec <pvrabec@redhat.com>
2009-04-15 Peter Vrabec <pvrabec@redhat.com>
* NEWS, srclib/getlong.c: Fix parsing of octal numbers.