summaryrefslogtreecommitdiff
path: root/usr.sbin/user
AgeCommit message (Expand)Author
2021-12-12Fix copypasto in comment.nia
2021-12-10useradd(8): Recognize Argon2 passwords as "valid" when they are givennia
2019-07-29Fix warning in userdel -r.wiz
2018-06-10Set default homeperm values before writing usermgmt.conf file and honor value...zafer
2016-02-09Document file format better. From Travis Paul and Matthew Bauer.wiz
2014-09-19Fix section name.wiz
2014-09-19Sort sections. From Henning Petersen in PR 49222.wiz
2012-11-28Fix error message when trying to add a group using -g =uid thatblymn
2012-11-28Google Code In bug fix by Philip Hayes, fixes bin/41049blymn
2011-12-01Move path names to pathnames.h per conventionsdholland
2011-12-01Handle return value from system() properly.dholland
2011-12-01attribute format printf -> __printflikedholland
2011-08-31NULL does not need a castplunky
2011-01-04Close masterfd after reading from it. Found by cppcheck.wiz
2009-12-31Bump date for gid_range.wiz
2009-12-31Add new keyword gid_range to usermgmt.conf which specifies a defaultmlelstv
2009-10-15Fix -p:hubertf
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-03-20Fix check for duplicate gid when '-g =uid' is specified to usermod.mike
2009-03-18Do not allow duplicate group id in groupmod unless -o is specified.mike
2009-03-11Delete misplaced period and line ending.dyoung
2009-03-11bin/40994: Michael van Elst: usermod -l change password so user is unable tochristos
2009-01-14Improve -G documentation. It may be repeated.reed
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-18man page fixes from PR 39164.apb
2008-02-27Remove the -v verbose switch from userinfo. It was not used.reed
2008-02-04disclaim copyrighthubertf
2006-12-06Added a reference to passwd(1), which is useful to later change arillig
2006-11-02Change the default shell to /bin/sh. It has most of the usabilitypavel
2006-10-22use c99 initializerschristos
2006-10-13Sort options in usage.wiz
2006-10-13Remove empty line.wiz
2006-10-07PR/30351: Hubert Feyrer: useradd(8) doesn't allow setting permissions ofelad
2006-09-30revert change of default shell, reguested by agc@.pavel
2006-09-30Change the default shell to /bin/ksh, which is our best interactivepavel
2006-09-30in userinfo, initialize buf (the buffer which will hold group names)pavel
2006-06-27use realloc instead of free+callocchristos
2006-06-02try again with the Coverity annotationjnemeth
2006-05-29Xref a few more manpages: user(8), group(8), ...hubertf
2006-05-27Coverity annotation -- although memsave free()s its first argument, itjnemeth
2006-03-22Garbage collect cc in moduser, it is only set once, but never read asjoerg
2006-03-22Don't leak FILEs when flock fails. Found by Coverity (CID 1776, 1777 andjoerg
2006-03-17put the array bounds check _before_ accessing the array.dmcmahill
2006-03-17put the array bounds check _before_ accessing the array.dmcmahill
2006-02-23By popular demand don't bail out if a user's shell is not in /etc/shells.christos
2006-01-26Add a missing space in the usage message.jmmv
2006-01-20Add missing .El. From Nicolas Joly in PR 32546.wiz
2006-01-14Use a CPP definition for "/sbin/nologin" - it's at the top of theagc
2006-01-13Add forgotten ')'.elad