NetBSD/usr.sbin/user
he 1bb5735b5e Check the return value from mktime() and pass any error up.
*tp > LONG_MAX is never true, so replace that check with a test
for strtol() setting errno == ERANGE (oddly, some ports' build
swallowed this without warning).

There's no guarantee that a time_t stores the same number of bits
as a long, so check for an overflow there as well, and pass any
error up.

Discussed with christos, martin and mrg.
2005-08-12 21:40:35 +00:00
..
Makefile Remove user from supplementary groups when deleting a user and not 2002-07-08 22:17:47 +00:00
defs.h
group.8 Be consistent in -r argument naming. 2005-02-05 15:26:50 +00:00
groupadd.8 Be consistent in -r argument naming. 2005-02-05 15:26:50 +00:00
groupdel.8 The correct capitalisation of 'NetBSD.org' is (you 2003-02-14 16:11:34 +00:00
groupinfo.8 New sentence, new line. 2005-02-05 15:28:46 +00:00
groupmod.8 The correct capitalisation of 'NetBSD.org' is (you 2003-02-14 16:11:34 +00:00
main.c Fix build problem probably caused by some toolchain change. 2002-07-09 10:34:16 +00:00
user.8 Be consistent in -r argument naming. 2005-02-05 15:26:50 +00:00
user.c Check the return value from mktime() and pass any error up. 2005-08-12 21:40:35 +00:00
useradd.8 patch from Liam Foy to add a -F option to force a user to change her's/his 2005-08-12 16:22:05 +00:00
userdel.8 New sentence, new line. 2005-02-05 15:28:46 +00:00
userinfo.8 New sentence, new line. 2005-02-05 15:28:46 +00:00
usermgmt.conf.5 new sentence, new line. 2002-10-02 13:49:11 +00:00
usermgmt.h Clean up last (no spaces before parentheses). 2002-07-09 14:13:18 +00:00
usermod.8 patch from Liam Foy to add a -F option to force a user to change her's/his 2005-08-12 16:22:05 +00:00