| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r292846, r292847, r292849 | bapt | 2015-12-30 | 3 | -3/+6 |
* | MFC: r291658 | bapt | 2015-12-09 | 1 | -1/+2 |
* | MFC: r291657 | bapt | 2015-12-09 | 2 | -9/+32 |
* | MFC r290174: | delphij | 2015-11-15 | 1 | -2/+3 |
* | MFC r289600: | ngie | 2015-10-26 | 1 | -1/+1 |
* | MFC 289067: | wblock | 2015-10-17 | 1 | -11/+11 |
* | MFC: r287701 | bapt | 2015-09-14 | 1 | -0/+1 |
* | MFC: r285133,r285136,r285137,r285156,r285157,r285158,r285256,r285318,r285395, | bapt | 2015-08-23 | 27 | -1973/+3052 |
* | Fix segfault were modifying the uid of a user | bapt | 2015-08-05 | 1 | -1/+1 |
* | MFC: r285414, r285440, r285441, r285443 | bapt | 2015-07-14 | 2 | -14/+7 |
* | MFC: r274011,r274022,r274453,r274542,r274632,r274727,r275653,r275656,r275657, | bapt | 2015-07-03 | 27 | -919/+1571 |
* | MFC: r283695 | bapt | 2015-05-31 | 1 | -1/+0 |
* | Fix an apparent mis-merge that happened in r274082. Before that, on the | ian | 2014-11-09 | 1 | -1/+1 |
* | MFC: 272445,272578,273772,273779,273782,273786,273787,273791 | bapt | 2014-11-04 | 9 | -5/+199 |
* | MFH (r272830): change the hardcoded default back to DES | des | 2014-10-13 | 1 | -2/+2 |
* | MFC revisions 262864-262865, 263114, 267970: | dteske | 2014-09-26 | 2 | -22/+42 |
* | MFH: r264781, r267669, r267670 | bapt | 2014-07-06 | 3 | -38/+15 |
* | 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 |
* | mdoc sweep | joel | 2013-05-13 | 1 | -1/+1 |
* | Prevent a null pointer dereference in pw userdel when deleting | deischen | 2013-02-01 | 1 | -1/+1 |
* | Remove unused variables | eadler | 2013-01-16 | 1 | -2/+0 |
* | pw: free group returned by gr_add | mjg | 2013-01-06 | 1 | -0/+1 |
* | Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil. | bapt | 2012-12-27 | 1 | -169/+67 |
* | Fix a regression in "pw group show" introduced r242349: | bapt | 2012-12-27 | 1 | -1/+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 |
* | In case of the deletion of a user those whole database has to be regenerated, | bapt | 2012-12-26 | 1 | -1/+5 |
* | Fix creating a user and adding it to a group | bapt | 2012-12-26 | 1 | -7/+8 |
* | Simplify string duplication: use strdup instead of malloc + strcpy | eadler | 2012-12-05 | 1 | -6/+5 |
* | Avoid overflowing the file buffer | eadler | 2012-12-05 | 1 | -1/+1 |
* | Use strdup instead of malloc + strcpy | eadler | 2012-12-05 | 1 | -6/+4 |
* | Avoid overflow of file buffer | eadler | 2012-12-05 | 1 | -1/+1 |
* | Remove useless check for NULL prior to free. | eadler | 2012-12-05 | 2 | -4/+2 |
* | In NIS mode first chmod(2) the temporary file and is succeed then rename(2) | bapt | 2012-11-20 | 1 | -2/+2 |
* | Correctly set the password file mode after renaming in NIS mode | bapt | 2012-11-20 | 1 | -0/+2 |
* | Teach pw(8) about how to use pw/gr API to reduce code duplication | bapt | 2012-10-30 | 14 | -620/+175 |
* | 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 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-09-28 | 1 | -0/+1 |
* | Handle NULL return from crypt(3). Mostly from DragonFly | kevlo | 2012-02-22 | 1 | -1/+5 |
* | readlink len-1 | kevlo | 2012-02-14 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -4/+4 |
* | - document the -l option to usermod | eadler | 2011-12-22 | 1 | -1/+12 |
* | 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 | 4 | -9/+9 |