Files
sudo/MANIFEST
Todd C. Miller 741c6f274e Add support for @include and @includedir
These are less confusing than #include and #includedir when the
hash character is also the comment character.

This commit also adds real parsing of include directives as opposed
to the pure lexer approach used previously.  As a result, it is now
possible to include files with spaces by either using a double-quoted
string or escaping the space characters with a backslash.
2020-05-20 13:10:53 -06:00

1001 lines
33 KiB
Plaintext

ABOUT-NLS
ChangeLog
INSTALL
INSTALL.configure
MANIFEST
Makefile.in
NEWS
README
README.LDAP
aclocal.m4
autogen.sh
config.guess
config.h.in
config.sub
configure
configure.ac
doc/CONTRIBUTORS
doc/HISTORY
doc/LICENSE
doc/Makefile.in
doc/TROUBLESHOOTING
doc/UPGRADE
doc/cvtsudoers.man.in
doc/cvtsudoers.mdoc.in
doc/fixman.sh
doc/fixmdoc.sed
doc/schema.ActiveDirectory
doc/schema.OpenLDAP
doc/schema.iPlanet
doc/schema.olcSudo
doc/sudo.conf.man.in
doc/sudo.conf.man.in.sed
doc/sudo.conf.mdoc.in
doc/sudo.man.in
doc/sudo.man.in.sed
doc/sudo.mdoc.in
doc/sudo_logsrv.proto.man.in
doc/sudo_logsrv.proto.mdoc.in
doc/sudo_logsrvd.conf.man.in
doc/sudo_logsrvd.conf.mdoc.in
doc/sudo_logsrvd.man.in
doc/sudo_logsrvd.mdoc.in
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
doc/sudo_plugin_python.man.in
doc/sudo_plugin_python.mdoc.in
doc/sudo_sendlog.man.in
doc/sudo_sendlog.mdoc.in
doc/sudoers.ldap.man.in
doc/sudoers.ldap.mdoc.in
doc/sudoers.man.in
doc/sudoers.man.in.sed
doc/sudoers.mdoc.in
doc/sudoers_timestamp.man.in
doc/sudoers_timestamp.mdoc.in
doc/sudoreplay.man.in
doc/sudoreplay.mdoc.in
doc/visudo.man.in
doc/visudo.mdoc.in
etc/codespell.exclude
etc/codespell.ignore
etc/codespell.skip
etc/init.d/aix.sh.in
etc/init.d/hpux.sh.in
etc/init.d/sudo.conf.in
etc/sudo-logsrvd.pp
etc/sudo-python.pp
etc/sudo.pp
examples/Makefile.in
examples/pam.conf
examples/sudo.conf.in
examples/sudo_logsrvd.conf
examples/sudoers
examples/syslog.conf
include/Makefile.in
include/compat/charclass.h
include/compat/endian.h
include/compat/fnmatch.h
include/compat/getaddrinfo.h
include/compat/getopt.h
include/compat/glob.h
include/compat/nss_dbdefs.h
include/compat/sha2.h
include/compat/stdbool.h
include/hostcheck.h
include/log_server.pb-c.h
include/protobuf-c/protobuf-c.h
include/sudo_compat.h
include/sudo_conf.h
include/sudo_debug.h
include/sudo_digest.h
include/sudo_dso.h
include/sudo_event.h
include/sudo_fatal.h
include/sudo_gettext.h
include/sudo_iolog.h
include/sudo_json.h
include/sudo_lbuf.h
include/sudo_plugin.h
include/sudo_queue.h
include/sudo_rand.h
include/sudo_util.h
install-sh
lib/iolog/Makefile.in
lib/iolog/host_port.c
lib/iolog/hostcheck.c
lib/iolog/iolog_fileio.c
lib/iolog/iolog_json.c
lib/iolog/iolog_json.h
lib/iolog/iolog_path.c
lib/iolog/iolog_util.c
lib/iolog/regress/host_port/host_port_test.c
lib/iolog/regress/iolog_json/check_iolog_json.c
lib/iolog/regress/iolog_json/test1.in
lib/iolog/regress/iolog_json/test2.in
lib/iolog/regress/iolog_json/test2.out.ok
lib/iolog/regress/iolog_json/test3.in
lib/iolog/regress/iolog_path/check_iolog_path.c
lib/iolog/regress/iolog_path/data
lib/iolog/regress/iolog_util/check_iolog_util.c
lib/logsrv/Makefile.in
lib/logsrv/log_server.pb-c.c
lib/logsrv/log_server.proto
lib/logsrv/protobuf-c.c
lib/util/Makefile.in
lib/util/aix.c
lib/util/arc4random.c
lib/util/arc4random_buf.c
lib/util/arc4random_uniform.c
lib/util/cfmakeraw.c
lib/util/chacha_private.h
lib/util/closefrom.c
lib/util/digest.c
lib/util/digest_gcrypt.c
lib/util/digest_openssl.c
lib/util/dup3.c
lib/util/event.c
lib/util/event_poll.c
lib/util/event_select.c
lib/util/fatal.c
lib/util/fchmodat.c
lib/util/fnmatch.c
lib/util/fstatat.c
lib/util/getaddrinfo.c
lib/util/getcwd.c
lib/util/getdelim.c
lib/util/getentropy.c
lib/util/getgrouplist.c
lib/util/gethostname.c
lib/util/getopt_long.c
lib/util/gettime.c
lib/util/getusershell.c
lib/util/gidlist.c
lib/util/glob.c
lib/util/inet_ntop.c
lib/util/inet_pton.c
lib/util/isblank.c
lib/util/json.c
lib/util/key_val.c
lib/util/lbuf.c
lib/util/locking.c
lib/util/logfac.c
lib/util/logpri.c
lib/util/memrchr.c
lib/util/memset_s.c
lib/util/mkdir_parents.c
lib/util/mksiglist.c
lib/util/mksiglist.h
lib/util/mksigname.c
lib/util/mksigname.h
lib/util/mktemp.c
lib/util/nanosleep.c
lib/util/openat.c
lib/util/parseln.c
lib/util/pipe2.c
lib/util/progname.c
lib/util/pw_dup.c
lib/util/reallocarray.c
lib/util/regress/fnmatch/fnm_test.c
lib/util/regress/fnmatch/fnm_test.in
lib/util/regress/getdelim/getdelim_test.c
lib/util/regress/getgrouplist/getgrouplist_test.c
lib/util/regress/glob/files
lib/util/regress/glob/globtest.c
lib/util/regress/glob/globtest.in
lib/util/regress/mktemp/mktemp_test.c
lib/util/regress/parse_gids/parse_gids_test.c
lib/util/regress/progname/progname_test.c
lib/util/regress/strsig/strsig_test.c
lib/util/regress/strsplit/strsplit_test.c
lib/util/regress/strtofoo/strtobool_test.c
lib/util/regress/strtofoo/strtoid_test.c
lib/util/regress/strtofoo/strtomode_test.c
lib/util/regress/strtofoo/strtonum_test.c
lib/util/regress/sudo_conf/conf_test.c
lib/util/regress/sudo_conf/test1.in
lib/util/regress/sudo_conf/test1.out.ok
lib/util/regress/sudo_conf/test2.in
lib/util/regress/sudo_conf/test2.out.ok
lib/util/regress/sudo_conf/test3.in
lib/util/regress/sudo_conf/test3.out.ok
lib/util/regress/sudo_conf/test4.err.ok
lib/util/regress/sudo_conf/test4.in
lib/util/regress/sudo_conf/test4.out.ok
lib/util/regress/sudo_conf/test5.err.ok
lib/util/regress/sudo_conf/test5.in
lib/util/regress/sudo_conf/test5.out.ok
lib/util/regress/sudo_conf/test6.in
lib/util/regress/sudo_conf/test6.out.ok
lib/util/regress/sudo_conf/test7.in
lib/util/regress/sudo_conf/test7.out.ok
lib/util/regress/sudo_conf/test8.err.ok
lib/util/regress/sudo_conf/test8.in
lib/util/regress/sudo_conf/test8.out.ok
lib/util/regress/sudo_parseln/parseln_test.c
lib/util/regress/sudo_parseln/test1.in
lib/util/regress/sudo_parseln/test1.out.ok
lib/util/regress/sudo_parseln/test2.in
lib/util/regress/sudo_parseln/test2.out.ok
lib/util/regress/sudo_parseln/test3.in
lib/util/regress/sudo_parseln/test3.out.ok
lib/util/regress/sudo_parseln/test4.in
lib/util/regress/sudo_parseln/test4.out.ok
lib/util/regress/sudo_parseln/test5.in
lib/util/regress/sudo_parseln/test5.out.ok
lib/util/regress/sudo_parseln/test6.in
lib/util/regress/sudo_parseln/test6.out.ok
lib/util/regress/tailq/hltq_test.c
lib/util/regress/vsyslog/vsyslog_test.c
lib/util/roundup.c
lib/util/secure_path.c
lib/util/setgroups.c
lib/util/sha2.c
lib/util/sig2str.c
lib/util/siglist.in
lib/util/snprintf.c
lib/util/str2sig.c
lib/util/strlcat.c
lib/util/strlcpy.c
lib/util/strndup.c
lib/util/strnlen.c
lib/util/strsignal.c
lib/util/strsplit.c
lib/util/strtobool.c
lib/util/strtoid.c
lib/util/strtomode.c
lib/util/strtonum.c
lib/util/sudo_conf.c
lib/util/sudo_debug.c
lib/util/sudo_dso.c
lib/util/term.c
lib/util/ttyname_dev.c
lib/util/ttysize.c
lib/util/unlinkat.c
lib/util/util.exp.in
lib/util/utimens.c
lib/util/uuid.c
lib/util/vsyslog.c
lib/zlib/Makefile.in
lib/zlib/adler32.c
lib/zlib/compress.c
lib/zlib/crc32.c
lib/zlib/crc32.h
lib/zlib/deflate.c
lib/zlib/deflate.h
lib/zlib/gzclose.c
lib/zlib/gzguts.h
lib/zlib/gzlib.c
lib/zlib/gzread.c
lib/zlib/gzwrite.c
lib/zlib/infback.c
lib/zlib/inffast.c
lib/zlib/inffast.h
lib/zlib/inffixed.h
lib/zlib/inflate.c
lib/zlib/inflate.h
lib/zlib/inftrees.c
lib/zlib/inftrees.h
lib/zlib/trees.c
lib/zlib/trees.h
lib/zlib/uncompr.c
lib/zlib/zconf.h.in
lib/zlib/zlib.exp
lib/zlib/zlib.h
lib/zlib/zutil.c
lib/zlib/zutil.h
logsrvd/Makefile.in
logsrvd/eventlog.c
logsrvd/iolog_writer.c
logsrvd/logsrv_util.c
logsrvd/logsrv_util.h
logsrvd/logsrvd.c
logsrvd/logsrvd.h
logsrvd/logsrvd_conf.c
logsrvd/sendlog.c
logsrvd/sendlog.h
ltmain.sh
m4/ax_append_flag.m4
m4/ax_check_compile_flag.m4
m4/ax_check_link_flag.m4
m4/ax_func_getaddrinfo.m4
m4/ax_func_snprintf.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/sudo.m4
pathnames.h.in
plugins/audit_json/Makefile.in
plugins/audit_json/audit_json.c
plugins/audit_json/audit_json.exp
plugins/group_file/Makefile.in
plugins/group_file/getgrent.c
plugins/group_file/group_file.c
plugins/group_file/group_file.exp
plugins/group_file/plugin_test.c
plugins/python/Makefile.in
plugins/python/example_approval_plugin.py
plugins/python/example_audit_plugin.py
plugins/python/example_conversation.py
plugins/python/example_debugging.py
plugins/python/example_group_plugin.py
plugins/python/example_io_plugin.py
plugins/python/example_policy_plugin.py
plugins/python/pyhelpers.c
plugins/python/pyhelpers.h
plugins/python/pyhelpers_cpychecker.h
plugins/python/python_baseplugin.c
plugins/python/python_convmessage.c
plugins/python/python_importblocker.c
plugins/python/python_loghandler.c
plugins/python/python_plugin_approval.c
plugins/python/python_plugin_approval_multi.inc
plugins/python/python_plugin_audit.c
plugins/python/python_plugin_audit_multi.inc
plugins/python/python_plugin_common.c
plugins/python/python_plugin_common.h
plugins/python/python_plugin_group.c
plugins/python/python_plugin_io.c
plugins/python/python_plugin_io_multi.inc
plugins/python/python_plugin_policy.c
plugins/python/regress/check_python_examples.c
plugins/python/regress/iohelpers.c
plugins/python/regress/iohelpers.h
plugins/python/regress/plugin_approval_test.py
plugins/python/regress/plugin_conflict.py
plugins/python/regress/plugin_errorstr.py
plugins/python/regress/testdata/check_example_audit_plugin_receives_accept.stdout
plugins/python/regress/testdata/check_example_audit_plugin_receives_error.stdout
plugins/python/regress/testdata/check_example_audit_plugin_receives_reject.stdout
plugins/python/regress/testdata/check_example_audit_plugin_version_display.stdout
plugins/python/regress/testdata/check_example_audit_plugin_workflow_multiple.stderr
plugins/python/regress/testdata/check_example_audit_plugin_workflow_multiple.stdout
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.conversation
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.stderr
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.stdout
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.stored
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.conversation
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.stderr
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.stdout
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.stored
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.conv
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.conversation
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.stderr
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.stdout
plugins/python/regress/testdata/check_example_debugging_c_calls@diag.log
plugins/python/regress/testdata/check_example_debugging_c_calls@info.log
plugins/python/regress/testdata/check_example_debugging_load@diag.log
plugins/python/regress/testdata/check_example_debugging_plugin@err.log
plugins/python/regress/testdata/check_example_debugging_plugin@info.log
plugins/python/regress/testdata/check_example_debugging_py_calls@diag.log
plugins/python/regress/testdata/check_example_debugging_py_calls@info.log
plugins/python/regress/testdata/check_example_debugging_sudo_cb@info.log
plugins/python/regress/testdata/check_example_group_plugin_is_able_to_debug.log
plugins/python/regress/testdata/check_example_io_plugin_command_log.stderr
plugins/python/regress/testdata/check_example_io_plugin_command_log.stdout
plugins/python/regress/testdata/check_example_io_plugin_command_log.stored
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple.stderr
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple.stdout
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple1.stored
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple2.stored
plugins/python/regress/testdata/check_example_io_plugin_failed_to_start_command.stderr
plugins/python/regress/testdata/check_example_io_plugin_failed_to_start_command.stdout
plugins/python/regress/testdata/check_example_io_plugin_failed_to_start_command.stored
plugins/python/regress/testdata/check_example_io_plugin_fails_with_python_backtrace.stderr
plugins/python/regress/testdata/check_example_io_plugin_fails_with_python_backtrace.stdout
plugins/python/regress/testdata/check_example_io_plugin_version_display.stderr
plugins/python/regress/testdata/check_example_io_plugin_version_display.stdout
plugins/python/regress/testdata/check_example_io_plugin_version_display.stored
plugins/python/regress/testdata/check_example_io_plugin_version_display_full.stdout
plugins/python/regress/testdata/check_example_policy_plugin_accepted_execution.stderr
plugins/python/regress/testdata/check_example_policy_plugin_accepted_execution.stdout
plugins/python/regress/testdata/check_example_policy_plugin_denied_execution.stderr
plugins/python/regress/testdata/check_example_policy_plugin_denied_execution.stdout
plugins/python/regress/testdata/check_example_policy_plugin_failed_execution.stderr
plugins/python/regress/testdata/check_example_policy_plugin_failed_execution.stdout
plugins/python/regress/testdata/check_example_policy_plugin_list.stderr
plugins/python/regress/testdata/check_example_policy_plugin_list.stdout
plugins/python/regress/testdata/check_example_policy_plugin_validate_invalidate.log
plugins/python/regress/testdata/check_example_policy_plugin_version_display.stderr
plugins/python/regress/testdata/check_example_policy_plugin_version_display.stdout
plugins/python/regress/testdata/check_example_policy_plugin_version_display_full.stdout
plugins/python/regress/testdata/check_loading_fails_missing_classname.stderr
plugins/python/regress/testdata/check_loading_fails_missing_classname.stdout
plugins/python/regress/testdata/check_loading_fails_missing_path.stderr
plugins/python/regress/testdata/check_loading_fails_missing_path.stdout
plugins/python/regress/testdata/check_loading_fails_not_owned_by_root.stderr
plugins/python/regress/testdata/check_loading_fails_not_owned_by_root.stdout
plugins/python/regress/testdata/check_loading_fails_wrong_classname.stderr
plugins/python/regress/testdata/check_loading_fails_wrong_classname.stdout
plugins/python/regress/testdata/check_loading_fails_wrong_path.stderr
plugins/python/regress/testdata/check_loading_fails_wrong_path.stdout
plugins/python/regress/testdata/check_loading_succeeds_with_missing_classname.stdout
plugins/python/regress/testdata/check_multiple_approval_plugin_and_arguments.stderr
plugins/python/regress/testdata/check_multiple_approval_plugin_and_arguments.stdout
plugins/python/regress/testdata/check_python_plugins_do_not_affect_each_other.stdout
plugins/python/regress/testdata/sudo.conf.developer_mode
plugins/python/regress/testdata/sudo.conf.normal_mode
plugins/python/regress/testhelpers.c
plugins/python/regress/testhelpers.h
plugins/python/sudo_python_debug.c
plugins/python/sudo_python_debug.h
plugins/python/sudo_python_module.c
plugins/python/sudo_python_module.h
plugins/sample/Makefile.in
plugins/sample/README
plugins/sample/sample_plugin.c
plugins/sample/sample_plugin.exp
plugins/sample_approval/Makefile.in
plugins/sample_approval/sample_approval.c
plugins/sample_approval/sample_approval.exp
plugins/sudoers/Makefile.in
plugins/sudoers/alias.c
plugins/sudoers/audit.c
plugins/sudoers/auth/API
plugins/sudoers/auth/afs.c
plugins/sudoers/auth/aix_auth.c
plugins/sudoers/auth/bsdauth.c
plugins/sudoers/auth/dce.c
plugins/sudoers/auth/fwtk.c
plugins/sudoers/auth/kerb5.c
plugins/sudoers/auth/pam.c
plugins/sudoers/auth/passwd.c
plugins/sudoers/auth/rfc1938.c
plugins/sudoers/auth/secureware.c
plugins/sudoers/auth/securid5.c
plugins/sudoers/auth/sia.c
plugins/sudoers/auth/sudo_auth.c
plugins/sudoers/auth/sudo_auth.h
plugins/sudoers/base64.c
plugins/sudoers/boottime.c
plugins/sudoers/bsm_audit.c
plugins/sudoers/bsm_audit.h
plugins/sudoers/check.c
plugins/sudoers/check.h
plugins/sudoers/cvtsudoers.c
plugins/sudoers/cvtsudoers.h
plugins/sudoers/cvtsudoers_json.c
plugins/sudoers/cvtsudoers_ldif.c
plugins/sudoers/cvtsudoers_pwutil.c
plugins/sudoers/def_data.c
plugins/sudoers/def_data.h
plugins/sudoers/def_data.in
plugins/sudoers/defaults.c
plugins/sudoers/defaults.h
plugins/sudoers/digestname.c
plugins/sudoers/editor.c
plugins/sudoers/env.c
plugins/sudoers/env_pattern.c
plugins/sudoers/file.c
plugins/sudoers/filedigest.c
plugins/sudoers/find_path.c
plugins/sudoers/fmtsudoers.c
plugins/sudoers/gc.c
plugins/sudoers/gentime.c
plugins/sudoers/getdate.c
plugins/sudoers/getdate.y
plugins/sudoers/getspwuid.c
plugins/sudoers/gmtoff.c
plugins/sudoers/goodpath.c
plugins/sudoers/gram.c
plugins/sudoers/gram.h
plugins/sudoers/gram.y
plugins/sudoers/group_plugin.c
plugins/sudoers/hexchar.c
plugins/sudoers/ins_2001.h
plugins/sudoers/ins_classic.h
plugins/sudoers/ins_csops.h
plugins/sudoers/ins_goons.h
plugins/sudoers/ins_python.h
plugins/sudoers/insults.h
plugins/sudoers/interfaces.c
plugins/sudoers/interfaces.h
plugins/sudoers/iolog.c
plugins/sudoers/iolog_client.c
plugins/sudoers/iolog_path_escapes.c
plugins/sudoers/iolog_plugin.h
plugins/sudoers/ldap.c
plugins/sudoers/ldap_conf.c
plugins/sudoers/ldap_util.c
plugins/sudoers/linux_audit.c
plugins/sudoers/linux_audit.h
plugins/sudoers/locale.c
plugins/sudoers/logging.c
plugins/sudoers/logging.h
plugins/sudoers/logwrap.c
plugins/sudoers/match.c
plugins/sudoers/match_addr.c
plugins/sudoers/match_command.c
plugins/sudoers/match_digest.c
plugins/sudoers/mkdefaults
plugins/sudoers/parse.c
plugins/sudoers/parse.h
plugins/sudoers/parse_ldif.c
plugins/sudoers/po/README
plugins/sudoers/po/ast.mo
plugins/sudoers/po/ast.po
plugins/sudoers/po/ca.mo
plugins/sudoers/po/ca.po
plugins/sudoers/po/cs.mo
plugins/sudoers/po/cs.po
plugins/sudoers/po/da.mo
plugins/sudoers/po/da.po
plugins/sudoers/po/de.mo
plugins/sudoers/po/de.po
plugins/sudoers/po/el.mo
plugins/sudoers/po/el.po
plugins/sudoers/po/eo.mo
plugins/sudoers/po/eo.po
plugins/sudoers/po/eu.mo
plugins/sudoers/po/eu.po
plugins/sudoers/po/fi.mo
plugins/sudoers/po/fi.po
plugins/sudoers/po/fr.mo
plugins/sudoers/po/fr.po
plugins/sudoers/po/fur.mo
plugins/sudoers/po/fur.po
plugins/sudoers/po/hr.mo
plugins/sudoers/po/hr.po
plugins/sudoers/po/hu.mo
plugins/sudoers/po/hu.po
plugins/sudoers/po/it.mo
plugins/sudoers/po/it.po
plugins/sudoers/po/ja.mo
plugins/sudoers/po/ja.po
plugins/sudoers/po/ko.mo
plugins/sudoers/po/ko.po
plugins/sudoers/po/lt.mo
plugins/sudoers/po/lt.po
plugins/sudoers/po/nb.mo
plugins/sudoers/po/nb.po
plugins/sudoers/po/nl.mo
plugins/sudoers/po/nl.po
plugins/sudoers/po/pl.mo
plugins/sudoers/po/pl.po
plugins/sudoers/po/pt.mo
plugins/sudoers/po/pt.po
plugins/sudoers/po/pt_BR.mo
plugins/sudoers/po/pt_BR.po
plugins/sudoers/po/ru.mo
plugins/sudoers/po/ru.po
plugins/sudoers/po/sk.mo
plugins/sudoers/po/sk.po
plugins/sudoers/po/sl.mo
plugins/sudoers/po/sl.po
plugins/sudoers/po/sr.mo
plugins/sudoers/po/sr.po
plugins/sudoers/po/sudoers.pot
plugins/sudoers/po/sv.mo
plugins/sudoers/po/sv.po
plugins/sudoers/po/tr.mo
plugins/sudoers/po/tr.po
plugins/sudoers/po/uk.mo
plugins/sudoers/po/uk.po
plugins/sudoers/po/vi.mo
plugins/sudoers/po/vi.po
plugins/sudoers/po/zh_CN.mo
plugins/sudoers/po/zh_CN.po
plugins/sudoers/po/zh_TW.mo
plugins/sudoers/po/zh_TW.po
plugins/sudoers/policy.c
plugins/sudoers/prompt.c
plugins/sudoers/pwutil.c
plugins/sudoers/pwutil.h
plugins/sudoers/pwutil_impl.c
plugins/sudoers/rcstr.c
plugins/sudoers/redblack.c
plugins/sudoers/redblack.h
plugins/sudoers/regress/check_symbols/check_symbols.c
plugins/sudoers/regress/cvtsudoers/sudoers
plugins/sudoers/regress/cvtsudoers/sudoers.defs
plugins/sudoers/regress/cvtsudoers/test1.out.ok
plugins/sudoers/regress/cvtsudoers/test1.sh
plugins/sudoers/regress/cvtsudoers/test10.out.ok
plugins/sudoers/regress/cvtsudoers/test10.sh
plugins/sudoers/regress/cvtsudoers/test11.out.ok
plugins/sudoers/regress/cvtsudoers/test11.sh
plugins/sudoers/regress/cvtsudoers/test12.out.ok
plugins/sudoers/regress/cvtsudoers/test12.sh
plugins/sudoers/regress/cvtsudoers/test13.out.ok
plugins/sudoers/regress/cvtsudoers/test13.sh
plugins/sudoers/regress/cvtsudoers/test14.out.ok
plugins/sudoers/regress/cvtsudoers/test14.sh
plugins/sudoers/regress/cvtsudoers/test15.out.ok
plugins/sudoers/regress/cvtsudoers/test15.sh
plugins/sudoers/regress/cvtsudoers/test16.out.ok
plugins/sudoers/regress/cvtsudoers/test16.sh
plugins/sudoers/regress/cvtsudoers/test17.out.ok
plugins/sudoers/regress/cvtsudoers/test17.sh
plugins/sudoers/regress/cvtsudoers/test18.out.ok
plugins/sudoers/regress/cvtsudoers/test18.sh
plugins/sudoers/regress/cvtsudoers/test19.out.ok
plugins/sudoers/regress/cvtsudoers/test19.sh
plugins/sudoers/regress/cvtsudoers/test2.out.ok
plugins/sudoers/regress/cvtsudoers/test2.sh
plugins/sudoers/regress/cvtsudoers/test20.conf
plugins/sudoers/regress/cvtsudoers/test20.out.ok
plugins/sudoers/regress/cvtsudoers/test20.sh
plugins/sudoers/regress/cvtsudoers/test21.conf
plugins/sudoers/regress/cvtsudoers/test21.out.ok
plugins/sudoers/regress/cvtsudoers/test21.sh
plugins/sudoers/regress/cvtsudoers/test22.out.ok
plugins/sudoers/regress/cvtsudoers/test22.sh
plugins/sudoers/regress/cvtsudoers/test23.out.ok
plugins/sudoers/regress/cvtsudoers/test23.sh
plugins/sudoers/regress/cvtsudoers/test24.out.ok
plugins/sudoers/regress/cvtsudoers/test24.sh
plugins/sudoers/regress/cvtsudoers/test25.out.ok
plugins/sudoers/regress/cvtsudoers/test25.sh
plugins/sudoers/regress/cvtsudoers/test26.err.ok
plugins/sudoers/regress/cvtsudoers/test26.out.ok
plugins/sudoers/regress/cvtsudoers/test26.sh
plugins/sudoers/regress/cvtsudoers/test27.out.ok
plugins/sudoers/regress/cvtsudoers/test27.sh
plugins/sudoers/regress/cvtsudoers/test28.out.ok
plugins/sudoers/regress/cvtsudoers/test28.sh
plugins/sudoers/regress/cvtsudoers/test29.out.ok
plugins/sudoers/regress/cvtsudoers/test29.sh
plugins/sudoers/regress/cvtsudoers/test3.out.ok
plugins/sudoers/regress/cvtsudoers/test3.sh
plugins/sudoers/regress/cvtsudoers/test30.out.ok
plugins/sudoers/regress/cvtsudoers/test30.sh
plugins/sudoers/regress/cvtsudoers/test31.conf
plugins/sudoers/regress/cvtsudoers/test31.out.ok
plugins/sudoers/regress/cvtsudoers/test31.sh
plugins/sudoers/regress/cvtsudoers/test32.err.ok
plugins/sudoers/regress/cvtsudoers/test32.out.ok
plugins/sudoers/regress/cvtsudoers/test32.sh
plugins/sudoers/regress/cvtsudoers/test33.out.ok
plugins/sudoers/regress/cvtsudoers/test33.sh
plugins/sudoers/regress/cvtsudoers/test4.out.ok
plugins/sudoers/regress/cvtsudoers/test4.sh
plugins/sudoers/regress/cvtsudoers/test5.out.ok
plugins/sudoers/regress/cvtsudoers/test5.sh
plugins/sudoers/regress/cvtsudoers/test6.out.ok
plugins/sudoers/regress/cvtsudoers/test6.sh
plugins/sudoers/regress/cvtsudoers/test7.out.ok
plugins/sudoers/regress/cvtsudoers/test7.sh
plugins/sudoers/regress/cvtsudoers/test8.out.ok
plugins/sudoers/regress/cvtsudoers/test8.sh
plugins/sudoers/regress/cvtsudoers/test9.out.ok
plugins/sudoers/regress/cvtsudoers/test9.sh
plugins/sudoers/regress/env_match/check_env_pattern.c
plugins/sudoers/regress/env_match/data
plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c
plugins/sudoers/regress/logging/check_wrap.c
plugins/sudoers/regress/logging/check_wrap.in
plugins/sudoers/regress/logging/check_wrap.out.ok
plugins/sudoers/regress/parser/check_addr.c
plugins/sudoers/regress/parser/check_addr.in
plugins/sudoers/regress/parser/check_base64.c
plugins/sudoers/regress/parser/check_digest.c
plugins/sudoers/regress/parser/check_digest.out.ok
plugins/sudoers/regress/parser/check_fill.c
plugins/sudoers/regress/parser/check_gentime.c
plugins/sudoers/regress/parser/check_hexchar.c
plugins/sudoers/regress/starttime/check_starttime.c
plugins/sudoers/regress/sudoers/test1.in
plugins/sudoers/regress/sudoers/test1.json.ok
plugins/sudoers/regress/sudoers/test1.ldif.ok
plugins/sudoers/regress/sudoers/test1.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test1.out.ok
plugins/sudoers/regress/sudoers/test1.toke.ok
plugins/sudoers/regress/sudoers/test10.in
plugins/sudoers/regress/sudoers/test10.json.ok
plugins/sudoers/regress/sudoers/test10.ldif.ok
plugins/sudoers/regress/sudoers/test10.out.ok
plugins/sudoers/regress/sudoers/test10.toke.ok
plugins/sudoers/regress/sudoers/test11.in
plugins/sudoers/regress/sudoers/test11.json.ok
plugins/sudoers/regress/sudoers/test11.ldif.ok
plugins/sudoers/regress/sudoers/test11.out.ok
plugins/sudoers/regress/sudoers/test11.toke.ok
plugins/sudoers/regress/sudoers/test12.in
plugins/sudoers/regress/sudoers/test12.json.ok
plugins/sudoers/regress/sudoers/test12.ldif.ok
plugins/sudoers/regress/sudoers/test12.out.ok
plugins/sudoers/regress/sudoers/test12.toke.ok
plugins/sudoers/regress/sudoers/test13.in
plugins/sudoers/regress/sudoers/test13.json.ok
plugins/sudoers/regress/sudoers/test13.ldif.ok
plugins/sudoers/regress/sudoers/test13.out.ok
plugins/sudoers/regress/sudoers/test13.toke.ok
plugins/sudoers/regress/sudoers/test14.in
plugins/sudoers/regress/sudoers/test14.json.ok
plugins/sudoers/regress/sudoers/test14.ldif.ok
plugins/sudoers/regress/sudoers/test14.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test14.out.ok
plugins/sudoers/regress/sudoers/test14.toke.ok
plugins/sudoers/regress/sudoers/test15.in
plugins/sudoers/regress/sudoers/test15.json.ok
plugins/sudoers/regress/sudoers/test15.ldif.ok
plugins/sudoers/regress/sudoers/test15.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test15.out.ok
plugins/sudoers/regress/sudoers/test15.toke.ok
plugins/sudoers/regress/sudoers/test16.in
plugins/sudoers/regress/sudoers/test16.json.ok
plugins/sudoers/regress/sudoers/test16.ldif.ok
plugins/sudoers/regress/sudoers/test16.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test16.out.ok
plugins/sudoers/regress/sudoers/test16.toke.ok
plugins/sudoers/regress/sudoers/test17.in
plugins/sudoers/regress/sudoers/test17.json.ok
plugins/sudoers/regress/sudoers/test17.ldif.ok
plugins/sudoers/regress/sudoers/test17.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test17.out.ok
plugins/sudoers/regress/sudoers/test17.toke.ok
plugins/sudoers/regress/sudoers/test18.in
plugins/sudoers/regress/sudoers/test18.json.ok
plugins/sudoers/regress/sudoers/test18.ldif.ok
plugins/sudoers/regress/sudoers/test18.out.ok
plugins/sudoers/regress/sudoers/test18.toke.ok
plugins/sudoers/regress/sudoers/test19.in
plugins/sudoers/regress/sudoers/test19.json.ok
plugins/sudoers/regress/sudoers/test19.ldif.ok
plugins/sudoers/regress/sudoers/test19.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test19.out.ok
plugins/sudoers/regress/sudoers/test19.toke.ok
plugins/sudoers/regress/sudoers/test2.in
plugins/sudoers/regress/sudoers/test2.json.ok
plugins/sudoers/regress/sudoers/test2.ldif.ok
plugins/sudoers/regress/sudoers/test2.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test2.out.ok
plugins/sudoers/regress/sudoers/test2.toke.ok
plugins/sudoers/regress/sudoers/test20.in
plugins/sudoers/regress/sudoers/test20.json.ok
plugins/sudoers/regress/sudoers/test20.ldif.ok
plugins/sudoers/regress/sudoers/test20.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test20.out.ok
plugins/sudoers/regress/sudoers/test20.toke.ok
plugins/sudoers/regress/sudoers/test21.in
plugins/sudoers/regress/sudoers/test21.json.ok
plugins/sudoers/regress/sudoers/test21.ldif.ok
plugins/sudoers/regress/sudoers/test21.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test21.out.ok
plugins/sudoers/regress/sudoers/test21.toke.ok
plugins/sudoers/regress/sudoers/test22.in
plugins/sudoers/regress/sudoers/test22.json.ok
plugins/sudoers/regress/sudoers/test22.ldif.ok
plugins/sudoers/regress/sudoers/test22.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test22.out.ok
plugins/sudoers/regress/sudoers/test22.sudo.ok
plugins/sudoers/regress/sudoers/test22.toke.ok
plugins/sudoers/regress/sudoers/test23.in
plugins/sudoers/regress/sudoers/test23.json.ok
plugins/sudoers/regress/sudoers/test23.ldif.ok
plugins/sudoers/regress/sudoers/test23.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test23.out.ok
plugins/sudoers/regress/sudoers/test23.sudo.ok
plugins/sudoers/regress/sudoers/test23.toke.ok
plugins/sudoers/regress/sudoers/test3.in
plugins/sudoers/regress/sudoers/test3.json.ok
plugins/sudoers/regress/sudoers/test3.ldif.ok
plugins/sudoers/regress/sudoers/test3.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test3.out.ok
plugins/sudoers/regress/sudoers/test3.toke.ok
plugins/sudoers/regress/sudoers/test4.in
plugins/sudoers/regress/sudoers/test4.json.ok
plugins/sudoers/regress/sudoers/test4.ldif.ok
plugins/sudoers/regress/sudoers/test4.out.ok
plugins/sudoers/regress/sudoers/test4.toke.ok
plugins/sudoers/regress/sudoers/test5.in
plugins/sudoers/regress/sudoers/test5.json.ok
plugins/sudoers/regress/sudoers/test5.ldif.ok
plugins/sudoers/regress/sudoers/test5.out.ok
plugins/sudoers/regress/sudoers/test5.toke.ok
plugins/sudoers/regress/sudoers/test6.in
plugins/sudoers/regress/sudoers/test6.json.ok
plugins/sudoers/regress/sudoers/test6.ldif.ok
plugins/sudoers/regress/sudoers/test6.ldif2sudo.ok
plugins/sudoers/regress/sudoers/test6.out.ok
plugins/sudoers/regress/sudoers/test6.toke.ok
plugins/sudoers/regress/sudoers/test7.in
plugins/sudoers/regress/sudoers/test7.json.ok
plugins/sudoers/regress/sudoers/test7.ldif.ok
plugins/sudoers/regress/sudoers/test7.out.ok
plugins/sudoers/regress/sudoers/test7.toke.ok
plugins/sudoers/regress/sudoers/test8.in
plugins/sudoers/regress/sudoers/test8.json.ok
plugins/sudoers/regress/sudoers/test8.ldif.ok
plugins/sudoers/regress/sudoers/test8.out.ok
plugins/sudoers/regress/sudoers/test8.toke.ok
plugins/sudoers/regress/sudoers/test9.in
plugins/sudoers/regress/sudoers/test9.json.ok
plugins/sudoers/regress/sudoers/test9.ldif.ok
plugins/sudoers/regress/sudoers/test9.out.ok
plugins/sudoers/regress/sudoers/test9.toke.ok
plugins/sudoers/regress/testsudoers/group
plugins/sudoers/regress/testsudoers/test1.out.ok
plugins/sudoers/regress/testsudoers/test1.sh
plugins/sudoers/regress/testsudoers/test10.out.ok
plugins/sudoers/regress/testsudoers/test10.sh
plugins/sudoers/regress/testsudoers/test11.out.ok
plugins/sudoers/regress/testsudoers/test11.sh
plugins/sudoers/regress/testsudoers/test2.inc
plugins/sudoers/regress/testsudoers/test2.out.ok
plugins/sudoers/regress/testsudoers/test2.sh
plugins/sudoers/regress/testsudoers/test3.out.ok
plugins/sudoers/regress/testsudoers/test3.sh
plugins/sudoers/regress/testsudoers/test4.out.ok
plugins/sudoers/regress/testsudoers/test4.sh
plugins/sudoers/regress/testsudoers/test5.out.ok
plugins/sudoers/regress/testsudoers/test5.sh
plugins/sudoers/regress/testsudoers/test6.out.ok
plugins/sudoers/regress/testsudoers/test6.sh
plugins/sudoers/regress/testsudoers/test7.out.ok
plugins/sudoers/regress/testsudoers/test7.sh
plugins/sudoers/regress/testsudoers/test8.out.ok
plugins/sudoers/regress/testsudoers/test8.sh
plugins/sudoers/regress/testsudoers/test9.out.ok
plugins/sudoers/regress/testsudoers/test9.sh
plugins/sudoers/regress/visudo/test1.out.ok
plugins/sudoers/regress/visudo/test1.sh
plugins/sudoers/regress/visudo/test10.out.ok
plugins/sudoers/regress/visudo/test10.sh
plugins/sudoers/regress/visudo/test2.err.ok
plugins/sudoers/regress/visudo/test2.out.ok
plugins/sudoers/regress/visudo/test2.sh
plugins/sudoers/regress/visudo/test3.err.ok
plugins/sudoers/regress/visudo/test3.out.ok
plugins/sudoers/regress/visudo/test3.sh
plugins/sudoers/regress/visudo/test4.out.ok
plugins/sudoers/regress/visudo/test4.sh
plugins/sudoers/regress/visudo/test5.out.ok
plugins/sudoers/regress/visudo/test5.sh
plugins/sudoers/regress/visudo/test6.out.ok
plugins/sudoers/regress/visudo/test6.sh
plugins/sudoers/regress/visudo/test7.out.ok
plugins/sudoers/regress/visudo/test7.sh
plugins/sudoers/regress/visudo/test8.err.ok
plugins/sudoers/regress/visudo/test8.out.ok
plugins/sudoers/regress/visudo/test8.sh
plugins/sudoers/regress/visudo/test9.out.ok
plugins/sudoers/regress/visudo/test9.sh
plugins/sudoers/set_perms.c
plugins/sudoers/solaris_audit.c
plugins/sudoers/solaris_audit.h
plugins/sudoers/sssd.c
plugins/sudoers/starttime.c
plugins/sudoers/strlist.c
plugins/sudoers/strlist.h
plugins/sudoers/stubs.c
plugins/sudoers/sudo_ldap.h
plugins/sudoers/sudo_ldap_conf.h
plugins/sudoers/sudo_nss.c
plugins/sudoers/sudo_nss.h
plugins/sudoers/sudo_printf.c
plugins/sudoers/sudoers.c
plugins/sudoers/sudoers.exp
plugins/sudoers/sudoers.h
plugins/sudoers/sudoers.in
plugins/sudoers/sudoers_debug.c
plugins/sudoers/sudoers_debug.h
plugins/sudoers/sudoers_version.h
plugins/sudoers/sudoreplay.c
plugins/sudoers/testsudoers.c
plugins/sudoers/timeout.c
plugins/sudoers/timestamp.c
plugins/sudoers/timestr.c
plugins/sudoers/toke.c
plugins/sudoers/toke.h
plugins/sudoers/toke.l
plugins/sudoers/toke_util.c
plugins/sudoers/tsdump.c
plugins/sudoers/tsgetgrpw.c
plugins/sudoers/tsgetgrpw.h
plugins/sudoers/visudo.c
plugins/system_group/Makefile.in
plugins/system_group/system_group.c
plugins/system_group/system_group.exp
po/README
po/ast.mo
po/ast.po
po/ca.mo
po/ca.po
po/cs.mo
po/cs.po
po/da.mo
po/da.po
po/de.mo
po/de.po
po/eo.mo
po/eo.po
po/es.mo
po/es.po
po/eu.mo
po/eu.po
po/fi.mo
po/fi.po
po/fr.mo
po/fr.po
po/fur.mo
po/fur.po
po/gl.mo
po/gl.po
po/hr.mo
po/hr.po
po/hu.mo
po/hu.po
po/it.mo
po/it.po
po/ja.mo
po/ja.po
po/ko.mo
po/ko.po
po/nb.mo
po/nb.po
po/nl.mo
po/nl.po
po/nn.mo
po/nn.po
po/pl.mo
po/pl.po
po/pt.mo
po/pt.po
po/pt_BR.mo
po/pt_BR.po
po/ru.mo
po/ru.po
po/sk.mo
po/sk.po
po/sl.mo
po/sl.po
po/sr.mo
po/sr.po
po/sudo.pot
po/sv.mo
po/sv.po
po/tr.mo
po/tr.po
po/uk.mo
po/uk.po
po/vi.mo
po/vi.po
po/zh_CN.mo
po/zh_CN.po
po/zh_TW.mo
po/zh_TW.po
scripts/generate_test_coverage.sh
scripts/log2cl.pl
scripts/mkdep.pl
scripts/mkinstalldirs
scripts/mkpkg
scripts/pp
src/Makefile.in
src/conversation.c
src/copy_file.c
src/env_hooks.c
src/exec.c
src/exec_common.c
src/exec_monitor.c
src/exec_nopty.c
src/exec_pty.c
src/get_pty.c
src/hooks.c
src/limits.c
src/load_plugins.c
src/net_ifs.c
src/openbsd.c
src/parse_args.c
src/preload.c
src/preserve_fds.c
src/regress/noexec/check_noexec.c
src/regress/ttyname/check_ttyname.c
src/selinux.c
src/sesh.c
src/signal.c
src/solaris.c
src/sudo.c
src/sudo.h
src/sudo_edit.c
src/sudo_exec.h
src/sudo_noexec.c
src/sudo_plugin_int.h
src/sudo_usage.h.in
src/tcsetpgrp_nobg.c
src/tgetpass.c
src/ttyname.c
src/utmp.c