summaryrefslogtreecommitdiffstats
path: root/pw/tests
Commit message (Expand)AuthorAgeFilesLines
* New Makefile, freebsd reallocarray.c, freebsd strtonum for 12/13 compat, dele...Cameron Katri2021-02-1020-1564/+0
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* pw: do not removed home directories if not ownedBaptiste Daroussin2020-03-231-0/+20
* pw: fix the checks in boolean_str() after r326738. Add related testYuri Pankov2018-10-211-0/+22
* Allow the "@" and "!" characters in passwd file GECOS fields.David Bright2018-03-011-3/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* pw useradd: Validate the user name before creating the entryEd Maste2017-08-191-0/+39
* pw usermod: Properly deal with empty secondary group lists (-G '')Ed Maste2017-08-191-0/+3
* pw: add some basic testcases for groupshow and usershowEnji Cooper2017-05-283-1/+115
* Add a regression test for r31512 fixBaptiste Daroussin2017-03-251-0/+14
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-2311-10/+10
* Increase WARNS for pw testsAlan Somers2017-03-111-0/+1
* Really restore the old behaviour for pw usermod -mBaptiste Daroussin2017-01-221-0/+21
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-311-0/+7
* Do not try to delete the home of the user if is is not a directory for exampleBaptiste Daroussin2016-07-231-0/+9
* pw should sanitize the argument of -w.Alan Somers2016-07-134-12/+155
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-5/+5
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Fix handling of numeric-only names with pw lockBaptiste Daroussin2015-12-021-0/+20
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Fix err pointer not initialized to NULL resultingBaptiste Daroussin2015-08-211-0/+15
* Fix typo in regression testBaptiste Daroussin2015-08-211-1/+1
* Fix /home symlink creationBaptiste Daroussin2015-08-211-0/+13
* Fix useradd regression:Baptiste Daroussin2015-08-211-2/+1
* Regression: fix pw usermod -w xxxBaptiste Daroussin2015-08-141-0/+14
* Add regression tests for a bug reported in stable/10Baptiste Daroussin2015-08-051-0/+9
* Convert the year used for regression test fro 2043 to 2037Baptiste Daroussin2015-08-021-11/+11
* Add regression tests about adding already existsing groups/usersBaptiste Daroussin2015-08-022-0/+22
* Rewrite parsing subcommands arguments of pw(8)Baptiste Daroussin2015-08-024-8/+60
* Remove netbsd tests on pw(8)Baptiste Daroussin2015-08-021-11/+0
* Check uid/gid used when creating a user/group are not larger than UID_MAX/GID...Baptiste Daroussin2015-07-283-0/+24
* when -n is passed to any pw subcommand it is always expected to be considered asBaptiste Daroussin2015-07-281-0/+10
* Add regression tests to ensure we keep allowing creating users with uid0Baptiste Daroussin2015-07-131-0/+11
* Ensure skeldir is abolute path (relatively to the rootdir)Baptiste Daroussin2015-07-122-2/+2
* pw -R <rootdir> userdel can now cleanup installationBaptiste Daroussin2015-07-121-0/+20
* Rework the home directory creation and copy or the skel content to use *atBaptiste Daroussin2015-07-121-0/+25
* Add minimum regression tests for pw -RBaptiste Daroussin2015-07-122-1/+31
* Rework groupmod modification:Baptiste Daroussin2015-07-111-0/+27
* Do not try to set password on group if the group is added as a consequence ofBaptiste Daroussin2015-07-091-0/+10
* pw: fail if an invalid entry is found while parsing master.passwd and groupBaptiste Daroussin2015-07-071-0/+26
* Also validate hours via strptime_l(3)Baptiste Daroussin2015-07-051-0/+6
* Validate expiration datesBaptiste Daroussin2015-07-051-0/+26
* Validate input of pw usermod -h and pwusermod -HBaptiste Daroussin2015-07-041-0/+37
* Fix setting uid/gid min/max via pwBaptiste Daroussin2015-06-073-1/+74
* Fix generating configuration fileBaptiste Daroussin2015-06-073-1/+80
* In case of rename validate the length of the new nameBaptiste Daroussin2015-06-072-3/+35
* Refactor input validationBaptiste Daroussin2015-06-071-1/+9
* Fix a race condition by allowing up to 5 seconds of difference between the ti...Brad Davis2015-02-241-4/+8