| Commit message (Expand) | Author | Age | Files | Lines |
* | Fall back to sha512 if passwd_format is not set. | des | 2013-07-04 | 1 | -1/+1 |
* | There is no reason to disallow setting the password or account expiry | des | 2013-07-03 | 1 | -4/+0 |
* | Fix -Wunsequenced warning | kientzle | 2013-06-29 | 1 | -1/+1 |
* | Prevent a null pointer dereference in pw userdel when deleting | deischen | 2013-02-01 | 1 | -1/+1 |
* | pw: free group returned by gr_add | mjg | 2013-01-06 | 1 | -0/+1 |
* | Simplify the code by using the new gr_add function | bapt | 2012-12-27 | 1 | -15/+9 |
* | Simplify copying of group members by using memcpy | bapt | 2012-12-26 | 1 | -2/+1 |
* | Fix off-by-one error in memory allocation: j entries, one new and a null | bapt | 2012-12-26 | 1 | -1/+1 |
* | Fix creating a user and adding it to a group | bapt | 2012-12-26 | 1 | -7/+8 |
* | Avoid overflow of file buffer | eadler | 2012-12-05 | 1 | -1/+1 |
* | Teach pw(8) about how to use pw/gr API to reduce code duplication | bapt | 2012-10-30 | 1 | -7/+51 |
* | Do not treat empty name as an uid 0 | bapt | 2012-10-01 | 1 | -1/+2 |
* | Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is a | bapt | 2012-10-01 | 1 | -2/+1 |
* | Handle NULL return from crypt(3). Mostly from DragonFly | kevlo | 2012-02-22 | 1 | -1/+5 |
* | In usr.sbin/pw/pw_user.c, use the correct printf length modifier for a | dim | 2011-12-17 | 1 | -1/+1 |
* | Backout r223115 which potentially caused a POLA violation, by restoring | delphij | 2011-07-31 | 1 | -1/+1 |
* | Don't attempt to create the base directory when -d is specified. | delphij | 2011-06-15 | 1 | -1/+1 |
* | Stop hard-coding default directory mode as 0777. | jkim | 2011-03-08 | 1 | -6/+4 |
* | Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home. | jkim | 2011-02-04 | 1 | -5/+5 |
* | Revert the unrelated patch crept in the previous commit. | jkim | 2010-10-05 | 1 | -5/+5 |
* | Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change | jkim | 2010-10-05 | 1 | -5/+5 |
* | Make pw(8) build without <utmp.h>. | ed | 2009-12-06 | 1 | -5/+0 |
* | 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 |