| Age | Commit message (Expand) | Author |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-10-21 | Tidy up the previous isdigit(3) boolean check. | agc |
| 2003-10-21 | Don't compare an int to NULL. | fvdl |
| 2003-06-12 | Some patches from Todd C. Miller: | agc |
| 2003-04-14 | The "default" case usually occurs at the end of all other options, so change | agc |
| 2003-04-14 | Report usage() if getopt() returns '?' | dsl |
| 2003-03-14 | This addresses PR 20156. isalnum(), isdigit() and isspace() are used with | jrf |
| 2003-02-03 | Add a check for the length of the login name given by the user. | agc |
| 2002-11-08 | When deleting a user with preservation, use a password of | agc |
| 2002-11-08 | Factor out some common code. | agc |
| 2002-10-01 | valid_password_length() is a boolean function, so there's no point in | itojun |
| 2002-09-30 | Update previous to reflect reality. For blowfish passwords, the salt | agc |
| 2002-09-30 | Handle PR 18474 in a more safe and scalable fashion - keep a table of | agc |
| 2002-09-30 | support MD5/blowfish password. PR 18474. | itojun |
| 2002-08-27 | Use syslog(3) to log new users and groups, deletions of users and groups, | agc |
| 2002-08-27 | Generalise the function which checks if a user is local to work for groups | agc |
| 2002-08-07 | Set the default password (if not specified) to a single star instead | wiz |
| 2002-08-06 | Add a function is_local_user(), and use it in moduser(), to check that | agc |
| 2002-08-06 | Remove the /etc/ptmp file via pw_abort(3) if the pw_mkdb(3) call fails. | agc |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-07-08 | Remove user from supplementary groups when deleting a user and not | agc |
| 2002-06-01 | add usermgmt.conf man page. | grant |
| 2002-05-03 | Handle multiple ranges on the command line and in the defaults file, | agc |
| 2002-05-03 | Fix for skeleton directory changes to defaults file from Brian Poole | agc |
| 2002-05-03 | Fix from Brian Poole <raj@cerias.purdue.edu> for improper handling of | agc |
| 2002-05-03 | Modifications from Brian Poole <raj@cerias.purdue.edu>, via OpenBSD: | agc |
| 2002-03-31 | Do the previous differently. Run through the possible ranges for uids in | agc |
| 2002-02-05 | Search uid ranges properly, using command line ranges if provided, and | agc |
| 2001-10-22 | + add backwards compatibility hook for old pw_mkdb() calls with no args | agc |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | if creategid() fails, don't try to print system error message (use errx() | hubertf |
| 2001-09-05 | PR/13874: Hubert Feyrer: Add -L class to useradd | christos |
| 2001-08-18 | Update for pw_mkdb() change: restrict updates to one user's records and/or | ad |
| 2001-08-17 | (usermod): ~F_MKDIR is usually much better than !F_MKDIR in bit masks | joda |
| 2001-06-23 | do not make "useradd foo -s bar" to ignore "-s bar" silently. require | itojun |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-13 | groupmod: ensure that the modified group has the trailing newline | lukem |
| 2000-12-23 | Improve handling of -l with -m, and update documentation. | wiz |
| 2000-12-23 | Fix moving a user's home directory with 'useradd -md /new/home/dir user'. | wiz |
| 2000-12-07 | Don't try to create or move directory if only '-d' is given (man page | wiz |
| 2000-11-04 | Fix behaviour of 'useradd -m': it is now a fatal error if the target home | simonb |
| 2000-11-01 | Remove some debugging cruft in the removal of user home directories | simonb |
| 2000-11-01 | Run a "chmod -R u+w <newhomedir>" after copying files from skeldir. | simonb |
| 2000-11-01 | Don't let usage messages wrap around on an 80 column terminal. | simonb |
| 2000-10-18 | cast pw_change (a time_t) into long and printf it as %ld | assar |
| 2000-10-17 | For userinfo - if a password change or expiry time_t is 0, print "NEVER" | simonb |
| 2000-10-17 | Handle -G for the useradd case (usermod was already correct). Also | simonb |
| 2000-10-17 | Use flags to set which parts of a passwd entry are to be changed. | simonb |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-10-01 | Save the "preserve" value in the defaults file. | simonb |