summaryrefslogtreecommitdiff
path: root/usr.sbin/user
AgeCommit message (Expand)Author
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
2002-02-05Search uid ranges properly, using command line ranges if provided, andagc
2002-02-02Sort SEE ALSO, use standard headers.wiz
2002-02-02Use standard headers.wiz
2002-02-02Fix typo in date, sort SEE ALSO, use standard headers.wiz
2002-02-02Use standard headers.wiz
2002-01-19Whitespace nits.wiz
2001-10-22+ add backwards compatibility hook for old pw_mkdb() calls with no argsagc
2001-10-16Update documentation to reflect reality - "userdel -p" replaces the loginagc
2001-09-24va_{start,end} audit:wiz
2001-09-16if creategid() fails, don't try to print system error message (use errx()hubertf
2001-09-05PR/13874: Hubert Feyrer: Add -L class to useraddchristos
2001-08-18Update for pw_mkdb() change: restrict updates to one user's records and/orad
2001-08-17(usermod): ~F_MKDIR is usually much better than !F_MKDIR in bit masksjoda
2001-06-23do not make "useradd foo -s bar" to ignore "-s bar" silently. requireitojun
2001-06-05Drop argument of .Os.wiz
2001-04-27Size the columns in the table of related files better.agc
2001-02-21Mention that pwd_mkdb(8) is used to update the database, and that it mayagc
2001-02-19convert to use getprogname()cgd
2001-02-13groupmod: ensure that the modified group has the trailing newlinelukem
2000-12-23Improve handling of -l with -m, and update documentation.wiz
2000-12-23Clarify what happens if -d is specified without -m.wiz
2000-12-23Fix moving a user's home directory with 'useradd -md /new/home/dir user'.wiz
2000-12-07Don't try to create or move directory if only '-d' is given (man pagewiz
2000-11-04Fix behaviour of 'useradd -m': it is now a fatal error if the target homesimonb
2000-11-01Remove some debugging cruft in the removal of user home directoriessimonb
2000-11-01Run a "chmod -R u+w <newhomedir>" after copying files from skeldir.simonb
2000-11-01Don't let usage messages wrap around on an 80 column terminal.simonb
2000-10-18cast pw_change (a time_t) into long and printf it as %ldassar
2000-10-17For userinfo - if a password change or expiry time_t is 0, print "NEVER"simonb
2000-10-17Handle -G for the useradd case (usermod was already correct). Alsosimonb
2000-10-17Document the skel-dir and shell default settings.simonb
2000-10-17Use flags to set which parts of a passwd entry are to be changed.simonb
2000-10-16Remove unneeded skel files.simonb
2000-10-11More format string cleanups by sommerfeld.is
2000-10-03Fix SYNOPSES:bjh21
2000-10-03The usual formatting fixups.bjh21
2000-10-03Only one fix here -- use .Ar when referring to arguments in running text.bjh21
2000-10-03Apply .Fl, .Dq, .Ql and .Ar where necessary to fix formatting.bjh21
2000-10-03Fix the blank line in my last commit.bjh21
2000-10-02General prettification.bjh21
2000-10-01Don't refer to the skel-directory files here.simonb
2000-10-01Save the "preserve" value in the defaults file.simonb
2000-10-01Fix typo.simonb
2000-09-29Add functionality for adding usernames to secondary groups via theagc
2000-09-26Correct a pasto in moduser(), the effect of which was to replace theagc
2000-09-20If we're about to add a user whose specified home directory doesagc
2000-08-18user's UID is not kept if preserve is "false" (typo fix)wiz
2000-05-16Pick up the changes that make sense from OpenBSDagc