[sudo-commits] sudo changeset 10517:ce03d9647415

Todd C. Miller Todd.Miller at courtesan.com
Sat Jun 18 06:09:49 MDT 2016


changeset:	10517:ce03d9647415 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ce03d9647415
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 17 20:47:07 2016 -0600

Log Message:
	merge sudo 1.8.17 from trunk.

diffstat:

 INSTALL                                        |     4 +
 MANIFEST                                       |     5 +
 NEWS                                           |    63 +
 config.h.in                                    |    20 +-
 configure                                      |   212 +-
 configure.ac                                   |    61 +-
 doc/CONTRIBUTORS                               |     1 +
 doc/UPGRADE                                    |    12 +
 doc/sudo.cat                                   |     2 +-
 doc/sudo.conf.cat                              |     6 +-
 doc/sudo.conf.man.in                           |     8 +-
 doc/sudo.conf.mdoc.in                          |    10 +-
 doc/sudo_plugin.cat                            |     6 +-
 doc/sudo_plugin.man.in                         |     6 +
 doc/sudo_plugin.mdoc.in                        |     5 +
 doc/sudoers.cat                                |    25 +-
 doc/sudoers.ldap.cat                           |    25 +-
 doc/sudoers.ldap.man.in                        |    16 +-
 doc/sudoers.ldap.mdoc.in                       |    18 +-
 doc/sudoers.man.in                             |    25 +-
 doc/sudoers.mdoc.in                            |    25 +-
 doc/sudoreplay.cat                             |     6 +-
 doc/sudoreplay.man.in                          |     7 +-
 doc/sudoreplay.mdoc.in                         |     7 +-
 doc/visudo.cat                                 |     2 +-
 lib/util/Makefile.in                           |     6 +-
 lib/util/aix.c                                 |     8 +-
 lib/util/event.c                               |    12 +-
 lib/util/snprintf.c                            |    17 +-
 lib/zlib/Makefile.in                           |     3 +-
 pathnames.h.in                                 |     4 +
 plugins/group_file/Makefile.in                 |     3 +-
 plugins/group_file/getgrent.c                  |     6 +-
 plugins/sample/Makefile.in                     |     3 +-
 plugins/sample/README                          |    23 +
 plugins/sample/sample_plugin.c                 |     4 +-
 plugins/sudoers/Makefile.in                    |     6 +-
 plugins/sudoers/auth/aix_auth.c                |    18 +-
 plugins/sudoers/auth/dce.c                     |     9 +-
 plugins/sudoers/auth/fwtk.c                    |     2 +-
 plugins/sudoers/auth/pam.c                     |    72 +-
 plugins/sudoers/auth/securid5.c                |     6 +-
 plugins/sudoers/auth/sudo_auth.c               |     1 -
 plugins/sudoers/auth/sudo_auth.h               |     1 +
 plugins/sudoers/base64.c                       |    75 +-
 plugins/sudoers/editor.c                       |     3 +
 plugins/sudoers/env.c                          |     3 +-
 plugins/sudoers/gc.c                           |     2 +-
 plugins/sudoers/iolog.c                        |    83 +-
 plugins/sudoers/ldap.c                         |    58 +-
 plugins/sudoers/logging.c                      |    84 +-
 plugins/sudoers/logging.h                      |     2 +-
 plugins/sudoers/logwrap.c                      |    26 +-
 plugins/sudoers/match.c                        |    34 +-
 plugins/sudoers/parse.c                        |     6 +-
 plugins/sudoers/parse.h                        |     3 +-
 plugins/sudoers/po/ca.mo                       |   Bin 
 plugins/sudoers/po/ca.po                       |   330 +-
 plugins/sudoers/po/cs.mo                       |   Bin 
 plugins/sudoers/po/cs.po                       |   571 +++--
 plugins/sudoers/po/da.mo                       |   Bin 
 plugins/sudoers/po/da.po                       |   328 +-
 plugins/sudoers/po/de.mo                       |   Bin 
 plugins/sudoers/po/de.po                       |   571 +++--
 plugins/sudoers/po/fi.mo                       |   Bin 
 plugins/sudoers/po/fi.po                       |   653 +++---
 plugins/sudoers/po/hr.mo                       |   Bin 
 plugins/sudoers/po/hr.po                       |  1566 +++++++++------
 plugins/sudoers/po/it.mo                       |   Bin 
 plugins/sudoers/po/it.po                       |   571 +++--
 plugins/sudoers/po/ja.mo                       |   Bin 
 plugins/sudoers/po/ja.po                       |   573 +++--
 plugins/sudoers/po/ko.mo                       |   Bin 
 plugins/sudoers/po/ko.po                       |  1930 +++++++++++++++++++
 plugins/sudoers/po/nb.mo                       |   Bin 
 plugins/sudoers/po/nb.po                       |   641 +++---
 plugins/sudoers/po/pl.mo                       |   Bin 
 plugins/sudoers/po/pl.po                       |   571 +++--
 plugins/sudoers/po/pt_BR.mo                    |   Bin 
 plugins/sudoers/po/pt_BR.po                    |   603 +++--
 plugins/sudoers/po/sudoers.pot                 |   566 +++--
 plugins/sudoers/po/sv.mo                       |   Bin 
 plugins/sudoers/po/sv.po                       |  2338 +++++++++++++----------
 plugins/sudoers/po/uk.mo                       |   Bin 
 plugins/sudoers/po/uk.po                       |   571 +++--
 plugins/sudoers/po/vi.mo                       |   Bin 
 plugins/sudoers/po/vi.po                       |   571 +++--
 plugins/sudoers/po/zh_CN.mo                    |   Bin 
 plugins/sudoers/po/zh_CN.po                    |   651 +++---
 plugins/sudoers/policy.c                       |     6 +-
 plugins/sudoers/pwutil.c                       |   180 +-
 plugins/sudoers/regress/sudoers/test1.json.ok  |    16 +-
 plugins/sudoers/regress/sudoers/test14.json.ok |     8 +-
 plugins/sudoers/regress/sudoers/test15.json.ok |     2 +-
 plugins/sudoers/regress/sudoers/test16.json.ok |     2 +-
 plugins/sudoers/regress/sudoers/test2.json.ok  |    20 +-
 plugins/sudoers/sssd.c                         |   217 +-
 plugins/sudoers/sudoers.c                      |    76 +-
 plugins/sudoers/sudoers.h                      |     7 +-
 plugins/sudoers/sudoreplay.c                   |    76 +-
 plugins/sudoers/testsudoers.c                  |     8 +-
 plugins/sudoers/timestamp.c                    |    57 +-
 plugins/sudoers/toke.h                         |     5 +-
 plugins/sudoers/toke_util.c                    |    22 +-
 plugins/sudoers/tsgetgrpw.c                    |    12 +-
 plugins/sudoers/visudo.c                       |    14 +-
 plugins/sudoers/visudo_json.c                  |    16 +-
 plugins/system_group/Makefile.in               |     3 +-
 po/ca.mo                                       |   Bin 
 po/ca.po                                       |   253 +-
 po/cs.mo                                       |   Bin 
 po/cs.po                                       |   316 +-
 po/da.mo                                       |   Bin 
 po/da.po                                       |   252 +-
 po/de.mo                                       |   Bin 
 po/de.po                                       |   318 +-
 po/fr.mo                                       |   Bin 
 po/fr.po                                       |   318 +-
 po/hr.mo                                       |   Bin 
 po/hr.po                                       |  1109 ++++++-----
 po/it.mo                                       |   Bin 
 po/it.po                                       |   316 +-
 po/ja.mo                                       |   Bin 
 po/ja.po                                       |   322 +-
 po/ko.mo                                       |   Bin 
 po/ko.po                                       |   855 ++++++++
 po/nb.mo                                       |   Bin 
 po/nb.po                                       |   316 +-
 po/pl.mo                                       |   Bin 
 po/pl.po                                       |   316 +-
 po/sk.mo                                       |   Bin 
 po/sk.po                                       |   286 +-
 po/sr.mo                                       |   Bin 
 po/sr.po                                       |   316 +-
 po/sudo.pot                                    |   314 +-
 po/sv.mo                                       |   Bin 
 po/sv.po                                       |  1077 ++++++----
 po/uk.mo                                       |   Bin 
 po/uk.po                                       |   316 +-
 po/vi.mo                                       |   Bin 
 po/vi.po                                       |   322 +-
 po/zh_CN.mo                                    |   Bin 
 po/zh_CN.po                                    |   316 +-
 src/Makefile.in                                |     6 +-
 src/conversation.c                             |    24 +-
 src/exec.c                                     |    25 +-
 src/exec_common.c                              |     6 +-
 src/exec_pty.c                                 |   305 +-
 src/selinux.c                                  |    47 +-
 src/signal.c                                   |     8 +
 src/sudo.c                                     |    74 +-
 src/sudo_edit.c                                |    20 +-
 src/tgetpass.c                                 |    22 +-
 153 files changed, 14166 insertions(+), 9521 deletions(-)


More information about the sudo-commits mailing list