| Age | Commit message (Expand) | Author |
| 2001-10-22 | + add backwards compatibility hook for old pw_mkdb() calls with no args | agc |
| 2001-10-16 | Update documentation to reflect reality - "userdel -p" replaces the login | 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-06-05 | Drop argument of .Os. | wiz |
| 2001-04-27 | Size the columns in the table of related files better. | agc |
| 2001-02-21 | Mention that pwd_mkdb(8) is used to update the database, and that it may | agc |
| 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 | Clarify what happens if -d is specified without -m. | 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 | Document the skel-dir and shell default settings. | simonb |
| 2000-10-17 | Use flags to set which parts of a passwd entry are to be changed. | simonb |
| 2000-10-16 | Remove unneeded skel files. | simonb |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-10-03 | Fix SYNOPSES: | bjh21 |
| 2000-10-03 | The usual formatting fixups. | bjh21 |
| 2000-10-03 | Only one fix here -- use .Ar when referring to arguments in running text. | bjh21 |
| 2000-10-03 | Apply .Fl, .Dq, .Ql and .Ar where necessary to fix formatting. | bjh21 |
| 2000-10-03 | Fix the blank line in my last commit. | bjh21 |
| 2000-10-02 | General prettification. | bjh21 |
| 2000-10-01 | Don't refer to the skel-directory files here. | simonb |
| 2000-10-01 | Save the "preserve" value in the defaults file. | simonb |
| 2000-10-01 | Fix typo. | simonb |
| 2000-09-29 | Add functionality for adding usernames to secondary groups via the | agc |
| 2000-09-26 | Correct a pasto in moduser(), the effect of which was to replace the | agc |
| 2000-09-20 | If we're about to add a user whose specified home directory does | agc |
| 2000-08-18 | user's UID is not kept if preserve is "false" (typo fix) | wiz |
| 2000-05-16 | Pick up the changes that make sense from OpenBSD | agc |
| 2000-05-09 | Revert previous change, since maintenance across -current, pkgsrc and the | agc |
| 2000-05-05 | Remove code for 1.4 backward compatibility (to be put into the package, | hubertf |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-03-31 | Consistently move checkeuid() call to after usage() call to allow non-root | soren |
| 2000-03-31 | Remove a few unnecessary casts. | soren |
| 2000-03-31 | Use char NULs. | soren |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-03-12 | Make "-d homedir" option work -- home directory wasn't being set in this | jlam |