]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/chage.c: EPOCH is not needed, it's converted to -1 by
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 20:24:36 +0000 (20:24 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 18 Sep 2011 20:24:36 +0000 (20:24 +0000)
commitfa96d1bb780c8a55b8fe2acc3d793550b0b5ab26
tree96bcf0407ef85d637ba06f3693fdea351078cd81
parent23afb3fd07f5c20938c0cde28c8aa58189b1322d
* src/chage.c: EPOCH is not needed, it's converted to -1 by
strtoday(). But we need to support "-1" specifically.
* src/chage.c: Fix usage: LOGIN is mandatory.
* src/chage.c: Display disabled expiry or last change as "-1"
instead of 1969-12-31. 1969-12-31 is still supported as input from
the user.
* src/chage.c: Exit cleanly with fail_exit() (lock files were not
removed).
ChangeLog
src/chage.c