--- embedaddon/sudo/MANIFEST 2013/07/22 10:46:10 1.1.1.4 +++ embedaddon/sudo/MANIFEST 2014/06/15 16:12:53 1.1.1.6 @@ -7,15 +7,23 @@ NEWS README README.LDAP aclocal.m4 +autogen.sh common/Makefile.in common/aix.c common/alloc.c common/atobool.c -common/error.c +common/atoid.c +common/atomode.c +common/event.c +common/event_poll.c +common/event_select.c +common/fatal.c common/fileops.c common/fmt_string.c +common/gidlist.c common/lbuf.c -common/list.c +common/progname.c +common/regress/atofoo/atofoo_test.c common/regress/sudo_conf/conf_test.c common/regress/sudo_conf/test1.in common/regress/sudo_conf/test1.out.ok @@ -25,6 +33,11 @@ common/regress/sudo_conf/test3.in common/regress/sudo_conf/test3.out.ok common/regress/sudo_conf/test4.in common/regress/sudo_conf/test4.out.ok +common/regress/sudo_conf/test5.err.ok +common/regress/sudo_conf/test5.in +common/regress/sudo_conf/test5.out.ok +common/regress/sudo_conf/test6.in +common/regress/sudo_conf/test6.out.ok common/regress/sudo_parseln/parseln_test.c common/regress/sudo_parseln/test1.in common/regress/sudo_parseln/test1.out.ok @@ -38,19 +51,19 @@ common/regress/sudo_parseln/test5.in common/regress/sudo_parseln/test5.out.ok common/regress/sudo_parseln/test6.in common/regress/sudo_parseln/test6.out.ok +common/regress/tailq/hltq_test.c common/secure_path.c common/setgroups.c common/sudo_conf.c common/sudo_debug.c +common/sudo_dso.c common/sudo_printf.c common/term.c common/ttysize.c -common/zero_bytes.c compat/Makefile.in compat/charclass.h +compat/clock_gettime.c compat/closefrom.c -compat/dlfcn.h -compat/dlopen.c compat/endian.h compat/fnmatch.c compat/fnmatch.h @@ -59,17 +72,19 @@ compat/getaddrinfo.h compat/getcwd.c compat/getgrouplist.c compat/getline.c -compat/getprogname.c +compat/getopt.h +compat/getopt_long.c compat/glob.c compat/glob.h +compat/inet_pton.c compat/isblank.c compat/memrchr.c +compat/memset_s.c compat/mksiglist.c compat/mksiglist.h compat/mksigname.c compat/mksigname.h compat/mktemp.c -compat/nanosleep.c compat/nss_dbdefs.h compat/pw_dup.c compat/regress/fnmatch/fnm_test.c @@ -84,6 +99,7 @@ compat/stdbool.h compat/strlcat.c compat/strlcpy.c compat/strsignal.c +compat/strtonum.c compat/timespec.h compat/utime.h compat/utimes.c @@ -91,7 +107,7 @@ config.guess config.h.in config.sub configure -configure.in +configure.ac doc/CONTRIBUTORS doc/HISTORY doc/LICENSE @@ -130,26 +146,34 @@ doc/visudo.man.in doc/visudo.mdoc.in include/Makefile.in include/alloc.h -include/error.h +include/fatal.h include/fileops.h include/gettext.h include/lbuf.h -include/list.h include/missing.h +include/queue.h include/secure_path.h include/sudo_conf.h include/sudo_debug.h +include/sudo_dso.h +include/sudo_event.h include/sudo_plugin.h +include/sudo_util.h indent.pro +init.d/aix.sh.in +init.d/hpux.sh.in install-sh ltmain.sh 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 mkdep.pl mkinstalldirs mkpkg @@ -211,6 +235,7 @@ plugins/sudoers/insults.h plugins/sudoers/interfaces.c plugins/sudoers/interfaces.h plugins/sudoers/iolog.c +plugins/sudoers/iolog.h plugins/sudoers/iolog_path.c plugins/sudoers/ldap.c plugins/sudoers/linux_audit.c @@ -225,6 +250,8 @@ plugins/sudoers/mkdefaults plugins/sudoers/parse.c plugins/sudoers/parse.h plugins/sudoers/po/README +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 @@ -247,8 +274,12 @@ plugins/sudoers/po/nl.mo plugins/sudoers/po/nl.po plugins/sudoers/po/pl.mo plugins/sudoers/po/pl.po +plugins/sudoers/po/pt_BR.mo +plugins/sudoers/po/pt_BR.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 @@ -333,6 +364,10 @@ 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/visudo/test1.out.ok plugins/sudoers/regress/visudo/test1.sh plugins/sudoers/regress/visudo/test2.err.ok @@ -343,6 +378,8 @@ 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/set_perms.c plugins/sudoers/sha2.c plugins/sudoers/sha2.h @@ -366,6 +403,7 @@ plugins/sudoers/toke_util.c plugins/sudoers/tsgetgrpw.c plugins/sudoers/tsgetgrpw.h plugins/sudoers/visudo.c +plugins/sudoers/visudo_json.c plugins/system_group/Makefile.in plugins/system_group/system_group.c plugins/system_group/system_group.exp @@ -384,6 +422,10 @@ src/net_ifs.c src/openbsd.c src/parse_args.c src/po/README +src/po/ca.mo +src/po/ca.po +src/po/cs.mo +src/po/cs.po src/po/da.mo src/po/da.po src/po/de.mo @@ -396,6 +438,8 @@ src/po/eu.mo src/po/eu.po src/po/fi.mo src/po/fi.po +src/po/fr.mo +src/po/fr.po src/po/gl.mo src/po/gl.po src/po/hr.mo @@ -408,6 +452,8 @@ src/po/nl.mo src/po/nl.po src/po/pl.mo src/po/pl.po +src/po/pt_BR.mo +src/po/pt_BR.po src/po/ru.mo src/po/ru.po src/po/sl.mo @@ -426,6 +472,7 @@ src/po/vi.po src/po/zh_CN.mo src/po/zh_CN.po src/preload.c +src/preserve_fds.c src/regress/ttyname/check_ttyname.c src/selinux.c src/sesh.c