* NEWS, libmisc/chowntty.c: Fix a race condition that could lead to

gaining ownership or changing mode of arbitrary files.
This commit is contained in:
nekral-guest
2008-11-22 23:22:16 +00:00
parent 8d7e1faebf
commit eb4097180b
3 changed files with 16 additions and 5 deletions

8
NEWS
View File

@@ -1,6 +1,6 @@
$Id$
shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED
*** general:
- packaging
@@ -59,6 +59,12 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
* Allow adding LDAP users (or any user not present in the local passwd
file) to local groups
shadow-4.1.2.1 -> shadow-4.1.2.2 23-11-2008
*** security
- Fix a race condition in login that could lead to gaining ownership or
changing mode of arbitrary files.
shadow-4.1.2 -> shadow-4.1.2.1 26-06-2008
*** security