Age | Commit message (Expand) | Author |
2004-09-30 | If the yp marker is in the file, add new users before it. PR 3727. | Otto Moerbeek |
2004-06-04 | Clear up some confusion: -e is account expiry flag, -f is password | Otto Moerbeek |
2004-05-10 | Check return value of fclose() calls after writing. | Otto Moerbeek |
2004-05-10 | when adding a new group to /etc/groups, place it just before the first | Theo de Raadt |
2004-04-19 | Don't complain when the /nonexistent homedir does not exist. | Todd C. Miller |
2004-02-26 | Avoid using regexp when removing a user from /etc/group entries in | Todd C. Miller |
2004-01-03 | Replace bogus use of fgetln() (which doesn't NUL-terminate strings) | Todd C. Miller |
2003-12-25 | Fix multi-line string | Alexander Yurchenko |
2003-12-24 | Fix bound checks for gecos field, taking into account it may contain | Otto Moerbeek |
2003-06-14 | For moduser(), only do valid_class() check when F_CLASS is set in | Todd C. Miller |
2003-06-10 | Check that login class exists before using it; based on a patch from | Todd C. Miller |
2003-06-10 | o Check for fwrite() error with != 1, not <= 0 (mostly style) | Todd C. Miller |
2003-06-10 | Keep a table of password types, and their associated lengths, and | Todd C. Miller |
2003-06-10 | Use syslog(3) to log new users and groups, deletions of users and groups, | Todd C. Miller |
2003-06-10 | Catch illegal flags and reply with usage; from NetBSD (agc) | Todd C. Miller |
2003-06-10 | o rename login variable to login_name | Todd C. Miller |
2003-06-08 | user -e and -f now accepts "month day year" (ala chpass(1)) and | Todd C. Miller |
2003-06-08 | Add check for group too long and made an invalid group a fatal error | Todd C. Miller |
2003-06-08 | Use _PW_NAME_LEN not MAXLOGNAME since the latter does not include the NUL. | Todd C. Miller |
2003-05-13 | Don't allow usernames to begin with a dash since pwd_mkdb(8) | Todd C. Miller |
2003-04-03 | The check for whether or not a group is empty was busted. Closes PR 3178. | Todd C. Miller |
2002-12-10 | Add 2 missing pw_abort() calls when pw_mkdb() fails and remove the | Todd C. Miller |
2002-11-07 | Check for non-existent group in groupdel just like userdel; Sebastian Stark | Todd C. Miller |
2002-11-07 | Change some err/warn -> errx/warnx. Should maybe do the same for | Todd C. Miller |
2002-11-07 | Allow '$' in a username as long as it is the last character since | Todd C. Miller |
2002-07-25 | Check snprintf() rval for < 0; OK deraadt@ | Todd C. Miller |
2002-06-09 | When checking for valid login names, check length against MaxUserNameLen. | Todd C. Miller |
2002-05-17 | When modifying a group w/ no members with groupmod(8) the trailing | Todd C. Miller |
2002-04-04 | From Brian Poole: | Todd C. Miller |
2002-04-03 | UID ranges specified on the command line were being overridden by | Todd C. Miller |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-03-05 | 'user -D -k path' was not actually changing the default values unless another | Todd C. Miller |
2001-12-05 | Minor sync with NetBSD | Todd C. Miller |
2001-12-05 | o Use proper uid_t and gid_t types and fixup printf format strings to match | Todd C. Miller |
2001-11-15 | fix password length check; allows usermod -p to work again. | Dan Harnett |
2001-11-08 | Replace unreadable snprintf() and pointer arithmetic with simple strlcat(). | Todd C. Miller |
2001-09-18 | Sync with NetBSD plus the following changes: | Todd C. Miller |
2001-08-16 | extra arg to pw_mkdb | Todd C. Miller |
2001-03-24 | cleanup error message | Jakob Schlyter |
2001-03-24 | fix usage when called as invalid binary name; <raj@cerias.purdue.edu> | Jakob Schlyter |
2001-03-24 | fix multiple UID ranges; <raj@cerias.purdue.edu> | Jakob Schlyter |
2001-03-24 | fix strlcpy; <raj@cerias.purdue.edu> | Jakob Schlyter |
2001-02-13 | rely on constants; ianm@cit.uws.edu.au | Theo de Raadt |
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller |
2000-07-15 | When modifying users and not specifying a new GID, don't arbitrarily | Hakan Olsson |
2000-07-06 | Don't write password lines longer than 1023 chars. | Hakan Olsson |
2000-06-16 | Fix PR 1279. | Hakan Olsson |
2000-06-09 | chown has moved to /sbin | Todd C. Miller |
2000-05-05 | Forgot to update usage(). | Hakan Olsson |
2000-05-05 | Make -G flag work for user{add,mod}. | Hakan Olsson |