Age | Commit message (Expand) | Author |
2007-08-02 | catch a few truncation cases instead of silently ignoring them. one of the | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-05 | remove some extra tests, from charles longeau | Ted Unangst |
2007-03-02 | Check if group exists before checking if group is local. | Ray Lai |
2007-03-02 | Replace regex(3) routines with simple string searching and comparison | Ray Lai |
2007-02-21 | put -L and -G in the right place; | Jason McIntyre |
2007-02-21 | put -G in the right place; from Igor Sobrado | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre |
2007-01-12 | Compare against the username, so listing groups when given a numeric | Otto Moerbeek |
2006-12-20 | Fix potential buffer overread in function, even though the current | Ray Lai |
2005-12-31 | Make useradd -p slightly less dangerous by overwriting the encrypted | Todd C. Miller |
2005-08-27 | change default user shell to ksh as well. | Theo de Raadt |
2005-07-08 | Don't mistakenly match groups with partial name matches in "usermod -G". | Todd C. Miller |
2005-04-15 | fix snprintf return value check. ok otto@ millert@ | Moritz Jodeit |
2005-04-13 | very unlikely overflow. but sticking to the idiom is important: thereby, | Theo de Raadt |
2004-09-30 | If the yp marker is in the file, add new users before it. PR 3727. | Otto Moerbeek |
2004-06-26 | should have updated all of these first - the same wordo in them all. | Jason McIntyre |
2004-06-26 | wordo; | Jason McIntyre |
2004-06-14 | Document where we diverge from other implementations (due to different | Todd C. Miller |
2004-06-06 | clean some lists and displays; | Jason McIntyre |
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-12-22 | use .Fl for flag; | Jason McIntyre |
2003-09-04 | clarify that user's full name (not username) generally goes in GECOS; | Jason McIntyre |
2003-06-15 | small mdoc fixes; | Jason McIntyre |
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 | Sync man pages w/ NetBSD version | Todd C. Miller |
2003-06-08 | Add usermgmt.conf man page. From NetBSD (grant) | 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 | Make c_word const; from NetBSD (tron) | 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-14 | Mention that without a password being specified, the account is disabled | Jason Peel |
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 |
2003-03-11 | groupmod modifies groups, it doesn't add them | Ted Unangst |
2003-02-14 | typos; | Jason McIntyre |