summaryrefslogtreecommitdiff
path: root/usr.sbin/user
AgeCommit message (Expand)Author
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-21Tidy up the previous isdigit(3) boolean check.agc
2003-10-21Don't compare an int to NULL.fvdl
2003-09-04Clarify that the user's full name (not username) goes into the GECOS field.wiz
2003-06-12Some patches from Todd C. Miller:agc
2003-04-14The "default" case usually occurs at the end of all other options, so changeagc
2003-04-14Report usage() if getopt() returns '?'dsl
2003-03-14This addresses PR 20156. isalnum(), isdigit() and isspace() are used withjrf
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-03Add a check for the length of the login name given by the user.agc
2003-01-22Fix typo in first form synopsis: -k does not require -r. Okay'ed by wiz.jmmv
2002-12-21directory has a c. From Adrian Mrva.wiz
2002-11-08When deleting a user with preservation, use a password ofagc
2002-11-08Factor out some common code.agc
2002-10-02Undo last, on request by agc.wiz
2002-10-02utilize American spelling.wiz
2002-10-02new sentence, new line.grant
2002-10-01valid_password_length() is a boolean function, so there's no point initojun
2002-09-30Update previous to reflect reality. For blowfish passwords, the saltagc
2002-09-30Handle PR 18474 in a more safe and scalable fashion - keep a table ofagc
2002-09-30support MD5/blowfish password. PR 18474.itojun
2002-09-06Describe what this utility does a bit better. Pointed out by Curt Sampson.agc
2002-08-27Use syslog(3) to log new users and groups, deletions of users and groups,agc
2002-08-27Generalise the function which checks if a user is local to work for groupsagc
2002-08-07Set the default password (if not specified) to a single star insteadwiz
2002-08-06Add a function is_local_user(), and use it in moduser(), to check thatagc
2002-08-06Remove the /etc/ptmp file via pw_abort(3) if the pw_mkdb(3) call fails.agc
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-09Clean up last (no spaces before parentheses).wiz
2002-07-09Get rid of __P() here. The rest of the sources doesn't use it, too.tron
2002-07-09Fix build problem probably caused by some toolchain change.tron
2002-07-08Remove user from supplementary groups when deleting a user and notagc
2002-06-24Don't xref ourselves, use Nm.wiz
2002-06-24Drop trailing whitespace and sort sections.wiz
2002-06-24add BUGS section (1 entry from bin/11244)grant
2002-06-10be more explicit about creation of /etc/usermgmt.confgrant
2002-06-10mention that -D creates defaults file if it doesn't already exist and ifgrant
2002-06-01Sort SEE ALSO.wiz
2002-06-01Widen tag for list.wiz
2002-06-01add usermgmt.conf man page.grant
2002-05-28fix typogrant
2002-05-03Handle multiple ranges on the command line and in the defaults file,agc
2002-05-03Fix for skeleton directory changes to defaults file from Brian Pooleagc
2002-05-03Fix from Brian Poole <raj@cerias.purdue.edu> for improper handling ofagc
2002-05-03Modifications from Brian Poole <raj@cerias.purdue.edu>, via OpenBSD:agc
2002-03-31Do the previous differently. Run through the possible ranges for uids inagc
2002-02-27Make wording and intent clearer. "Real-world" users have expressed confusion,mason
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross