[sudo-commits] sudo changeset 10139:f93a3f006a69

Todd C. Miller Todd.Miller at courtesan.com
Thu Jul 16 15:47:12 MDT 2015


changeset:	10139:f93a3f006a69 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/f93a3f006a69
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jul 15 12:44:11 2015 -0600

Log Message:
	Merge sudo 1.8.14 from trunk.

diffstat:

 .hgignore                                             |     1 +
 INSTALL                                               |    33 +-
 MANIFEST                                              |    12 +-
 Makefile.in                                           |    17 +-
 NEWS                                                  |    61 +
 aclocal.m4                                            |     1 -
 config.h.in                                           |   130 +-
 configure                                             |  2587 ++++++++--------
 configure.ac                                          |   319 +-
 doc/CONTRIBUTORS                                      |     4 +
 doc/LICENSE                                           |    18 +-
 doc/Makefile.in                                       |    43 +-
 doc/UPGRADE                                           |     8 +
 doc/sudo.cat                                          |    19 +-
 doc/sudo.conf.cat                                     |     2 +-
 doc/sudo.conf.man.in                                  |    12 +-
 doc/sudo.conf.mdoc.in                                 |     4 +-
 doc/sudo.man.in                                       |    63 +-
 doc/sudo.mdoc.in                                      |    45 +-
 doc/sudo_plugin.cat                                   |    12 +-
 doc/sudo_plugin.man.in                                |    54 +-
 doc/sudo_plugin.mdoc.in                               |    17 +-
 doc/sudoers.cat                                       |    51 +-
 doc/sudoers.ldap.cat                                  |    12 +-
 doc/sudoers.ldap.man.in                               |    28 +-
 doc/sudoers.ldap.mdoc.in                              |    15 +-
 doc/sudoers.man.in                                    |    51 +-
 doc/sudoers.mdoc.in                                   |    52 +-
 doc/sudoreplay.cat                                    |    13 +-
 doc/sudoreplay.man.in                                 |    30 +-
 doc/sudoreplay.mdoc.in                                |    17 +-
 doc/visudo.cat                                        |     2 +-
 doc/visudo.man.in                                     |     8 +-
 doc/visudo.mdoc.in                                    |     4 +-
 examples/Makefile.in                                  |     4 +-
 include/Makefile.in                                   |     2 +
 include/compat/endian.h                               |     6 +-
 include/compat/fnmatch.h                              |     6 +-
 include/compat/getaddrinfo.h                          |     6 +-
 include/compat/getopt.h                               |     6 +-
 include/compat/glob.h                                 |     6 +-
 include/compat/nss_dbdefs.h                           |     6 +-
 include/compat/sha2.h                                 |     6 +-
 include/compat/stdbool.h                              |     6 +-
 include/compat/timespec.h                             |     6 +-
 include/sudo_alloc.h                                  |    48 -
 include/sudo_compat.h                                 |    90 +-
 include/sudo_conf.h                                   |    14 +-
 include/sudo_debug.h                                  |    48 +-
 include/sudo_dso.h                                    |     6 +-
 include/sudo_event.h                                  |     6 +-
 include/sudo_fatal.h                                  |    25 +-
 include/sudo_gettext.h                                |     6 +-
 include/sudo_lbuf.h                                   |    19 +-
 include/sudo_plugin.h                                 |     6 +-
 include/sudo_queue.h                                  |     6 +-
 include/sudo_util.h                                   |    18 +-
 init.d/sudo.conf.in                                   |     6 +
 lib/util/Makefile.in                                  |   313 +-
 lib/util/aix.c                                        |    39 +-
 lib/util/alloc.c                                      |   259 -
 lib/util/closefrom.c                                  |    26 +-
 lib/util/event.c                                      |    36 +-
 lib/util/event_poll.c                                 |    40 +-
 lib/util/event_select.c                               |    73 +-
 lib/util/fatal.c                                      |    91 +-
 lib/util/getaddrinfo.c                                |    13 +-
 lib/util/getcwd.c                                     |    45 +-
 lib/util/getgrouplist.c                               |    13 +-
 lib/util/gethostname.c                                |    12 +-
 lib/util/getline.c                                    |    17 +-
 lib/util/getopt_long.c                                |    10 +-
 lib/util/gettime.c                                    |    13 +-
 lib/util/gidlist.c                                    |    16 +-
 lib/util/glob.c                                       |    39 +-
 lib/util/inet_pton.c                                  |     3 -
 lib/util/key_val.c                                    |    12 +-
 lib/util/lbuf.c                                       |   108 +-
 lib/util/locale_weak.c                                |    80 -
 lib/util/locking.c                                    |    19 +-
 lib/util/mksiglist.c                                  |    13 +-
 lib/util/mksigname.c                                  |    13 +-
 lib/util/mktemp.c                                     |     4 +-
 lib/util/parseln.c                                    |    28 +-
 lib/util/progname.c                                   |     9 +-
 lib/util/pw_dup.c                                     |    12 +-
 lib/util/reallocarray.c                               |    51 +
 lib/util/regress/atofoo/atofoo_test.c                 |     9 +-
 lib/util/regress/fnmatch/fnm_test.c                   |     1 +
 lib/util/regress/glob/globtest.c                      |     3 +-
 lib/util/regress/mktemp/mktemp_test.c                 |     1 +
 lib/util/regress/parse_gids/parse_gids_test.c         |   114 +
 lib/util/regress/progname/progname_test.c             |    12 +-
 lib/util/regress/strsplit/strsplit_test.c             |   111 +
 lib/util/regress/sudo_conf/conf_test.c                |    19 +-
 lib/util/regress/sudo_parseln/parseln_test.c          |    12 +-
 lib/util/regress/tailq/hltq_test.c                    |    13 +-
 lib/util/secure_path.c                                |     4 +-
 lib/util/setgroups.c                                  |    13 +-
 lib/util/sha2.c                                       |    16 +-
 lib/util/sig2str.c                                    |     9 +-
 lib/util/snprintf.c                                   |    27 +-
 lib/util/strndup.c                                    |    51 +
 lib/util/strnlen.c                                    |    38 +
 lib/util/strsplit.c                                   |    73 +
 lib/util/strtobool.c                                  |    12 +-
 lib/util/strtoid.c                                    |     9 +-
 lib/util/strtomode.c                                  |     9 +-
 lib/util/strtonum.c                                   |     9 +-
 lib/util/sudo_conf.c                                  |   290 +-
 lib/util/sudo_debug.c                                 |   113 +-
 lib/util/sudo_dso.c                                   |     9 +-
 lib/util/term.c                                       |    12 +-
 lib/util/ttysize.c                                    |    13 +-
 lib/util/util.exp.in                                  |    14 +-
 lib/zlib/Makefile.in                                  |    50 +-
 m4/ax_sys_weak_alias.m4                               |   338 --
 mkdep.pl                                              |     4 +-
 mkpkg                                                 |    33 +-
 plugins/group_file/Makefile.in                        |    28 +-
 plugins/group_file/getgrent.c                         |    18 +-
 plugins/group_file/group_file.c                       |    16 +-
 plugins/group_file/plugin_test.c                      |     5 +-
 plugins/sample/Makefile.in                            |    26 +-
 plugins/sample/sample_plugin.c                        |    24 +-
 plugins/sudoers/Makefile.in                           |  1047 +++---
 plugins/sudoers/alias.c                               |    44 +-
 plugins/sudoers/audit.c                               |     9 +-
 plugins/sudoers/auth/afs.c                            |    17 +-
 plugins/sudoers/auth/aix_auth.c                       |    21 +-
 plugins/sudoers/auth/bsdauth.c                        |    22 +-
 plugins/sudoers/auth/dce.c                            |    21 +-
 plugins/sudoers/auth/fwtk.c                           |    17 +-
 plugins/sudoers/auth/kerb5.c                          |    35 +-
 plugins/sudoers/auth/pam.c                            |    46 +-
 plugins/sudoers/auth/passwd.c                         |    17 +-
 plugins/sudoers/auth/rfc1938.c                        |    30 +-
 plugins/sudoers/auth/secureware.c                     |    37 +-
 plugins/sudoers/auth/securid5.c                       |    17 +-
 plugins/sudoers/auth/sia.c                            |    25 +-
 plugins/sudoers/auth/sudo_auth.c                      |    13 +-
 plugins/sudoers/base64.c                              |     9 +-
 plugins/sudoers/boottime.c                            |    35 +-
 plugins/sudoers/bsm_audit.c                           |    28 +-
 plugins/sudoers/bsm_audit.h                           |     6 +-
 plugins/sudoers/check.c                               |    61 +-
 plugins/sudoers/check.h                               |     9 +-
 plugins/sudoers/defaults.c                            |   162 +-
 plugins/sudoers/defaults.h                            |     8 +-
 plugins/sudoers/editor.c                              |   108 +
 plugins/sudoers/env.c                                 |   213 +-
 plugins/sudoers/find_path.c                           |   132 +-
 plugins/sudoers/getdate.c                             |    96 +-
 plugins/sudoers/getdate.y                             |    12 +-
 plugins/sudoers/getspwuid.c                           |    15 +-
 plugins/sudoers/goodpath.c                            |    26 +-
 plugins/sudoers/gram.c                                |   571 ++-
 plugins/sudoers/gram.y                                |   371 +-
 plugins/sudoers/group_plugin.c                        |    41 +-
 plugins/sudoers/ins_2001.h                            |     6 +-
 plugins/sudoers/ins_classic.h                         |     6 +-
 plugins/sudoers/ins_csops.h                           |     6 +-
 plugins/sudoers/ins_goons.h                           |     6 +-
 plugins/sudoers/insults.h                             |     6 +-
 plugins/sudoers/interfaces.c                          |    63 +-
 plugins/sudoers/interfaces.h                          |     8 +-
 plugins/sudoers/iolog.c                               |    46 +-
 plugins/sudoers/iolog.h                               |     6 +-
 plugins/sudoers/iolog_path.c                          |    20 +-
 plugins/sudoers/ldap.c                                |   610 ++-
 plugins/sudoers/linux_audit.c                         |    21 +-
 plugins/sudoers/linux_audit.h                         |     6 +-
 plugins/sudoers/locale.c                              |    69 +-
 plugins/sudoers/logging.c                             |   244 +-
 plugins/sudoers/logging.h                             |    23 +-
 plugins/sudoers/logwrap.c                             |     9 +-
 plugins/sudoers/match.c                               |    89 +-
 plugins/sudoers/match_addr.c                          |    17 +-
 plugins/sudoers/parse.c                               |   134 +-
 plugins/sudoers/parse.h                               |    12 +-
 plugins/sudoers/po/cs.mo                              |   Bin 
 plugins/sudoers/po/cs.po                              |   796 +++--
 plugins/sudoers/po/da.mo                              |   Bin 
 plugins/sudoers/po/da.po                              |   989 +++--
 plugins/sudoers/po/de.mo                              |   Bin 
 plugins/sudoers/po/de.po                              |   796 +++--
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |   987 +++--
 plugins/sudoers/po/fr.mo                              |   Bin 
 plugins/sudoers/po/fr.po                              |   633 ++-
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |   798 +++--
 plugins/sudoers/po/ja.mo                              |   Bin 
 plugins/sudoers/po/ja.po                              |  1696 ++++++-----
 plugins/sudoers/po/nb.mo                              |   Bin 
 plugins/sudoers/po/nb.po                              |   798 +++--
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   793 +++--
 plugins/sudoers/po/sr.mo                              |   Bin 
 plugins/sudoers/po/sr.po                              |   623 ++-
 plugins/sudoers/po/sudoers.pot                        |   816 +++--
 plugins/sudoers/po/uk.mo                              |   Bin 
 plugins/sudoers/po/uk.po                              |   799 +++--
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |   800 +++--
 plugins/sudoers/po/zh_CN.mo                           |   Bin 
 plugins/sudoers/po/zh_CN.po                           |   801 +++--
 plugins/sudoers/policy.c                              |   304 +-
 plugins/sudoers/prompt.c                              |    26 +-
 plugins/sudoers/pwutil.c                              |   189 +-
 plugins/sudoers/pwutil.h                              |     6 +-
 plugins/sudoers/pwutil_impl.c                         |    88 +-
 plugins/sudoers/redblack.c                            |    61 +-
 plugins/sudoers/redblack.h                            |     8 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |    22 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |    15 +-
 plugins/sudoers/regress/logging/check_wrap.c          |    20 +-
 plugins/sudoers/regress/parser/check_addr.c           |    14 +-
 plugins/sudoers/regress/parser/check_base64.c         |    15 +-
 plugins/sudoers/regress/parser/check_digest.c         |    15 +-
 plugins/sudoers/regress/parser/check_fill.c           |     9 +-
 plugins/sudoers/regress/parser/check_hexchar.c        |    15 +-
 plugins/sudoers/set_perms.c                           |    13 +-
 plugins/sudoers/solaris_audit.c                       |     6 +
 plugins/sudoers/solaris_audit.h                       |     6 +-
 plugins/sudoers/sssd.c                                |   315 +-
 plugins/sudoers/sudo_nss.c                            |    84 +-
 plugins/sudoers/sudo_nss.h                            |     8 +-
 plugins/sudoers/sudo_printf.c                         |    13 +-
 plugins/sudoers/sudoers.c                             |   450 +-
 plugins/sudoers/sudoers.h                             |    55 +-
 plugins/sudoers/sudoers.in                            |     6 +
 plugins/sudoers/sudoers_debug.c                       |    53 +-
 plugins/sudoers/sudoers_debug.h                       |     6 +-
 plugins/sudoers/sudoers_version.h                     |     6 +-
 plugins/sudoers/sudoreplay.c                          |   145 +-
 plugins/sudoers/testsudoers.c                         |    46 +-
 plugins/sudoers/timestamp.c                           |   153 +-
 plugins/sudoers/timestr.c                             |     9 +-
 plugins/sudoers/toke.c                                |   260 +-
 plugins/sudoers/toke.h                                |     6 +-
 plugins/sudoers/toke.l                                |   108 +-
 plugins/sudoers/toke_util.c                           |    32 +-
 plugins/sudoers/tsgetgrpw.c                           |    18 +-
 plugins/sudoers/visudo.c                              |   400 +-
 plugins/sudoers/visudo_json.c                         |    11 +-
 plugins/system_group/Makefile.in                      |    26 +-
 plugins/system_group/system_group.c                   |    16 +-
 po/cs.mo                                              |   Bin 
 po/cs.po                                              |   426 +-
 po/da.mo                                              |   Bin 
 po/da.po                                              |   426 +-
 po/de.mo                                              |   Bin 
 po/de.po                                              |   434 +-
 po/fr.mo                                              |   Bin 
 po/fr.po                                              |   426 +-
 po/it.mo                                              |   Bin 
 po/it.po                                              |   428 +-
 po/ja.mo                                              |   Bin 
 po/ja.po                                              |   810 ++--
 po/nb.mo                                              |   Bin 
 po/nb.po                                              |   427 +-
 po/pl.mo                                              |   Bin 
 po/pl.po                                              |   426 +-
 po/sr.mo                                              |   Bin 
 po/sr.po                                              |   315 +-
 po/sudo.pot                                           |   432 +-
 src/Makefile.in                                       |   355 +-
 src/conversation.c                                    |    21 +-
 src/env_hooks.c                                       |    44 +-
 src/exec.c                                            |    22 +-
 src/exec_common.c                                     |    42 +-
 src/exec_pty.c                                        |   120 +-
 src/get_pty.c                                         |    37 +-
 src/hooks.c                                           |    46 +-
 src/load_plugins.c                                    |   110 +-
 src/locale_stub.c                                     |    54 -
 src/net_ifs.c                                         |    66 +-
 src/openbsd.c                                         |    16 +-
 src/parse_args.c                                      |    37 +-
 src/preserve_fds.c                                    |    43 +-
 src/regress/ttyname/check_ttyname.c                   |    15 +-
 src/selinux.c                                         |    24 +-
 src/sesh.c                                            |    10 +-
 src/signal.c                                          |    13 +-
 src/solaris.c                                         |    16 +-
 src/sudo.c                                            |   222 +-
 src/sudo.h                                            |    10 +-
 src/sudo_edit.c                                       |    59 +-
 src/sudo_exec.h                                       |     6 +-
 src/sudo_noexec.c                                     |     4 +-
 src/sudo_plugin_int.h                                 |     6 +-
 src/sudo_usage.h.in                                   |     6 +-
 src/tgetpass.c                                        |    24 +-
 src/ttyname.c                                         |   134 +-
 src/utmp.c                                            |    16 +-
 sudo.pp                                               |    32 +-
 297 files changed, 18116 insertions(+), 15023 deletions(-)


More information about the sudo-commits mailing list