summaryrefslogtreecommitdiffstats
path: root/pw/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix setting uid/gid min/max via pwBaptiste Daroussin2015-06-071-1/+2
|
* Fix generating configuration fileBaptiste Daroussin2015-06-071-1/+2
|
* Add tests for `pw usernext'.Brad Davis2015-02-091-1/+2
| | | | | | PR: 197120 Submitted by: Robert O'Neil <oneil.rs@gmail.com> Approved by: will
* Revert r277652Baptiste Daroussin2015-01-261-3/+1
| | | | | | uid and gid are never and should never be negative. The pw(8) manpage clearly states the -u and -g arguments are for uids/gids, hence using negative values is abusing a bug in former versions of pw(8)
* Allow negative numbers in -u and -g optionsBaptiste Daroussin2015-01-241-1/+3
| | | | | PR: 196514 MFC after: 1 week
* Restructure to make it easier to extend in the futureBrad Davis2014-12-091-6/+10
| | | | | Reviewed by: will Suggested by: ngie
* Add some tests for user modification. [1]Brad Davis2014-12-091-1/+3
| | | | | | | | Fix a missing test in the Makefile from my previous commit. PR: 195834 [1] Submitted by: Robert O'Neil <oneil.rs@gmail.com> Approved by: will
* Break out the tests into a file per command and clean up some long linesBrad Davis2014-12-091-4/+4
| | | | Approved by: will
* Add more tests for pw(8) useradd.Brad Davis2014-12-091-1/+2
| | | | | | PR: 195832 Submitted by: Robert O'Neil <oneil.rs@gmail.com> Approved by: will
* Add a test for locking and unlocking user accountsBrad Davis2014-11-151-1/+1
| | | | | Submitted by: Robert O'Neil <oneil.rs@gmail.com> Reviewed by: will
* Fix wrong message when using pw -V with a non existent directoryBaptiste Daroussin2014-11-121-1/+1
| | | | | | | Add a regression test about it PR: 194971 Submitted by: Freddy DISSAUX <bugzilla@dsx.bsdsx.fr>
* Require root when running the pw_delete and pw_modify test programs (pw(8)Enji Cooper2014-11-031-0/+3
| | | | requires it)
* Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_testEnji Cooper2014-11-031-0/+11
| | | | | | | | | - Suffix useradd/userdel commands with pw - Remove the atf_expect_fail for bin/39546 Phabric: D921 Reviewed by: brd Sponsored by: EMC / Isilon Storage Division
* - Add some tests for modifying groupsBrad Davis2014-10-061-1/+1
| | | | Reviewed by: will
* - Add a test for bug 191427 where pw(8) will go into an infinite loopBrad Davis2014-10-021-0/+10
Reviewed by: will MFC after: 1 month