@@ -138,9 +138,11 @@ lib/util/dup3.c
138138lib/util/event.c
139139lib/util/event_poll.c
140140lib/util/event_select.c
141+ lib/util/explicit_bzero.c
141142lib/util/fatal.c
142143lib/util/fchmodat.c
143144lib/util/fnmatch.c
145+ lib/util/freezero.c
144146lib/util/fstatat.c
145147lib/util/getaddrinfo.c
146148lib/util/getcwd.c
@@ -163,7 +165,6 @@ lib/util/locking.c
163165lib/util/logfac.c
164166lib/util/logpri.c
165167lib/util/memrchr.c
166- lib/util/memset_s.c
167168lib/util/mkdir_parents.c
168169lib/util/mksiglist.c
169170lib/util/mksiglist.h
@@ -331,6 +332,7 @@ plugins/python/python_baseplugin.c
331332plugins/python/python_convmessage.c
332333plugins/python/python_importblocker.c
333334plugins/python/python_loghandler.c
335+ plugins/python/python_plugin.exp
334336plugins/python/python_plugin_approval.c
335337plugins/python/python_plugin_approval_multi.inc
336338plugins/python/python_plugin_audit.c
@@ -469,6 +471,7 @@ plugins/sudoers/digestname.c
469471plugins/sudoers/editor.c
470472plugins/sudoers/env.c
471473plugins/sudoers/env_pattern.c
474+ plugins/sudoers/exptilde.c
472475plugins/sudoers/file.c
473476plugins/sudoers/filedigest.c
474477plugins/sudoers/find_path.c
@@ -666,6 +669,7 @@ plugins/sudoers/regress/cvtsudoers/test9.out.ok
666669plugins/sudoers/regress/cvtsudoers/test9.sh
667670plugins/sudoers/regress/env_match/check_env_pattern.c
668671plugins/sudoers/regress/env_match/data
672+ plugins/sudoers/regress/exptilde/check_exptilde.c
669673plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c
670674plugins/sudoers/regress/logging/check_wrap.c
671675plugins/sudoers/regress/logging/check_wrap.in
@@ -772,6 +776,13 @@ plugins/sudoers/regress/sudoers/test23.ldif2sudo.ok
772776plugins/sudoers/regress/sudoers/test23.out.ok
773777plugins/sudoers/regress/sudoers/test23.sudo.ok
774778plugins/sudoers/regress/sudoers/test23.toke.ok
779+ plugins/sudoers/regress/sudoers/test24.in
780+ plugins/sudoers/regress/sudoers/test24.json.ok
781+ plugins/sudoers/regress/sudoers/test24.ldif.ok
782+ plugins/sudoers/regress/sudoers/test24.ldif2sudo.ok
783+ plugins/sudoers/regress/sudoers/test24.out.ok
784+ plugins/sudoers/regress/sudoers/test24.sudo.ok
785+ plugins/sudoers/regress/sudoers/test24.toke.ok
775786plugins/sudoers/regress/sudoers/test3.in
776787plugins/sudoers/regress/sudoers/test3.json.ok
777788plugins/sudoers/regress/sudoers/test3.ldif.ok
@@ -816,6 +827,8 @@ plugins/sudoers/regress/testsudoers/test10.out.ok
816827plugins/sudoers/regress/testsudoers/test10.sh
817828plugins/sudoers/regress/testsudoers/test11.out.ok
818829plugins/sudoers/regress/testsudoers/test11.sh
830+ plugins/sudoers/regress/testsudoers/test12.out.ok
831+ plugins/sudoers/regress/testsudoers/test12.sh
819832plugins/sudoers/regress/testsudoers/test2.inc
820833plugins/sudoers/regress/testsudoers/test2.out.ok
821834plugins/sudoers/regress/testsudoers/test2.sh
@@ -968,6 +981,7 @@ scripts/mkdep.pl
968981scripts/mkinstalldirs
969982scripts/mkpkg
970983scripts/pp
984+ scripts/unanon
971985src/Makefile.in
972986src/conversation.c
973987src/copy_file.c
0 commit comments