[sudo-commits] sudo changeset 10378:6b4fbb23d67b

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 17 10:16:06 MDT 2016


changeset:	10378:6b4fbb23d67b in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6b4fbb23d67b
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Mar 17 10:13:41 2016 -0600

Log Message:
	Merge sudo 1.8.16 from trunk.

diffstat:

 INSTALL                                               |    11 +-
 MANIFEST                                              |     3 +
 Makefile.in                                           |     2 +-
 NEWS                                                  |    68 +
 README                                                |    16 +-
 config.h.in                                           |    23 +
 configure                                             |   369 ++++-
 configure.ac                                          |    77 +-
 doc/CONTRIBUTORS                                      |     2 +
 doc/UPGRADE                                           |    10 +
 doc/sudo.cat                                          |    58 +-
 doc/sudo.conf.cat                                     |    18 +-
 doc/sudo.conf.man.in                                  |    20 +-
 doc/sudo.conf.mdoc.in                                 |    20 +-
 doc/sudo.man.in                                       |    62 +-
 doc/sudo.mdoc.in                                      |    59 +-
 doc/sudo_plugin.cat                                   |    37 +-
 doc/sudo_plugin.man.in                                |    55 +-
 doc/sudo_plugin.mdoc.in                               |    52 +-
 doc/sudoers.cat                                       |   397 +++--
 doc/sudoers.ldap.cat                                  |    12 +-
 doc/sudoers.ldap.man.in                               |    10 +-
 doc/sudoers.ldap.mdoc.in                              |    10 +-
 doc/sudoers.man.in                                    |   410 ++++--
 doc/sudoers.mdoc.in                                   |   408 ++++--
 doc/sudoreplay.cat                                    |    12 +-
 doc/sudoreplay.man.in                                 |    10 +-
 doc/sudoreplay.mdoc.in                                |    10 +-
 doc/visudo.cat                                        |    12 +-
 doc/visudo.man.in                                     |    10 +-
 doc/visudo.mdoc.in                                    |    10 +-
 include/sudo_compat.h                                 |    19 +-
 include/sudo_debug.h                                  |    10 +
 include/sudo_plugin.h                                 |     4 +-
 include/sudo_util.h                                   |     5 +-
 lib/util/aix.c                                        |    96 +-
 lib/util/fnmatch.c                                    |    28 +-
 lib/util/getgrouplist.c                               |     2 +-
 lib/util/gettime.c                                    |     3 +-
 lib/util/parseln.c                                    |     4 +-
 lib/util/regress/fnmatch/fnm_test.in                  |     1 +
 lib/util/strtobool.c                                  |     5 +-
 lib/util/sudo_conf.c                                  |    77 +-
 lib/util/sudo_debug.c                                 |    23 +-
 lib/util/util.exp.in                                  |     1 +
 lib/zlib/zlib.exp                                     |     1 -
 mkpkg                                                 |    53 +-
 plugins/sudoers/Makefile.in                           |    10 +-
 plugins/sudoers/auth/aix_auth.c                       |     1 +
 plugins/sudoers/auth/bsdauth.c                        |     2 +
 plugins/sudoers/auth/fwtk.c                           |     4 +-
 plugins/sudoers/auth/pam.c                            |    45 +-
 plugins/sudoers/auth/securid5.c                       |     9 +
 plugins/sudoers/auth/sia.c                            |     1 +
 plugins/sudoers/auth/sudo_auth.c                      |    27 +-
 plugins/sudoers/def_data.c                            |     6 +-
 plugins/sudoers/def_data.h                            |     2 +
 plugins/sudoers/def_data.in                           |     5 +-
 plugins/sudoers/defaults.c                            |     4 +-
 plugins/sudoers/env.c                                 |    16 +-
 plugins/sudoers/gc.c                                  |   146 ++
 plugins/sudoers/group_plugin.c                        |     7 +-
 plugins/sudoers/iolog.c                               |     8 +-
 plugins/sudoers/ldap.c                                |   311 ++--
 plugins/sudoers/match.c                               |    77 +-
 plugins/sudoers/parse.c                               |    12 +-
 plugins/sudoers/parse.h                               |     2 +-
 plugins/sudoers/po/ca.mo                              |   Bin 
 plugins/sudoers/po/ca.po                              |  1043 ++++++++++------
 plugins/sudoers/po/cs.mo                              |   Bin 
 plugins/sudoers/po/cs.po                              |   328 ++--
 plugins/sudoers/po/de.mo                              |   Bin 
 plugins/sudoers/po/de.po                              |   328 ++--
 plugins/sudoers/po/eo.mo                              |   Bin 
 plugins/sudoers/po/eo.po                              |   846 ++++++++-----
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |   150 +-
 plugins/sudoers/po/fr.mo                              |   Bin 
 plugins/sudoers/po/fr.po                              |   907 ++++++++------
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |   330 ++--
 plugins/sudoers/po/ja.mo                              |   Bin 
 plugins/sudoers/po/ja.po                              |   332 ++--
 plugins/sudoers/po/nb.mo                              |   Bin 
 plugins/sudoers/po/nb.po                              |   406 +++---
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   328 ++--
 plugins/sudoers/po/pt_BR.mo                           |   Bin 
 plugins/sudoers/po/pt_BR.po                           |   332 ++--
 plugins/sudoers/po/sr.mo                              |   Bin 
 plugins/sudoers/po/sr.po                              |   832 ++++++++-----
 plugins/sudoers/po/sudoers.pot                        |   318 ++--
 plugins/sudoers/po/uk.mo                              |   Bin 
 plugins/sudoers/po/uk.po                              |   328 ++--
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |   330 ++--
 plugins/sudoers/policy.c                              |    27 +-
 plugins/sudoers/pwutil.c                              |    87 +-
 plugins/sudoers/pwutil.h                              |     1 +
 plugins/sudoers/pwutil_impl.c                         |     6 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |    13 +
 plugins/sudoers/regress/parser/check_fill.c           |     9 +
 plugins/sudoers/regress/sudoers/test1.in              |     2 +-
 plugins/sudoers/set_perms.c                           |     6 -
 plugins/sudoers/sssd.c                                |    70 +-
 plugins/sudoers/sudoers.c                             |     4 +-
 plugins/sudoers/sudoers.h                             |    15 +-
 plugins/sudoers/sudoers2ldif                          |    48 +-
 plugins/sudoers/testsudoers.c                         |     2 +-
 plugins/sudoers/timestamp.c                           |    10 +-
 plugins/sudoers/toke.c                                |     8 +-
 plugins/sudoers/toke.h                                |     8 +-
 plugins/sudoers/toke.l                                |     8 +-
 plugins/sudoers/toke_util.c                           |    12 +-
 plugins/sudoers/visudo.c                              |     1 +
 po/ca.mo                                              |   Bin 
 po/ca.po                                              |   812 +++++++-----
 po/cs.mo                                              |   Bin 
 po/cs.po                                              |   251 ++-
 po/de.mo                                              |   Bin 
 po/de.po                                              |   292 ++--
 po/eo.mo                                              |   Bin 
 po/eo.po                                              |   778 ++++++-----
 po/fi.mo                                              |   Bin 
 po/fi.po                                              |   135 +-
 po/fr.mo                                              |   Bin 
 po/fr.po                                              |   251 ++-
 po/hu.mo                                              |   Bin 
 po/hu.po                                              |   856 +++++++++++++
 po/it.mo                                              |   Bin 
 po/it.po                                              |   253 ++-
 po/ja.mo                                              |   Bin 
 po/ja.po                                              |   255 ++--
 po/nb.mo                                              |   Bin 
 po/nb.po                                              |   251 ++-
 po/pl.mo                                              |   Bin 
 po/pl.po                                              |   251 ++-
 po/pt_BR.mo                                           |   Bin 
 po/pt_BR.po                                           |   255 ++--
 po/ru.mo                                              |   Bin 
 po/ru.po                                              |   786 ++++++------
 po/sr.mo                                              |   Bin 
 po/sr.po                                              |   773 ++++++-----
 po/sudo.pot                                           |   248 ++-
 po/uk.mo                                              |   Bin 
 po/uk.po                                              |   251 ++-
 po/vi.mo                                              |   Bin 
 po/vi.po                                              |   251 ++-
 po/zh_CN.mo                                           |   Bin 
 po/zh_CN.po                                           |   251 ++-
 src/Makefile.in                                       |     3 +-
 src/exec.c                                            |    10 +-
 src/exec_common.c                                     |   200 ++-
 src/exec_pty.c                                        |     4 +
 src/load_plugins.c                                    |    13 +-
 src/selinux.c                                         |    19 +-
 src/sesh.c                                            |    17 +-
 src/sudo.c                                            |   251 +++-
 src/sudo.h                                            |     7 +-
 src/sudo_edit.c                                       |   340 +++-
 src/sudo_exec.h                                       |     4 +-
 src/sudo_plugin_int.h                                 |     2 +-
 src/ttyname.c                                         |     2 +-
 sudo.pp                                               |    34 +-
 164 files changed, 11243 insertions(+), 7638 deletions(-)


More information about the sudo-commits mailing list