summaryrefslogtreecommitdiff
path: root/usr.sbin/user
AgeCommit message (Expand)Author
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
2006-01-13treat /sbin/nologin specially.christos
2006-01-06Add checks for valid shell. From Liam Foy.christos
2005-11-25Be pragmatic - move user(8) to a 3-clause BSD licence.agc
2005-11-16Punctuation fixes.wiz
2005-11-16user portion of the EXTENSIONS documentation. From Liam Foy.christos
2005-11-09Mark up EXTENSIONS.wiz
2005-11-09Drop trailing whitespace.wiz
2005-11-07Mention which options are only available with EXTENSIONS. From Liam Foy.christos
2005-11-07remove asprintf and strlcpy. We don't support NetBSD1.3 and NetBSD1.4.christos
2005-11-07More cleanups from Liam Foy:christos
2005-10-05call pw_abort() on failure (from Liam Foy)christos
2005-09-19PR 22469: user.c should use "pwd.h" include file forrpaulo
2005-09-18Ensure that a consistent coding style is used.agc
2005-09-18From Liam Foy:christos
2005-09-12Warn if the group being removed is still the primary group of an existingchristos
2005-09-11Comment out /usr/share/examples/usermgmt -- dir does not exist. Fix macro typo.wiz
2005-09-09Sync group* usages with man pages.wiz
2005-09-09Reformulate slightly to match other man pages. Use standardwiz
2005-09-09Do not list all options for group* -- they are bound to get out of sync here.wiz
2005-09-09Sync user* usage with man pages. Bonus grammar fix in comment.wiz
2005-09-09Improve -p description in second case.wiz
2005-09-09Reformulate slightly to match other man pages.wiz
2005-09-09Use standard EXIT STATUS section.wiz
2005-09-09Sort options and option descriptions. Use standard EXIT STATUS section.wiz
2005-09-09Reformulate slightly to match other man pages.wiz
2005-09-09Do not list all options for user* -- they are boundwiz
2005-09-09Sort option descriptions.wiz
2005-09-09Sort options and descriptions. Add standard EXIT STATUS section. Bump date.wiz