summaryrefslogtreecommitdiff
path: root/usr.sbin/user
AgeCommit message (Expand)Author
2002-05-17When modifying a group w/ no members with groupmod(8) the trailingTodd C. Miller
2002-04-04From Brian Poole:Todd C. Miller
2002-04-03UID ranges specified on the command line were being overridden byTodd C. Miller
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-03-05'user -D -k path' was not actually changing the default values unless anotherTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-05Minor sync with NetBSDTodd C. Miller
2001-12-05o Use proper uid_t and gid_t types and fixup printf format strings to matchTodd C. Miller
2001-12-05simplifyTheo de Raadt
2001-11-15fix password length check; allows usermod -p to work again.Dan Harnett
2001-11-08Replace unreadable snprintf() and pointer arithmetic with simple strlcat().Todd C. Miller
2001-09-18Sync with NetBSD plus the following changes:Todd C. Miller
2001-08-16extra arg to pw_mkdbTodd C. Miller
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-07-20we don't like:Mike Pechkin
2001-04-20update description of the -f option and reword the text about expire.Jakob Schlyter
2001-03-24cleanup error messageJakob Schlyter
2001-03-24fix usage when called as invalid binary name; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24fix multiple UID ranges; <raj@cerias.purdue.edu>Jakob Schlyter
2001-03-24fix strlcpy; <raj@cerias.purdue.edu>Jakob Schlyter
2001-02-13rely on constants; ianm@cit.uws.edu.auTheo de Raadt
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
2000-08-25document -s option with -D; PR#1374Jakob Schlyter
2000-07-15When modifying users and not specifying a new GID, don't arbitrarilyHakan Olsson
2000-07-06Don't write password lines longer than 1023 chars.Hakan Olsson
2000-06-16Fix PR 1279.Hakan Olsson
2000-06-09chown has moved to /sbinTodd C. Miller
2000-05-22Group command synopsis uses group...Marc Espie
2000-05-05Forgot to update usage().Hakan Olsson
2000-05-05Make -G flag work for user{add,mod}.Hakan Olsson
2000-05-05limit size of a password file entry (including &-expansion)Jakob Schlyter
2000-05-04use _PASSWORD_LEN constantJakob Schlyter
2000-04-26make usage readable on a console; eric jackson <shinobi@monkey.org>Jakob Schlyter
2000-04-26usermgmt_usage doesnt return; eric jackson <shinobi@monkey.org>Jakob Schlyter
2000-04-25references to /usr/share/examples/usermgmt removed as we do not have thatJakob Schlyter
2000-04-25s/.Os NetBSD/.Os/Jakob Schlyter
2000-04-25do not replace adduser manpage (yet)Jakob Schlyter
2000-04-25we are OpenBSD and HISTORY should say soJakob Schlyter
2000-04-25remove some non-important HISTORYJakob Schlyter
2000-04-24clean up bogus .Nm ""Jakob Schlyter
2000-04-24default to non-verbose (previously undefined)Jakob Schlyter
2000-04-24include cleanupJakob Schlyter
2000-04-24use _PATH_MASTERPASSWD & _PATH_GROUPJakob Schlyter
2000-04-24initJakob Schlyter
2000-04-24fix usage when building with EXTENSIONSJakob Schlyter
2000-04-24is_number() is needed even without EXTENSIONS definedJakob Schlyter
2000-04-24remove lint stuff. remove unneeded strlcpy.Jakob Schlyter
2000-04-24id-tagsJakob Schlyter
2000-04-24Initial import of user/group management tools from NetBSD.Jakob Schlyter