summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw_user.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r322677: pw usermod: handle empty secondary group lists (-G '')emaste2017-09-081-2/+2
* MFC r322678: pw useradd: Validate the user name before creating the entryemaste2017-09-081-2/+2
* MFC r318141, r318143-r318144asomers2017-05-301-1/+5
* MFC: r315912 (by eugen@) and r315935bapt2017-04-011-2/+5
* MFC r312644, r312650bapt2017-02-251-5/+3
* MFC r302778asomers2016-09-121-2/+2
* MFC r296300:markj2016-05-111-1/+1
* MFC: r290153 (by bdrewery)bapt2016-01-111-1/+3
* MFC: 278899bapt2016-01-111-1/+1
* MFC: r291658bapt2015-12-091-1/+2
* MFC: r291657bapt2015-12-091-9/+12
* MFC r290174:delphij2015-11-151-2/+3
* MFC: r287701bapt2015-09-141-0/+1
* MFC: r285133,r285136,r285137,r285156,r285157,r285158,r285256,r285318,r285395,bapt2015-08-231-959/+1445
* Fix segfault were modifying the uid of a userbapt2015-08-051-1/+1
* MFC: r285414, r285440, r285441, r285443bapt2015-07-141-13/+5
* MFC: r274011,r274022,r274453,r274542,r274632,r274727,r275653,r275656,r275657,bapt2015-07-031-265/+249
* MFC: 272445,272578,273772,273779,273782,273786,273787,273791bapt2014-11-041-1/+22
* MFH (r272830): change the hardcoded default back to DESdes2014-10-131-2/+2
* MFC revisions 262864-262865, 263114, 267970:dteske2014-09-261-16/+29
* Fall back to sha512 if passwd_format is not set.des2013-07-041-1/+1
* There is no reason to disallow setting the password or account expirydes2013-07-031-4/+0
* Fix -Wunsequenced warningkientzle2013-06-291-1/+1
* Prevent a null pointer dereference in pw userdel when deletingdeischen2013-02-011-1/+1
* pw: free group returned by gr_addmjg2013-01-061-0/+1
* Simplify the code by using the new gr_add functionbapt2012-12-271-15/+9
* Simplify copying of group members by using memcpybapt2012-12-261-2/+1
* Fix off-by-one error in memory allocation: j entries, one new and a nullbapt2012-12-261-1/+1
* Fix creating a user and adding it to a groupbapt2012-12-261-7/+8
* Avoid overflow of file buffereadler2012-12-051-1/+1
* Teach pw(8) about how to use pw/gr API to reduce code duplicationbapt2012-10-301-7/+51
* Do not treat empty name as an uid 0bapt2012-10-011-1/+2
* Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is abapt2012-10-011-2/+1
* Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-221-1/+5
* In usr.sbin/pw/pw_user.c, use the correct printf length modifier for adim2011-12-171-1/+1
* Backout r223115 which potentially caused a POLA violation, by restoringdelphij2011-07-311-1/+1
* Don't attempt to create the base directory when -d is specified.delphij2011-06-151-1/+1
* Stop hard-coding default directory mode as 0777.jkim2011-03-081-6/+4
* Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home.jkim2011-02-041-5/+5
* Revert the unrelated patch crept in the previous commit.jkim2010-10-051-5/+5
* Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changejkim2010-10-051-5/+5
* Make pw(8) build without <utmp.h>.ed2009-12-061-5/+0
* Use arc4random_uniform() to avoid "modulo bias"ache2008-08-161-55/+2
* - Increase the size of the salt in pw(8) from 8 to 32 (same as in pam_unix(8)).antoine2008-05-271-5/+7
* Accept passwords which contain whitespace.le2007-03-301-1/+1
* Add home directory creation mode to pw.conf(5) and be a bitle2007-03-301-6/+6
* Introduce the new option -M to allow to set the permissions ofle2007-03-261-4/+17
* Change /home symbolic link, so it will point to usr/home instead of /usr/home.pjd2005-07-311-1/+5
* Use strlcpy(3) to replace the idiomaticrobert2004-06-171-16/+10
* Fix a bug which occurred when the home directory given by therobert2004-06-171-1/+2
OpenPOWER on IntegriCloud