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
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
groupinfo.8 New sentence, new line. 2005-02-05 15:28:46 +00:00
groupmod.8
main.c
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
usermgmt.h
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