| Age | Commit message (Expand) | Author |
| 2009-12-31 | Add new keyword gid_range to usermgmt.conf which specifies a default | mlelstv |
| 2009-10-15 | Fix -p: | hubertf |
| 2009-03-20 | Fix check for duplicate gid when '-g =uid' is specified to usermod. | mike |
| 2009-03-18 | Do not allow duplicate group id in groupmod unless -o is specified. | mike |
| 2009-03-11 | bin/40994: Michael van Elst: usermod -l change password so user is unable to | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-02-27 | Remove the -v verbose switch from userinfo. It was not used. | reed |
| 2008-02-04 | disclaim copyright | hubertf |
| 2006-11-02 | Change the default shell to /bin/sh. It has most of the usability | pavel |
| 2006-10-13 | Sort options in usage. | wiz |
| 2006-10-07 | PR/30351: Hubert Feyrer: useradd(8) doesn't allow setting permissions of | elad |
| 2006-09-30 | revert change of default shell, reguested by agc@. | pavel |
| 2006-09-30 | Change the default shell to /bin/ksh, which is our best interactive | pavel |
| 2006-09-30 | in userinfo, initialize buf (the buffer which will hold group names) | pavel |
| 2006-06-27 | use realloc instead of free+calloc | christos |
| 2006-06-02 | try again with the Coverity annotation | jnemeth |
| 2006-05-27 | Coverity annotation -- although memsave free()s its first argument, it | jnemeth |
| 2006-03-22 | Garbage collect cc in moduser, it is only set once, but never read as | joerg |
| 2006-03-22 | Don't leak FILEs when flock fails. Found by Coverity (CID 1776, 1777 and | joerg |
| 2006-03-17 | put the array bounds check _before_ accessing the array. | dmcmahill |
| 2006-03-17 | put the array bounds check _before_ accessing the array. | dmcmahill |
| 2006-02-23 | By popular demand don't bail out if a user's shell is not in /etc/shells. | christos |
| 2006-01-26 | Add a missing space in the usage message. | jmmv |
| 2006-01-14 | Use a CPP definition for "/sbin/nologin" - it's at the top of the | agc |
| 2006-01-13 | Add forgotten ')'. | elad |
| 2006-01-13 | treat /sbin/nologin specially. | christos |
| 2006-01-06 | Add checks for valid shell. From Liam Foy. | christos |
| 2005-11-25 | Be pragmatic - move user(8) to a 3-clause BSD licence. | agc |
| 2005-11-07 | remove asprintf and strlcpy. We don't support NetBSD1.3 and NetBSD1.4. | christos |
| 2005-11-07 | More cleanups from Liam Foy: | christos |
| 2005-10-05 | call pw_abort() on failure (from Liam Foy) | christos |
| 2005-09-19 | PR 22469: user.c should use "pwd.h" include file for | rpaulo |
| 2005-09-18 | Ensure that a consistent coding style is used. | agc |
| 2005-09-18 | From Liam Foy: | christos |
| 2005-09-12 | Warn if the group being removed is still the primary group of an existing | christos |
| 2005-09-09 | Sync group* usages with man pages. | wiz |
| 2005-09-09 | Sync user* usage with man pages. Bonus grammar fix in comment. | wiz |
| 2005-08-12 | Check the return value from mktime() and pass any error up. | he |
| 2005-08-12 | patch from Liam Foy to add a -F option to force a user to change her's/his | christos |
| 2005-07-30 | The language lawyers claim that it is invalid to test a freed pointer, so | christos |
| 2005-07-30 | If the class was not specified, don't print a warning. | christos |
| 2005-07-29 | Don't make it fatal if the login class doe not exist. From Jukka Salmi. | christos |
| 2005-07-27 | Minor tweaks to the usage message: | peter |
| 2005-07-27 | Patches from Liam Foy: | christos |
| 2005-07-20 | Commit changes from Liam J. Foy: | agc |
| 2005-06-14 | Be consistent when deleting a non-existent group - tell if the group is | agc |
| 2005-04-05 | Do some Common Subexpression Elimination when testing for valid characters | agc |
| 2005-04-05 | Allow '_', '.' and '-' in group names, like in login names. | peter |
| 2005-02-05 | Add the -r flag to groupadd; it can be used to specify a gid range in which | jmmv |
| 2004-07-02 | Now that we have SHA1 passwords, modify useradd(8) so that it will accept | agc |