From e7c09ab3df3b94bc164cc057e256d91b0457beb6 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Thu, 28 Jul 2011 15:18:39 +0000 Subject: [PATCH] * NEWS, src/chpasswd.c: Create a shadow entry if the password is set to 'x' in passwd and there are no entry in shadow for the user. * NEWS, src/chgpasswd.c: Create a gshadow entry if the password is set to 'x' in group and there are no entry in gshadow for the group. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b2901b45..ebb67d39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-07-28 Nicolas François + + * NEWS, src/chpasswd.c: Create a shadow entry if the password is + set to 'x' in passwd and there are no entry in shadow for the + user. + * NEWS, src/chgpasswd.c: Create a gshadow entry if the password is + set to 'x' in group and there are no entry in gshadow for the + group. + 2011-07-28 Nicolas François * src/pwunconv.c: Exit after printing usage when arguments or