1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/usr.sbin/pw/tests
Baptiste Daroussin d2d022b9fd Rewrite parsing subcommands arguments of pw(8)
Now each subcommands checks its arguments in a dedicated functions.

This helps improving input validation, code readability/maintainability
While here:
- Add a -y option to pw userdel/usermod so it can maintain NIS servers if
  nispasswd is not defined in pw.conf(5)
- Allow pw -r <rootdir> to remove directory with userdel -r
- Fix bug when renaming a user which was not renaming the user name it groups
  it is a member of.
- Only parse pw.conf(5) when needed.
2015-08-02 12:47:50 +00:00
..
group
helper_functions.shin Add minimum regression tests for pw -R 2015-07-12 09:42:10 +00:00
Makefile Remove netbsd tests on pw(8) 2015-08-02 00:33:34 +00:00
master.passwd
pw_config.sh Fix setting uid/gid min/max via pw 2015-06-07 20:59:59 +00:00
pw_etcdir.sh Clean up some language 2014-11-17 15:44:00 +00:00
pw_groupadd.sh Check uid/gid used when creating a user/group are not larger than UID_MAX/GID_MAX 2015-07-28 21:10:58 +00:00
pw_groupdel.sh Rewrite parsing subcommands arguments of pw(8) 2015-08-02 12:47:50 +00:00
pw_groupmod.sh Rework groupmod modification: 2015-07-11 22:35:07 +00:00
pw_lock.sh Replace the pw(1) calls with a variable, to make it easier to to change across all the tests as needed. 2014-11-19 23:07:46 +00:00
pw_useradd.sh Rewrite parsing subcommands arguments of pw(8) 2015-08-02 12:47:50 +00:00
pw_userdel.sh Rewrite parsing subcommands arguments of pw(8) 2015-08-02 12:47:50 +00:00
pw_usermod.sh Rewrite parsing subcommands arguments of pw(8) 2015-08-02 12:47:50 +00:00
pw_usernext.sh Really fix the pw_usernext tests. 2015-02-15 21:42:10 +00:00
pw-modified.conf Fix setting uid/gid min/max via pw 2015-06-07 20:59:59 +00:00
pw.conf Fix generating configuration file 2015-06-07 20:44:06 +00:00