summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Scrub sbufmasterCameron Katri2021-04-274-2387/+1
* pw(8): use openmemstream instead of sbuf(9)Baptiste Daroussin2021-04-271-40/+46
* Use libc reallocarrayCameron Katri2021-04-086-47/+10
* Fix adding usergroup to new groupHayden2021-03-201-2/+2
* Fix issue where user not in /etc/shells main groupHayden2021-03-201-0/+2
* Last one for realHayden2021-03-201-3/+3
* Last /home to /var commitHayden2021-03-201-1/+1
* Update pw_conf.cHayden2021-03-201-1/+1
* Update adduser.conf manpageHayden2021-03-201-2/+2
* /var is our default homerHayden2021-03-201-1/+1
* Untested libxcrypt-enabled passwordsHayden2021-03-201-12/+2
* pw(8): Fix userdel -rCameron Katri2021-03-203-10/+14
* rmuser: support GNU xargsCameron Katri2021-03-191-1/+1
* Forgot ldflagsHayden2021-03-191-1/+2
* Use libxcryptHayden2021-03-191-1/+1
* Fix pwd_mkdb args to conform to system-cmdsCameron Katri2021-02-121-1/+1
* Make /usr/share/skel on installCameron Katri2021-02-121-0/+1
* Update MakefilesCameron Katri2021-02-125-22/+82
* New Makefile, freebsd reallocarray.c, freebsd strtonum for 12/13 compat, dele...Cameron Katri2021-02-1028-1615/+137
* pw: fix building for iOS, completely untestedCameron Katri2021-02-1018-27/+5646
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* pw: Handle errors from ftell() when removing records from /etc/opiekeys.Mark Johnston2020-09-011-5/+5
* pw: Fix a resource leak.Mark Johnston2020-09-011-0/+4
* pw: Remove unnecessary errp checks.Mark Johnston2020-09-011-8/+4
* pw: Fix terminal handling when setting a group password.Mark Johnston2020-09-011-7/+12
* adduser: allow standard IFS characters in passwordsKyle Evans2020-04-051-2/+2
* pw: do not removed home directories if not ownedBaptiste Daroussin2020-03-232-1/+24
* Remove an uneeded indentation introduced in r286196 to silence gcc warngingLi-Wen Hsu2019-05-251-1/+1
* Add an example to pw.8 about how to add an existing user to a group.Benedict Reuschling2019-02-081-1/+7
* pw: fix the checks in boolean_str() after r326738. Add related testYuri Pankov2018-10-212-5/+29
* pw: (file == NULL) check is always false in read_userconfig(), removeYuri Pankov2018-10-163-5/+2
* pw: respect path specified using -V when writing pw.conf, and -C is notYuri Pankov2018-10-153-3/+8
* Remove some code that's no longer needed because it's now part of pw_scan(3).Ian Lepore2018-07-271-12/+0
* Re-apply r336625 which was reverted with r336638, now that the underlyingIan Lepore2018-07-261-3/+29
* Revert r336625 until I figure out why it worked with simple testing butIan Lepore2018-07-231-29/+3
* Make pw(8) showuser work the same with or without -R <path> for non-rootIan Lepore2018-07-221-3/+29
* Allow the "@" and "!" characters in passwd file GECOS fields.David Bright2018-03-012-4/+4
* pw(8): r326738 broke expiration arithmetic in case of `-D' flag not supplied.Eugene Grosbein2017-12-151-11/+12
* pw(8): correct expiration period handling and command line overridesEugene Grosbein2017-12-096-31/+66
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2719-0/+38
* Remove 'adding_user.7'Eitan Adler2017-11-011-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* pw useradd: Validate the user name before creating the entryEd Maste2017-08-192-2/+41
* pw usermod: Properly deal with empty secondary group lists (-G '')Ed Maste2017-08-192-2/+5
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * MFhead@r322057Enji Cooper2017-08-040-0/+0
| |\ | |/ |/|
| * MFhead@r322021Enji Cooper2017-08-030-0/+0
| |\ | |/ |/|
| * MFhead@r321960Enji Cooper2017-08-020-0/+0
| |\ | |/ |/|
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1