summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of numeric-only names with pw lockbapt2015-12-021-0/+20
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* Fix err pointer not initialized to NULL resultingbapt2015-08-211-0/+15
* Fix typo in regression testbapt2015-08-211-1/+1
* Fix /home symlink creationbapt2015-08-211-0/+13
* Fix useradd regression:bapt2015-08-211-2/+1
* Regression: fix pw usermod -w xxxbapt2015-08-141-0/+14
* Add regression tests for a bug reported in stable/10bapt2015-08-051-0/+9
* Convert the year used for regression test fro 2043 to 2037bapt2015-08-021-11/+11
* Add regression tests about adding already existsing groups/usersbapt2015-08-022-0/+22
* Rewrite parsing subcommands arguments of pw(8)bapt2015-08-024-8/+60
* Remove netbsd tests on pw(8)bapt2015-08-021-11/+0
* Check uid/gid used when creating a user/group are not larger than UID_MAX/GID...bapt2015-07-283-0/+24
* when -n is passed to any pw subcommand it is always expected to be considered asbapt2015-07-281-0/+10
* Add regression tests to ensure we keep allowing creating users with uid0bapt2015-07-131-0/+11
* Ensure skeldir is abolute path (relatively to the rootdir)bapt2015-07-122-2/+2
* pw -R <rootdir> userdel can now cleanup installationbapt2015-07-121-0/+20
* Rework the home directory creation and copy or the skel content to use *atbapt2015-07-121-0/+25
* Add minimum regression tests for pw -Rbapt2015-07-122-1/+31
* Rework groupmod modification:bapt2015-07-111-0/+27
* Do not try to set password on group if the group is added as a consequence ofbapt2015-07-091-0/+10
* pw: fail if an invalid entry is found while parsing master.passwd and groupbapt2015-07-071-0/+26
* Also validate hours via strptime_l(3)bapt2015-07-051-0/+6
* Validate expiration datesbapt2015-07-051-0/+26
* Validate input of pw usermod -h and pwusermod -Hbapt2015-07-041-0/+37
* Fix setting uid/gid min/max via pwbapt2015-06-073-1/+74
* Fix generating configuration filebapt2015-06-073-1/+80
* In case of rename validate the length of the new namebapt2015-06-072-3/+35
* Refactor input validationbapt2015-06-071-1/+9
* Fix a race condition by allowing up to 5 seconds of difference between the ti...brd2015-02-241-4/+8
* Add tests for account and password expiration.brd2015-02-171-0/+111
* Really fix the pw_usernext tests.brd2015-02-151-12/+15
* Remove an extra curly bracket that was causing intermittent failures.brd2015-02-141-1/+1
* Add tests for `pw usernext'.brd2015-02-092-1/+44
* Revert r277652bapt2015-01-263-41/+1
* Allow negative numbers in -u and -g optionsbapt2015-01-243-1/+41
* Add tests for pw -Nbrd2014-12-162-0/+89
* Restructure to make it easier to extend in the futurebrd2014-12-091-6/+10
* Add some tests for user modification. [1]brd2014-12-092-1/+59
* Break out the tests into a file per command and clean up some long linesbrd2014-12-095-19/+33
* Add more tests for pw(8) useradd.brd2014-12-092-1/+42
* Replace the pw(1) calls with a variable, to make it easier to to change acros...brd2014-11-194-32/+35
* Clean up some languagebrd2014-11-172-18/+18
* Add a test for locking and unlocking user accountsbrd2014-11-152-1/+23
* Fix wrong message when using pw -V with a non existent directorybapt2014-11-122-1/+19
* Require root when running the pw_delete and pw_modify test programs (pw(8)ngie2014-11-031-0/+3
* Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_testngie2014-11-031-0/+11
* Fix renaming a group via the gr_copy functionbapt2014-10-281-0/+14
* Ensure pw userdel -u <invalid> do not try to remove rootbapt2014-10-281-0/+11
* Fix atf syntaxbapt2014-10-281-1/+1
OpenPOWER on IntegriCloud