* NEWS, configure.in: Added configure option --enable-utmpx,

disabled by default. This defines USE_UTMPX, which should be used
	instead of HAVE_UTMPX_H.
This commit is contained in:
nekral-guest
2009-04-27 20:03:48 +00:00
parent c7035dbe9c
commit 13b74243a6
3 changed files with 29 additions and 1 deletions

2
NEWS
View File

@@ -4,6 +4,8 @@ shadow-4.1.3.1 -> shadow-4.1.3.2 UNRELEASED
- packaging
* Enable --enable-account-tools-setuid by default for PAM builds.
* Added configure option --enable-utmpx, disabled by default to mimic
the previous behavior on Linux (where utmp and utmpx are identical).
- login
* Do not trust the current utmp entry's ut_line to set PAM_TTY. This could
lead to DOS attacks.