mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
It is easier to maintain these tests in script form. The output now more closely matches that of the other tests. The harness script can be invoked directly and supports running specific tests.
98 lines
1.6 KiB
Plaintext
98 lines
1.6 KiB
Plaintext
**/*~
|
|
**/*.i
|
|
**/*.l[ao]
|
|
**/*.lai
|
|
**/*.map
|
|
**/*.mo
|
|
**/*.o
|
|
**/*.plog
|
|
|
|
**/*.diff
|
|
**/*.orig
|
|
**/*.patch
|
|
**/*.rej
|
|
|
|
**/.libs
|
|
**/Makefile
|
|
|
|
autom4te.cache
|
|
build
|
|
config.h
|
|
config.log
|
|
config.status
|
|
libtool
|
|
pathnames.h
|
|
ChangeLog
|
|
PVS-Studio.cfg
|
|
uncrustify.files
|
|
|
|
docs/*.man
|
|
docs/*.mdoc
|
|
docs/fixman.sed
|
|
|
|
examples/sudo.conf
|
|
examples/sudo_logsrvd.conf
|
|
examples/sudoers
|
|
examples/syslog.conf
|
|
|
|
etc/init.d/sudo.conf
|
|
|
|
init.d/*.sh
|
|
init.d/sudo.conf
|
|
|
|
src/sudo
|
|
src/sesh
|
|
src/check_net_ifs
|
|
src/check_noexec
|
|
src/check_ttyname
|
|
src/intercept.exp
|
|
src/sudo_usage.h
|
|
|
|
lib/eventlog/check_wrap
|
|
lib/eventlog/regress/logwrap/check_wrap.out
|
|
|
|
lib/iolog/check_iolog_[a-z]*
|
|
lib/iolog/fuzz_iolog_[a-z]*
|
|
lib/iolog/host_port_test
|
|
|
|
lib/util/getgids
|
|
lib/util/mksiglist
|
|
lib/util/mksiglist.h
|
|
lib/util/mksigname
|
|
lib/util/mksigname.h
|
|
lib/util/siglist.c
|
|
lib/util/signame.c
|
|
lib/util/util.exp
|
|
lib/util/[a-z]*_test
|
|
lib/util/fuzz_[a-z]*
|
|
lib/util/regress/**/*.out
|
|
lib/util/regress/**/*.err
|
|
|
|
logsrvd/sudo_logsrvd
|
|
logsrvd/sudo_sendlog
|
|
logsrvd/fuzz_[a-z]*
|
|
|
|
plugins/sudoers/cvtsudoers
|
|
plugins/sudoers/harness
|
|
plugins/sudoers/sudoers
|
|
plugins/sudoers/sudoreplay
|
|
plugins/sudoers/testsudoers
|
|
plugins/sudoers/tsdump
|
|
plugins/sudoers/visudo
|
|
plugins/sudoers/prologue
|
|
plugins/sudoers/check_[a-z]*
|
|
plugins/sudoers/fuzz_[a-z]*
|
|
plugins/sudoers/regress/**/*.out
|
|
plugins/sudoers/regress/**/*.toke
|
|
plugins/sudoers/regress/**/*.err
|
|
plugins/sudoers/regress/**/*.json
|
|
plugins/sudoers/regress/**/*.ldif
|
|
plugins/sudoers/regress/**/*.sudo
|
|
plugins/sudoers/regress/**/*.ldif2sudo
|
|
plugins/sudoers/regress/iolog_plugin/iolog
|
|
plugins/sudoers/regress/testsudoers/test3.d/root
|
|
|
|
plugins/python/__pycache__
|
|
plugins/python/regress/__pycache__
|
|
plugins/python/check_python_examples
|