summaryrefslogtreecommitdiff
path: root/usr.sbin/user
AgeCommit message (Expand)Author
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
2000-05-09Revert previous change, since maintenance across -current, pkgsrc and theagc
2000-05-05Remove code for 1.4 backward compatibility (to be put into the package,hubertf
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-03-31Consistently move checkeuid() call to after usage() call to allow non-rootsoren
2000-03-31Remove a few unnecessary casts.soren
2000-03-31Use char NULs.soren
2000-03-13Fix doubled 'the's.soren
2000-03-12Make "-d homedir" option work -- home directory wasn't being set in thisjlam