]> git.ipfire.org Git - thirdparty/shadow.git/commit
* libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 18:11:09 +0000 (18:11 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 18:11:09 +0000 (18:11 +0000)
commitef32209fd7166aae8303d7409ec5e8672b7f5318
treee0e62cb8414ad4d647dffab68019bf712c2f5a12
parent55b2e44814b179ce9a7a8df10b29050019ed9275
* libmisc/console.c, libmisc/hushed.c, libmisc/yesno.c,
libmisc/loginprompt.c, libmisc/ttytype.c, libmisc/tz.c,
src/login_nopam.c, src/chpasswd.c, src/chgpasswd.c, lib/port.c:
The size argument of fgets is an int, not a size_t.
* libmisc/loginprompt.c: Ignore the return value from signal()
when the signal handlers are restored.
* src/chpasswd.c: Cast the return value of time() to a long
integer.
* src/chpasswd.c: Use the SCALE macro instead of (24L * 3600L)
for the values to be set in /etc/shadow.
lib/port.c
libmisc/console.c
libmisc/hushed.c
libmisc/loginprompt.c
libmisc/ttytype.c
libmisc/tz.c
libmisc/yesno.c
src/chgpasswd.c
src/chpasswd.c
src/login_nopam.c