main
Add test for runas_check_shell and check_user_shell()
testsudoers: display when a password is required
Pass path to testsudoers, visudo or cvtsudoers in the environment. Falls back on the unqualified command if the environment variable is not set.
The parser should be leak free, re-enable leak detection in ASAN.
Test non-fully qualified path name.
Add sudoerserrorf(), a printf-style yyerror() function. Use this to display a better error message when using a reserved work in an alias definition.
Add tests for entries without a newline.
Add a test to exercise Bug #994
Test that digest matching works with LDAP sudoCommand: ALL
Quote ^foo$ on command line to protect it from the shell.
Add test for matching a literal "" command line argument as "" in sudoers. GitHub issue #182.
Add basic tests for #include and #includedir
Deprecate chroot support
Add missing execute bit on some test scripts.
Expand test for the runas fix in sudo 1.9.14
testsudoers: add -L, -l and -v tests
When listing another user, only apply NOPASSWD for "ALL" or "list"
Add test for only changing the group (not the user).
Add test for last match in runas user/group lists.
Fix exit status of plugins/sudoers/regress/testsudoers/test33.sh