]> granicus.if.org Git - shadow/commit
* src/usermod.c: Split update_files() into update_lastlog() and
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Jul 2008 20:52:44 +0000 (20:52 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Jul 2008 20:52:44 +0000 (20:52 +0000)
commit62c8e7967645d5ef2cef0de65d09941ef261ac9d
tree2d98031cd9a0bb6ad845991b9cbdfc400c7f3590
parente4e3bd517591adcc5e587e2aae3f7a872fdcb9e7
* src/usermod.c: Split update_files() into update_lastlog() and
update_faillog(). Report errors (but don't fail) if the file
exist, but open(), lseek(), read(), write(), or close() fails.
* src/usermod.c: Add brackets and parenthesis.
* src/usermod.c: Ignore the return value of pam_end() before
exiting.
* src/usermod.c: Ignore the return value of strftime(),
snprintf(), and puts().
* src/usermod.c: Check the return value of gmtime() and asctime(),
and output the raw time_t on failures.
ChangeLog
src/usermod.c