From: nekral-guest Date: Thu, 28 Jul 2011 15:18:39 +0000 (+0000) Subject: * NEWS, src/chpasswd.c: Create a shadow entry if the password is X-Git-Tag: 4.1.5~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7c09ab3df3b94bc164cc057e256d91b0457beb6;p=thirdparty%2Fshadow.git * 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. --- diff --git a/ChangeLog b/ChangeLog index b2901b45f..ebb67d398 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