| Commit message (Expand) | Author | Age | Files | Lines |
* | Use arc4random_uniform() to avoid "modulo bias" | ache | 2008-08-16 | 1 | -55/+2 |
* | - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)). | antoine | 2008-05-27 | 1 | -5/+7 |
* | Accept passwords which contain whitespace. | le | 2007-03-30 | 1 | -1/+1 |
* | Add home directory creation mode to pw.conf(5) and be a bit | le | 2007-03-30 | 1 | -6/+6 |
* | Introduce the new option -M to allow to set the permissions of | le | 2007-03-26 | 1 | -4/+17 |
* | Change /home symbolic link, so it will point to usr/home instead of /usr/home. | pjd | 2005-07-31 | 1 | -1/+5 |
* | Use strlcpy(3) to replace the idiomatic | robert | 2004-06-17 | 1 | -16/+10 |
* | Fix a bug which occurred when the home directory given by the | robert | 2004-06-17 | 1 | -1/+2 |
* | Add a `-H <fd>' option that is like `-h <fd>', but accepts an already | iedowse | 2004-01-11 | 1 | -11/+26 |
* | There is no sense to use random random() and arc4random() in the same program. | ache | 2003-02-11 | 1 | -2/+1 |
* | Changes so the 'pw' command will allow '$' as the last character in a userid | gad | 2003-01-28 | 1 | -14/+51 |
* | Print a long with %ld not %d. (We possibly should be using %j here, but | dwmalone | 2002-06-24 | 1 | -1/+1 |
* | Change rmskey() to rmopie() - we don't have skey anymore | ache | 2001-10-19 | 1 | -6/+6 |
* | For new users, create the home directory before sending the welcome | dd | 2001-09-03 | 1 | -24/+24 |
* | Properly initialize the random number generator in pw_getpass(). | joerg | 2001-08-21 | 1 | -0/+1 |
* | Fix a typo in a variable name that made pw(8) coredump when using | joerg | 2001-08-21 | 1 | -1/+1 |
* | Use %c for expire/change dates | ache | 2001-03-21 | 1 | -2/+2 |
* | Switch from using rand() or random() to a stronger, more appropriate PRNG | kris | 2001-03-05 | 1 | -19/+2 |
* | Convert to use the <sys/queue.h> macros rather than fiddling with the queue | ben | 2000-12-29 | 1 | -2/+2 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 1 | -1/+20 |
* | Move test for -w flag outside of the code dealing with -D (defaults). | davidn | 2000-07-20 | 1 | -2/+2 |
* | Allow -g with an empty argument in the -D case. This allows -g "" to set | davidn | 2000-07-20 | 1 | -5/+8 |
* | Fix another missed case where usermod would not set the "modified" flag: | davidn | 2000-07-20 | 1 | -3/+6 |
* | Fix breakage introduced by bypassing update for additional 'mod' | davidn | 2000-07-03 | 1 | -0/+1 |
* | Localize ctype too. | ache | 2000-06-24 | 1 | -2/+2 |
* | Localize time/date. | ache | 2000-06-22 | 1 | -10/+10 |
* | Fix obvious braino in assignment statement. usermod -g should work again. | davidn | 2000-06-18 | 1 | -1/+1 |
* | Fix a long-standing bug in the rename case previously masked by another bug | davidn | 2000-06-18 | 1 | -2/+10 |
* | Portability fixes for other bsd4.4 derivatives. | davidn | 2000-01-15 | 1 | -10/+12 |
* | Don't try updating the passwd file if no data has changed. This allows things | davidn | 1999-10-26 | 1 | -39/+102 |
* | Add new functionality "lock" and "unlock" to provide a simple password | davidn | 1999-10-26 | 1 | -2/+31 |
* | Clean up error handling in fileupdate(), which now returns 0 on success | davidn | 1999-10-26 | 1 | -21/+49 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove some more warnings. | davidn | 1999-07-28 | 1 | -2/+3 |
* | Add the ability to print user records in unix version 7 (old) format. | davidn | 1999-03-02 | 1 | -8/+15 |
* | 1) Do not blindly ignore file update errors which may occur due to concurrent | davidn | 1999-02-23 | 1 | -83/+89 |
* | Don't assume a_name is a number just because the first character | des | 1999-02-08 | 1 | -2/+4 |
* | -Clarification of last commit- | billf | 1999-01-04 | 1 | -1/+1 |
* | Let's make sure we're at the end of the password string before we apply a \0 | billf | 1999-01-02 | 1 | -2/+2 |
* | Use err(3) instead of local redefinition. Add rcsid string. | charnier | 1997-10-10 | 1 | -48/+52 |
* | Fix -p switch. | davidn | 1997-08-01 | 1 | -2/+2 |
* | Remove srandomdev fallback code | ache | 1997-06-14 | 1 | -5/+7 |
* | Fixes skeleton directory test-it-is-a-directory logic. | davidn | 1997-05-24 | 1 | -2/+2 |
* | Initialize RNG only once | ache | 1997-03-24 | 1 | -23/+18 |
* | Fix srandom arg according to Lite2 | ache | 1997-03-11 | 1 | -3/+3 |
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
* | Fix MAXLOGNAME usage, the code has wrong assumption that | ache | 1997-03-02 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Fix useage of MAXLOGNAME to include terminating NUL, by using | davidn | 1997-02-07 | 1 | -2/+11 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |