[sudo-commits] sudo changeset 9661:b0778dffd245

Todd C. Miller Todd.Miller at courtesan.com
Wed Sep 24 08:38:37 MDT 2014


changeset:	9661:b0778dffd245 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b0778dffd245
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Sep 23 11:02:28 2014 -0600

Log Message:
	Merge sudo 1.8.11 from trunk

diffstat:

 .hgignore                                             |    12 +-
 INSTALL                                               |    12 +
 MANIFEST                                              |   381 +-
 Makefile.in                                           |    55 +-
 NEWS                                                  |   117 +-
 aclocal.m4                                            |    10 +-
 autogen.sh                                            |     2 +-
 common/Makefile.in                                    |   312 --
 common/aix.c                                          |   200 -
 common/alloc.c                                        |   271 --
 common/atobool.c                                      |    84 -
 common/atoid.c                                        |   125 -
 common/atomode.c                                      |    68 -
 common/event.c                                        |   403 ---
 common/event_poll.c                                   |   183 -
 common/event_select.c                                 |   212 -
 common/fatal.c                                        |   195 -
 common/fileops.c                                      |   234 --
 common/fmt_string.c                                   |    66 -
 common/gidlist.c                                      |    90 -
 common/lbuf.c                                         |   275 --
 common/progname.c                                     |   124 -
 common/regress/atofoo/atofoo_test.c                   |   185 -
 common/regress/sudo_conf/conf_test.c                  |   100 -
 common/regress/sudo_conf/test1.in                     |    72 -
 common/regress/sudo_conf/test1.out.ok                 |     6 -
 common/regress/sudo_conf/test2.out.ok                 |     3 -
 common/regress/sudo_conf/test3.in                     |     2 -
 common/regress/sudo_conf/test3.out.ok                 |     5 -
 common/regress/sudo_conf/test4.in                     |     1 -
 common/regress/sudo_conf/test4.out.ok                 |     3 -
 common/regress/sudo_conf/test5.err.ok                 |     1 -
 common/regress/sudo_conf/test5.in                     |     1 -
 common/regress/sudo_conf/test5.out.ok                 |     3 -
 common/regress/sudo_conf/test6.in                     |     1 -
 common/regress/sudo_conf/test6.out.ok                 |     3 -
 common/regress/sudo_parseln/parseln_test.c            |    69 -
 common/regress/sudo_parseln/test1.in                  |    72 -
 common/regress/sudo_parseln/test1.out.ok              |    72 -
 common/regress/sudo_parseln/test2.in                  |     8 -
 common/regress/sudo_parseln/test2.out.ok              |     3 -
 common/regress/sudo_parseln/test3.in                  |     1 -
 common/regress/sudo_parseln/test3.out.ok              |     1 -
 common/regress/sudo_parseln/test4.in                  |     4 -
 common/regress/sudo_parseln/test4.out.ok              |     2 -
 common/regress/sudo_parseln/test5.in                  |     1 -
 common/regress/sudo_parseln/test6.in                  |     3 -
 common/regress/sudo_parseln/test6.out.ok              |     2 -
 common/regress/tailq/hltq_test.c                      |   208 -
 common/secure_path.c                                  |    83 -
 common/setgroups.c                                    |    60 -
 common/sudo_conf.c                                    |   459 ---
 common/sudo_debug.c                                   |   589 -----
 common/sudo_dso.c                                     |   327 --
 common/sudo_printf.c                                  |    70 -
 common/term.c                                         |   253 --
 common/ttysize.c                                      |    93 -
 compat/Makefile.in                                    |   239 --
 compat/charclass.h                                    |    39 -
 compat/clock_gettime.c                                |    80 -
 compat/closefrom.c                                    |   152 -
 compat/endian.h                                       |    72 -
 compat/fnmatch.c                                      |   477 ----
 compat/fnmatch.h                                      |    32 -
 compat/getaddrinfo.c                                  |   422 ---
 compat/getaddrinfo.h                                  |    75 -
 compat/getcwd.c                                       |   267 --
 compat/getgrouplist.c                                 |   351 ---
 compat/getline.c                                      |   107 -
 compat/getopt.h                                       |    72 -
 compat/getopt_long.c                                  |   630 -----
 compat/glob.c                                         |   904 -------
 compat/glob.h                                         |    78 -
 compat/inet_pton.c                                    |   258 --
 compat/isblank.c                                      |    32 -
 compat/memrchr.c                                      |    44 -
 compat/memset_s.c                                     |    71 -
 compat/mksiglist.c                                    |    59 -
 compat/mksiglist.h                                    |   174 -
 compat/mksigname.c                                    |    59 -
 compat/mksigname.h                                    |   175 -
 compat/mktemp.c                                       |   162 -
 compat/nss_dbdefs.h                                   |   106 -
 compat/pw_dup.c                                       |   108 -
 compat/regress/fnmatch/fnm_test.c                     |    80 -
 compat/regress/fnmatch/fnm_test.in                    |     5 -
 compat/regress/glob/files                             |    47 -
 compat/regress/glob/globtest.c                        |   212 -
 compat/regress/glob/globtest.in                       |    64 -
 compat/sig2str.c                                      |    80 -
 compat/siglist.in                                     |    56 -
 compat/snprintf.c                                     |   663 -----
 compat/stdbool.h                                      |    44 -
 compat/strlcat.c                                      |    63 -
 compat/strlcpy.c                                      |    58 -
 compat/strsignal.c                                    |    52 -
 compat/strtonum.c                                     |   200 -
 compat/timespec.h                                     |    25 -
 compat/utime.h                                        |    28 -
 compat/utimes.c                                       |    73 -
 config.h.in                                           |    25 +-
 configure                                             |  1187 ++++++++-
 configure.ac                                          |   362 ++-
 doc/CONTRIBUTORS                                      |     3 +
 doc/Makefile.in                                       |    62 +-
 doc/fixman.sh                                         |    29 +-
 doc/fixmdoc.sh                                        |    41 +-
 doc/sudo.cat                                          |     2 +-
 doc/sudo.conf.cat                                     |    28 +-
 doc/sudo.conf.man.in                                  |    31 +-
 doc/sudo.conf.mdoc.in                                 |    28 +-
 doc/sudo_plugin.cat                                   |    63 +-
 doc/sudo_plugin.man.in                                |    88 +-
 doc/sudo_plugin.mdoc.in                               |    88 +-
 doc/sudoers.cat                                       |    54 +-
 doc/sudoers.ldap.cat                                  |    30 +-
 doc/sudoers.ldap.man.in                               |    44 +-
 doc/sudoers.ldap.mdoc.in                              |    34 +-
 doc/sudoers.man.in                                    |    74 +-
 doc/sudoers.mdoc.in                                   |    71 +-
 doc/sudoreplay.cat                                    |     2 +-
 doc/visudo.cat                                        |    29 +-
 doc/visudo.man.in                                     |    32 +-
 doc/visudo.mdoc.in                                    |    31 +-
 include/alloc.h                                       |    37 -
 include/compat/charclass.h                            |    39 +
 include/compat/endian.h                               |    72 +
 include/compat/fnmatch.h                              |    32 +
 include/compat/getaddrinfo.h                          |    83 +
 include/compat/getopt.h                               |    81 +
 include/compat/glob.h                                 |    78 +
 include/compat/nss_dbdefs.h                           |   106 +
 include/compat/sha2.h                                 |    74 +
 include/compat/stdbool.h                              |    44 +
 include/compat/timespec.h                             |    25 +
 include/compat/utime.h                                |    28 +
 include/fatal.h                                       |   135 -
 include/fileops.h                                     |    33 -
 include/gettext.h                                     |    75 -
 include/lbuf.h                                        |    41 -
 include/missing.h                                     |   450 ---
 include/queue.h                                       |   806 ------
 include/secure_path.h                                 |    31 -
 include/sudo_alloc.h                                  |    48 +
 include/sudo_compat.h                                 |   481 ++++
 include/sudo_conf.h                                   |    35 +-
 include/sudo_debug.h                                  |    48 +-
 include/sudo_dso.h                                    |    18 +-
 include/sudo_event.h                                  |    53 +-
 include/sudo_fatal.h                                  |   143 +
 include/sudo_gettext.h                                |    75 +
 include/sudo_lbuf.h                                   |    50 +
 include/sudo_plugin.h                                 |     3 +-
 include/sudo_queue.h                                  |   806 ++++++
 include/sudo_util.h                                   |    90 +-
 install-sh                                            |    10 +-
 lib/util/Makefile.in                                  |   505 ++++
 lib/util/aix.c                                        |   207 +
 lib/util/alloc.c                                      |   257 ++
 lib/util/clock_gettime.c                              |    80 +
 lib/util/closefrom.c                                  |   152 +
 lib/util/event.c                                      |   436 +++
 lib/util/event_poll.c                                 |   182 +
 lib/util/event_select.c                               |   211 +
 lib/util/fatal.c                                      |   203 +
 lib/util/fnmatch.c                                    |   477 ++++
 lib/util/getaddrinfo.c                                |   422 +++
 lib/util/getcwd.c                                     |   267 ++
 lib/util/getgrouplist.c                               |   327 ++
 lib/util/getline.c                                    |   107 +
 lib/util/getopt_long.c                                |   630 +++++
 lib/util/gidlist.c                                    |    89 +
 lib/util/glob.c                                       |   904 +++++++
 lib/util/inet_pton.c                                  |   258 ++
 lib/util/isblank.c                                    |    32 +
 lib/util/key_val.c                                    |    67 +
 lib/util/lbuf.c                                       |   274 ++
 lib/util/locking.c                                    |   127 +
 lib/util/memrchr.c                                    |    44 +
 lib/util/memset_s.c                                   |    71 +
 lib/util/mksiglist.c                                  |    59 +
 lib/util/mksiglist.h                                  |   174 +
 lib/util/mksigname.c                                  |    59 +
 lib/util/mksigname.h                                  |   175 +
 lib/util/mktemp.c                                     |   162 +
 lib/util/parseln.c                                    |   129 +
 lib/util/progname.c                                   |    82 +
 lib/util/pw_dup.c                                     |   110 +
 lib/util/regress/atofoo/atofoo_test.c                 |   188 +
 lib/util/regress/fnmatch/fnm_test.c                   |    81 +
 lib/util/regress/fnmatch/fnm_test.in                  |     5 +
 lib/util/regress/glob/files                           |    47 +
 lib/util/regress/glob/globtest.c                      |   212 +
 lib/util/regress/glob/globtest.in                     |    64 +
 lib/util/regress/progname/progname_test.c             |    75 +
 lib/util/regress/sudo_conf/conf_test.c                |   100 +
 lib/util/regress/sudo_conf/test1.in                   |    72 +
 lib/util/regress/sudo_conf/test1.out.ok               |     6 +
 lib/util/regress/sudo_conf/test2.out.ok               |     3 +
 lib/util/regress/sudo_conf/test3.in                   |     2 +
 lib/util/regress/sudo_conf/test3.out.ok               |     5 +
 lib/util/regress/sudo_conf/test4.in                   |     1 +
 lib/util/regress/sudo_conf/test4.out.ok               |     3 +
 lib/util/regress/sudo_conf/test5.err.ok               |     1 +
 lib/util/regress/sudo_conf/test5.in                   |     1 +
 lib/util/regress/sudo_conf/test5.out.ok               |     3 +
 lib/util/regress/sudo_conf/test6.in                   |     1 +
 lib/util/regress/sudo_conf/test6.out.ok               |     3 +
 lib/util/regress/sudo_parseln/parseln_test.c          |    68 +
 lib/util/regress/sudo_parseln/test1.in                |    72 +
 lib/util/regress/sudo_parseln/test1.out.ok            |    72 +
 lib/util/regress/sudo_parseln/test2.in                |     8 +
 lib/util/regress/sudo_parseln/test2.out.ok            |     3 +
 lib/util/regress/sudo_parseln/test3.in                |     1 +
 lib/util/regress/sudo_parseln/test3.out.ok            |     1 +
 lib/util/regress/sudo_parseln/test4.in                |     4 +
 lib/util/regress/sudo_parseln/test4.out.ok            |     2 +
 lib/util/regress/sudo_parseln/test5.in                |     1 +
 lib/util/regress/sudo_parseln/test6.in                |     3 +
 lib/util/regress/sudo_parseln/test6.out.ok            |     2 +
 lib/util/regress/tailq/hltq_test.c                    |   208 +
 lib/util/secure_path.c                                |    83 +
 lib/util/setgroups.c                                  |    60 +
 lib/util/sha2.c                                       |   526 ++++
 lib/util/sig2str.c                                    |    80 +
 lib/util/siglist.in                                   |    56 +
 lib/util/snprintf.c                                   |   663 +++++
 lib/util/strlcat.c                                    |    63 +
 lib/util/strlcpy.c                                    |    58 +
 lib/util/strsignal.c                                  |    52 +
 lib/util/strtobool.c                                  |    84 +
 lib/util/strtoid.c                                    |   129 +
 lib/util/strtomode.c                                  |    68 +
 lib/util/strtonum.c                                   |   200 +
 lib/util/sudo_conf.c                                  |   457 +++
 lib/util/sudo_debug.c                                 |   531 ++++
 lib/util/sudo_dso.c                                   |   327 ++
 lib/util/sudo_printf.c                                |    62 +
 lib/util/term.c                                       |   254 ++
 lib/util/ttysize.c                                    |    93 +
 lib/util/util.exp.in                                  |    92 +
 lib/util/utimes.c                                     |    73 +
 lib/zlib/Makefile.in                                  |   135 +
 lib/zlib/adler32.c                                    |   179 +
 lib/zlib/compress.c                                   |    80 +
 lib/zlib/crc32.c                                      |   447 +++
 lib/zlib/crc32.h                                      |   441 +++
 lib/zlib/deflate.c                                    |  1965 +++++++++++++++++
 lib/zlib/deflate.h                                    |   346 ++
 lib/zlib/gzclose.c                                    |    25 +
 lib/zlib/gzguts.h                                     |   190 +
 lib/zlib/gzlib.c                                      |   564 ++++
 lib/zlib/gzread.c                                     |   584 +++++
 lib/zlib/gzwrite.c                                    |   593 +++++
 lib/zlib/infback.c                                    |   640 +++++
 lib/zlib/inffast.c                                    |   340 ++
 lib/zlib/inffast.h                                    |    11 +
 lib/zlib/inffixed.h                                   |    94 +
 lib/zlib/inflate.c                                    |  1501 ++++++++++++
 lib/zlib/inflate.h                                    |   122 +
 lib/zlib/inftrees.c                                   |   306 ++
 lib/zlib/inftrees.h                                   |    62 +
 lib/zlib/trees.c                                      |  1224 ++++++++++
 lib/zlib/trees.h                                      |   128 +
 lib/zlib/uncompr.c                                    |    59 +
 lib/zlib/zconf.h.in                                   |   474 ++++
 lib/zlib/zlib.h                                       |  1732 ++++++++++++++
 lib/zlib/zutil.c                                      |   301 ++
 lib/zlib/zutil.h                                      |   248 ++
 ltmain.sh                                             |    20 +
 m4/libtool.m4                                         |    97 +-
 m4/sudo.m4                                            |    31 +-
 mkdep.pl                                              |     4 +-
 mkpkg                                                 |    14 +-
 pathnames.h.in                                        |    73 +-
 plugins/group_file/Makefile.in                        |    40 +-
 plugins/group_file/getgrent.c                         |     4 +-
 plugins/group_file/group_file.c                       |     2 +-
 plugins/sample/Makefile.in                            |    37 +-
 plugins/sample/sample_plugin.c                        |    45 +-
 plugins/sudoers/Makefile.in                           |   856 +++---
 plugins/sudoers/alias.c                               |    14 +-
 plugins/sudoers/audit.c                               |    68 +-
 plugins/sudoers/auth/API                              |     3 -
 plugins/sudoers/auth/aix_auth.c                       |     7 +-
 plugins/sudoers/auth/bsdauth.c                        |    15 +-
 plugins/sudoers/auth/fwtk.c                           |    16 +-
 plugins/sudoers/auth/kerb5.c                          |    62 +-
 plugins/sudoers/auth/pam.c                            |    26 +-
 plugins/sudoers/auth/passwd.c                         |     2 +-
 plugins/sudoers/auth/rfc1938.c                        |     4 +-
 plugins/sudoers/auth/secureware.c                     |     2 +-
 plugins/sudoers/auth/securid5.c                       |    22 +-
 plugins/sudoers/auth/sia.c                            |    11 +-
 plugins/sudoers/auth/sudo_auth.c                      |    43 +-
 plugins/sudoers/auth/sudo_auth.h                      |     2 -
 plugins/sudoers/base64.c                              |     2 +-
 plugins/sudoers/boottime.c                            |     4 +-
 plugins/sudoers/bsm_audit.c                           |   178 +-
 plugins/sudoers/bsm_audit.h                           |     6 +-
 plugins/sudoers/check.c                               |    48 +-
 plugins/sudoers/defaults.c                            |   102 +-
 plugins/sudoers/defaults.h                            |     2 +-
 plugins/sudoers/env.c                                 |   340 +-
 plugins/sudoers/find_path.c                           |    11 +-
 plugins/sudoers/getdate.c                             |    94 +-
 plugins/sudoers/getdate.y                             |     6 +-
 plugins/sudoers/getspwuid.c                           |     2 +-
 plugins/sudoers/gram.c                                |   329 +-
 plugins/sudoers/gram.h                                |     8 +-
 plugins/sudoers/gram.y                                |   127 +-
 plugins/sudoers/group_plugin.c                        |    20 +-
 plugins/sudoers/hexchar.c                             |    11 +-
 plugins/sudoers/interfaces.c                          |    14 +-
 plugins/sudoers/iolog.c                               |   218 +-
 plugins/sudoers/iolog_path.c                          |    10 +-
 plugins/sudoers/ldap.c                                |   349 +-
 plugins/sudoers/linux_audit.c                         |    49 +-
 plugins/sudoers/locale.c                              |    39 +-
 plugins/sudoers/logging.c                             |   137 +-
 plugins/sudoers/logging.h                             |    36 +-
 plugins/sudoers/match.c                               |    75 +-
 plugins/sudoers/parse.c                               |   193 +-
 plugins/sudoers/po/ca.mo                              |   Bin 
 plugins/sudoers/po/ca.po                              |  1753 +++++++++++++++
 plugins/sudoers/po/cs.mo                              |   Bin 
 plugins/sudoers/po/cs.po                              |   588 ++--
 plugins/sudoers/po/de.mo                              |   Bin 
 plugins/sudoers/po/de.po                              |   591 ++--
 plugins/sudoers/po/el.mo                              |   Bin 
 plugins/sudoers/po/el.po                              |  1717 ++++++++++++++
 plugins/sudoers/po/eo.mo                              |   Bin 
 plugins/sudoers/po/eo.po                              |   596 ++--
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |   599 ++--
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |   589 ++--
 plugins/sudoers/po/nb.mo                              |   Bin 
 plugins/sudoers/po/nb.po                              |  1752 +++++++++++++++
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   587 ++--
 plugins/sudoers/po/pt_BR.mo                           |   Bin 
 plugins/sudoers/po/pt_BR.po                           |   600 ++--
 plugins/sudoers/po/sr.mo                              |   Bin 
 plugins/sudoers/po/sr.po                              |   590 ++--
 plugins/sudoers/po/sudoers.pot                        |   561 ++--
 plugins/sudoers/po/uk.mo                              |   Bin 
 plugins/sudoers/po/uk.po                              |   599 ++--
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |   596 ++--
 plugins/sudoers/po/zh_CN.mo                           |   Bin 
 plugins/sudoers/po/zh_CN.po                           |   746 +++---
 plugins/sudoers/policy.c                              |   256 +-
 plugins/sudoers/prompt.c                              |     7 +-
 plugins/sudoers/pwutil.c                              |    87 +-
 plugins/sudoers/pwutil_impl.c                         |    22 +-
 plugins/sudoers/redblack.c                            |    12 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |     8 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |    22 +-
 plugins/sudoers/regress/logging/check_wrap.c          |     8 +-
 plugins/sudoers/regress/parser/check_addr.c           |    14 +-
 plugins/sudoers/regress/parser/check_base64.c         |     2 +-
 plugins/sudoers/regress/parser/check_digest.c         |    14 +-
 plugins/sudoers/regress/parser/check_fill.c           |     4 +-
 plugins/sudoers/regress/parser/check_hexchar.c        |    92 +
 plugins/sudoers/regress/sudoers/test14.toke.ok        |     6 +-
 plugins/sudoers/regress/sudoers/test15.in             |     2 +
 plugins/sudoers/regress/sudoers/test15.out.ok         |     5 +
 plugins/sudoers/regress/sudoers/test15.toke.ok        |     2 +
 plugins/sudoers/regress/sudoers/test16.in             |     3 +
 plugins/sudoers/regress/sudoers/test16.out.ok         |     6 +
 plugins/sudoers/regress/sudoers/test16.toke.ok        |     3 +
 plugins/sudoers/regress/visudo/test3.err.ok           |     4 +-
 plugins/sudoers/regress/visudo/test3.sh               |     2 +-
 plugins/sudoers/set_perms.c                           |   242 +-
 plugins/sudoers/sha2.c                                |   526 ----
 plugins/sudoers/sha2.h                                |    74 -
 plugins/sudoers/solaris_audit.c                       |   124 +
 plugins/sudoers/solaris_audit.h                       |    23 +
 plugins/sudoers/sssd.c                                |   151 +-
 plugins/sudoers/sudo_nss.c                            |    57 +-
 plugins/sudoers/sudo_nss.h                            |     8 +-
 plugins/sudoers/sudoers.c                             |   394 ++-
 plugins/sudoers/sudoers.h                             |    58 +-
 plugins/sudoers/sudoers.in                            |     3 +-
 plugins/sudoers/sudoreplay.c                          |   171 +-
 plugins/sudoers/testsudoers.c                         |    59 +-
 plugins/sudoers/timestamp.c                           |    85 +-
 plugins/sudoers/timestr.c                             |     2 +-
 plugins/sudoers/toke.c                                |   357 +-
 plugins/sudoers/toke.l                                |   203 +-
 plugins/sudoers/toke_util.c                           |    18 +-
 plugins/sudoers/tsgetgrpw.c                           |     6 +-
 plugins/sudoers/visudo.c                              |   177 +-
 plugins/sudoers/visudo_json.c                         |    51 +-
 plugins/system_group/Makefile.in                      |    37 +-
 plugins/system_group/system_group.c                   |     4 +-
 po/README                                             |    14 +
 po/ca.mo                                              |   Bin 
 po/ca.po                                              |   785 ++++++
 po/cs.mo                                              |   Bin 
 po/cs.po                                              |   836 +++++++
 po/da.mo                                              |   Bin 
 po/da.po                                              |   775 ++++++
 po/de.mo                                              |   Bin 
 po/de.po                                              |   842 +++++++
 po/eo.mo                                              |   Bin 
 po/eo.po                                              |   864 +++++++
 po/es.mo                                              |   Bin 
 po/es.po                                              |   830 +++++++
 po/eu.mo                                              |   Bin 
 po/eu.po                                              |   741 ++++++
 po/fi.mo                                              |   Bin 
 po/fi.po                                              |   876 +++++++
 po/fr.mo                                              |   Bin 
 po/fr.po                                              |   827 +++++++
 po/gl.mo                                              |   Bin 
 po/gl.po                                              |   822 +++++++
 po/hr.mo                                              |   Bin 
 po/hr.po                                              |   822 +++++++
 po/it.mo                                              |   Bin 
 po/it.po                                              |   769 ++++++
 po/ja.mo                                              |   Bin 
 po/ja.po                                              |   787 ++++++
 po/nb.mo                                              |   Bin 
 po/nb.po                                              |   833 +++++++
 po/nl.mo                                              |   Bin 
 po/nl.po                                              |   842 +++++++
 po/pl.mo                                              |   Bin 
 po/pl.po                                              |   811 +++++++
 po/pt_BR.mo                                           |   Bin 
 po/pt_BR.po                                           |   848 +++++++
 po/ru.mo                                              |   Bin 
 po/ru.po                                              |   869 +++++++
 po/sl.mo                                              |   Bin 
 po/sl.po                                              |   809 ++++++
 po/sr.mo                                              |   Bin 
 po/sr.po                                              |   835 +++++++
 po/sudo.pot                                           |   812 +++++++
 po/sv.mo                                              |   Bin 
 po/sv.po                                              |   757 ++++++
 po/tr.mo                                              |   Bin 
 po/tr.po                                              |   813 +++++++
 po/uk.mo                                              |   Bin 
 po/uk.po                                              |   867 +++++++
 po/vi.mo                                              |   Bin 
 po/vi.po                                              |   869 +++++++
 po/zh_CN.mo                                           |   Bin 
 po/zh_CN.po                                           |   866 +++++++
 pp                                                    |    83 +-
 src/Makefile.in                                       |   313 +-
 src/conversation.c                                    |     6 +-
 src/env_hooks.c                                       |     4 +-
 src/exec.c                                            |   163 +-
 src/exec_common.c                                     |    20 +-
 src/exec_pty.c                                        |   307 +-
 src/get_pty.c                                         |     2 +-
 src/hooks.c                                           |    14 +-
 src/load_plugins.c                                    |    66 +-
 src/locale_stub.c                                     |    23 +-
 src/net_ifs.c                                         |    63 +-
 src/parse_args.c                                      |   140 +-
 src/po/README                                         |    14 -
 src/po/ca.mo                                          |   Bin 
 src/po/ca.po                                          |   785 ------
 src/po/cs.mo                                          |   Bin 
 src/po/cs.po                                          |   791 ------
 src/po/da.mo                                          |   Bin 
 src/po/da.po                                          |   799 ------
 src/po/de.mo                                          |   Bin 
 src/po/de.po                                          |   796 ------
 src/po/eo.mo                                          |   Bin 
 src/po/eo.po                                          |   822 -------
 src/po/es.mo                                          |   Bin 
 src/po/es.po                                          |   830 -------
 src/po/eu.mo                                          |   Bin 
 src/po/eu.po                                          |   741 ------
 src/po/fi.mo                                          |   Bin 
 src/po/fi.po                                          |   834 -------
 src/po/fr.mo                                          |   Bin 
 src/po/fr.po                                          |   827 -------
 src/po/gl.mo                                          |   Bin 
 src/po/gl.po                                          |   786 ------
 src/po/hr.mo                                          |   Bin 
 src/po/hr.po                                          |   822 -------
 src/po/it.mo                                          |   Bin 
 src/po/it.po                                          |   787 ------
 src/po/ja.mo                                          |   Bin 
 src/po/ja.po                                          |   787 ------
 src/po/nl.mo                                          |   Bin 
 src/po/nl.po                                          |   842 -------
 src/po/pl.mo                                          |   Bin 
 src/po/pl.po                                          |   784 ------
 src/po/pt_BR.mo                                       |   Bin 
 src/po/pt_BR.po                                       |   806 ------
 src/po/ru.mo                                          |   Bin 
 src/po/ru.po                                          |   827 -------
 src/po/sl.mo                                          |   Bin 
 src/po/sl.po                                          |   809 ------
 src/po/sr.mo                                          |   Bin 
 src/po/sr.po                                          |   790 ------
 src/po/sudo.pot                                       |   784 ------
 src/po/sv.mo                                          |   Bin 
 src/po/sv.po                                          |   757 ------
 src/po/tr.mo                                          |   Bin 
 src/po/tr.po                                          |   813 -------
 src/po/uk.mo                                          |   Bin 
 src/po/uk.po                                          |   825 -------
 src/po/vi.mo                                          |   Bin 
 src/po/vi.po                                          |   827 -------
 src/po/zh_CN.mo                                       |   Bin 
 src/po/zh_CN.po                                       |   824 -------
 src/preload.c                                         |     1 +
 src/preserve_fds.c                                    |    14 +-
 src/regress/ttyname/check_ttyname.c                   |    54 +-
 src/selinux.c                                         |    81 +-
 src/sesh.c                                            |   211 +-
 src/signal.c                                          |    33 +-
 src/solaris.c                                         |    28 +-
 src/sudo.c                                            |   219 +-
 src/sudo.h                                            |    10 +-
 src/sudo_edit.c                                       |   653 ++++-
 src/sudo_exec.h                                       |    21 +
 src/sudo_noexec.c                                     |     2 +-
 src/tgetpass.c                                        |    30 +-
 src/ttyname.c                                         |    30 +-
 src/utmp.c                                            |     6 +-
 sudo.pp                                               |    32 +-
 zlib/Makefile.in                                      |   135 -
 zlib/adler32.c                                        |   179 -
 zlib/compress.c                                       |    80 -
 zlib/crc32.c                                          |   447 ---
 zlib/crc32.h                                          |   441 ---
 zlib/deflate.c                                        |  1965 -----------------
 zlib/deflate.h                                        |   346 --
 zlib/gzclose.c                                        |    25 -
 zlib/gzguts.h                                         |   190 -
 zlib/gzlib.c                                          |   564 ----
 zlib/gzread.c                                         |   584 -----
 zlib/gzwrite.c                                        |   593 -----
 zlib/infback.c                                        |   640 -----
 zlib/inffast.c                                        |   340 --
 zlib/inffast.h                                        |    11 -
 zlib/inffixed.h                                       |    94 -
 zlib/inflate.c                                        |  1501 ------------
 zlib/inflate.h                                        |   122 -
 zlib/inftrees.c                                       |   306 --
 zlib/inftrees.h                                       |    62 -
 zlib/trees.c                                          |  1224 ----------
 zlib/trees.h                                          |   128 -
 zlib/uncompr.c                                        |    59 -
 zlib/zconf.h.in                                       |   474 ----
 zlib/zlib.h                                           |  1732 --------------
 zlib/zutil.c                                          |   301 --
 zlib/zutil.h                                          |   248 --
 555 files changed, 66001 insertions(+), 55913 deletions(-)


More information about the sudo-commits mailing list