[sudo-commits] sudo changeset 10663:00cf83739608

Todd C. Miller Todd.Miller at courtesan.com
Tue Sep 20 12:16:04 MDT 2016


changeset:	10663:00cf83739608 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/00cf83739608
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Sep 19 16:48:58 2016 -0600

Log Message:
	Merge sudo 1.8.18 from trunk

diffstat:

 MANIFEST                                      |    4 +
 NEWS                                          |   78 ++
 configure                                     |   28 +-
 configure.ac                                  |   13 +-
 doc/CONTRIBUTORS                              |    1 +
 doc/UPGRADE                                   |    4 +
 doc/sudo.cat                                  |    2 +-
 doc/sudo.conf.cat                             |    2 +-
 doc/sudo_plugin.cat                           |    2 +-
 doc/sudoers.cat                               |   59 +-
 doc/sudoers.ldap.cat                          |   14 +-
 doc/sudoers.ldap.man.in                       |   24 +-
 doc/sudoers.ldap.mdoc.in                      |   24 +-
 doc/sudoers.man.in                            |   90 ++-
 doc/sudoers.mdoc.in                           |   86 ++-
 doc/sudoreplay.cat                            |    2 +-
 doc/visudo.cat                                |    2 +-
 include/compat/charclass.h                    |    2 +-
 include/sudo_compat.h                         |   12 +
 include/sudo_debug.h                          |  140 +-
 include/sudo_util.h                           |    9 +-
 lib/util/Makefile.in                          |    5 +-
 lib/util/aix.c                                |   37 +-
 lib/util/fnmatch.c                            |    8 +-
 lib/util/getaddrinfo.c                        |    9 +-
 lib/util/getgrouplist.c                       |   18 +-
 lib/util/parseln.c                            |   30 +-
 lib/util/regress/sudo_parseln/parseln_test.c  |    2 +-
 lib/util/secure_path.c                        |   16 +-
 lib/util/setgroups.c                          |   12 +-
 lib/util/strtoid.c                            |   10 +-
 lib/util/sudo_conf.c                          |   12 +-
 lib/util/sudo_debug.c                         |   36 +-
 lib/util/util.exp.in                          |    1 +
 lib/zlib/Makefile.in                          |    5 +-
 mkpkg                                         |   29 +-
 plugins/group_file/Makefile.in                |    6 +-
 plugins/sample/Makefile.in                    |    6 +-
 plugins/sample/sample_plugin.c                |    8 +-
 plugins/sudoers/Makefile.in                   |   41 +-
 plugins/sudoers/auth/aix_auth.c               |    8 +-
 plugins/sudoers/auth/securid5.c               |   24 +-
 plugins/sudoers/auth/sudo_auth.c              |   12 +-
 plugins/sudoers/check.c                       |   30 +-
 plugins/sudoers/def_data.c                    |   16 +
 plugins/sudoers/def_data.h                    |  200 ++--
 plugins/sudoers/def_data.in                   |   12 +
 plugins/sudoers/defaults.c                    |  623 +++++++++-------
 plugins/sudoers/defaults.h                    |   43 +-
 plugins/sudoers/env.c                         |   62 +-
 plugins/sudoers/goodpath.c                    |    8 +-
 plugins/sudoers/gram.c                        |   17 +-
 plugins/sudoers/gram.y                        |   12 +-
 plugins/sudoers/group_plugin.c                |   16 +
 plugins/sudoers/insults.h                     |    4 +-
 plugins/sudoers/interfaces.c                  |    8 +-
 plugins/sudoers/iolog.c                       |  137 ++-
 plugins/sudoers/ldap.c                        |  281 +++++--
 plugins/sudoers/locale.c                      |   47 +-
 plugins/sudoers/logging.c                     |   88 +-
 plugins/sudoers/logging.h                     |    3 +
 plugins/sudoers/match.c                       |  102 +-
 plugins/sudoers/mkdefaults                    |   41 +-
 plugins/sudoers/parse.c                       |   11 +-
 plugins/sudoers/po/ca.po                      |    1 +
 plugins/sudoers/po/cs.mo                      |  Bin 
 plugins/sudoers/po/cs.po                      |  549 ++++++++-------
 plugins/sudoers/po/da.mo                      |  Bin 
 plugins/sudoers/po/da.po                      |  572 ++++++++-------
 plugins/sudoers/po/de.mo                      |  Bin 
 plugins/sudoers/po/de.po                      |  551 ++++++++-------
 plugins/sudoers/po/el.po                      |    1 +
 plugins/sudoers/po/eo.po                      |    1 +
 plugins/sudoers/po/eu.po                      |    1 +
 plugins/sudoers/po/fi.mo                      |  Bin 
 plugins/sudoers/po/fi.po                      |  550 ++++++++-------
 plugins/sudoers/po/fr.po                      |    1 +
 plugins/sudoers/po/hr.mo                      |  Bin 
 plugins/sudoers/po/hr.po                      |  557 ++++++++-------
 plugins/sudoers/po/hu.po                      |    1 +
 plugins/sudoers/po/it.mo                      |  Bin 
 plugins/sudoers/po/it.po                      |  551 ++++++++-------
 plugins/sudoers/po/ja.mo                      |  Bin 
 plugins/sudoers/po/ja.po                      |  551 ++++++++-------
 plugins/sudoers/po/ko.po                      |    1 +
 plugins/sudoers/po/lt.po                      |    1 +
 plugins/sudoers/po/nb.mo                      |  Bin 
 plugins/sudoers/po/nb.po                      |  629 +++++++++--------
 plugins/sudoers/po/nl.po                      |    1 +
 plugins/sudoers/po/pl.mo                      |  Bin 
 plugins/sudoers/po/pl.po                      |  549 ++++++++-------
 plugins/sudoers/po/pt_BR.mo                   |  Bin 
 plugins/sudoers/po/pt_BR.po                   |  551 ++++++++-------
 plugins/sudoers/po/ru.po                      |    1 +
 plugins/sudoers/po/sk.po                      |    1 +
 plugins/sudoers/po/sl.po                      |    1 +
 plugins/sudoers/po/sr.mo                      |  Bin 
 plugins/sudoers/po/sr.po                      |  586 ++++++++-------
 plugins/sudoers/po/sudoers.pot                |  544 ++++++++-------
 plugins/sudoers/po/sv.mo                      |  Bin 
 plugins/sudoers/po/sv.po                      |  559 ++++++++-------
 plugins/sudoers/po/tr.po                      |    1 +
 plugins/sudoers/po/uk.mo                      |  Bin 
 plugins/sudoers/po/uk.po                      |  549 ++++++++-------
 plugins/sudoers/po/vi.mo                      |  Bin 
 plugins/sudoers/po/vi.po                      |  549 ++++++++-------
 plugins/sudoers/po/zh_CN.mo                   |  Bin 
 plugins/sudoers/po/zh_CN.po                   |  551 ++++++++-------
 plugins/sudoers/policy.c                      |   36 +-
 plugins/sudoers/pwutil.c                      |  250 +++++-
 plugins/sudoers/pwutil.h                      |   12 +-
 plugins/sudoers/pwutil_impl.c                 |  114 ++-
 plugins/sudoers/regress/parser/check_base64.c |    2 +-
 plugins/sudoers/regress/parser/check_fill.c   |   10 +-
 plugins/sudoers/regress/testsudoers/test4.sh  |    3 +
 plugins/sudoers/regress/testsudoers/test5.sh  |    3 +
 plugins/sudoers/regress/visudo/test6.out.ok   |    1 +
 plugins/sudoers/regress/visudo/test6.sh       |   25 +
 plugins/sudoers/set_perms.c                   |  220 +++---
 plugins/sudoers/sssd.c                        |  256 ++++--
 plugins/sudoers/sudo_nss.c                    |    4 +-
 plugins/sudoers/sudoers.c                     |  208 ++---
 plugins/sudoers/sudoers.h                     |   27 +-
 plugins/sudoers/sudoers_debug.c               |    2 +-
 plugins/sudoers/sudoreplay.c                  |    6 +-
 plugins/sudoers/testsudoers.c                 |   50 +-
 plugins/sudoers/timestamp.c                   |   54 +-
 plugins/sudoers/toke.c                        |   87 +-
 plugins/sudoers/toke.l                        |   87 +-
 plugins/sudoers/toke_util.c                   |   13 +-
 plugins/sudoers/visudo.c                      |   56 +-
 plugins/sudoers/visudo_json.c                 |   10 +-
 plugins/system_group/Makefile.in              |    6 +-
 po/ca.mo                                      |  Bin 
 po/ca.po                                      |    1 +
 po/cs.mo                                      |  Bin 
 po/cs.po                                      |  288 ++++---
 po/da.mo                                      |  Bin 
 po/da.po                                      |  269 +++---
 po/de.mo                                      |  Bin 
 po/de.po                                      |  290 ++++---
 po/eo.mo                                      |  Bin 
 po/eo.po                                      |    1 +
 po/es.mo                                      |  Bin 
 po/es.po                                      |    1 +
 po/eu.mo                                      |  Bin 
 po/eu.po                                      |    1 +
 po/fi.mo                                      |  Bin 
 po/fi.po                                      |    1 +
 po/fr.mo                                      |  Bin 
 po/fr.po                                      |  288 ++++---
 po/gl.mo                                      |  Bin 
 po/gl.po                                      |    1 +
 po/hr.mo                                      |  Bin 
 po/hr.po                                      |    1 +
 po/hu.mo                                      |  Bin 
 po/hu.po                                      |    1 +
 po/it.mo                                      |  Bin 
 po/it.po                                      |  290 ++++---
 po/ja.mo                                      |  Bin 
 po/ja.po                                      |  294 ++++----
 po/ko.mo                                      |  Bin 
 po/ko.po                                      |    1 +
 po/nb.mo                                      |  Bin 
 po/nb.po                                      |  294 ++++----
 po/nl.mo                                      |  Bin 
 po/nl.po                                      |    1 +
 po/nn.mo                                      |  Bin 
 po/nn.po                                      |  934 ++++++++++++++++++++++++++
 po/pl.mo                                      |  Bin 
 po/pl.po                                      |  288 ++++---
 po/pt_BR.mo                                   |  Bin 
 po/pt_BR.po                                   |  293 ++++---
 po/ru.mo                                      |  Bin 
 po/ru.po                                      |    1 +
 po/sk.mo                                      |  Bin 
 po/sk.po                                      |    1 +
 po/sl.mo                                      |  Bin 
 po/sl.po                                      |    1 +
 po/sr.mo                                      |  Bin 
 po/sr.po                                      |    1 +
 po/sudo.pot                                   |  285 ++++---
 po/sv.mo                                      |  Bin 
 po/sv.po                                      |  290 ++++---
 po/tr.mo                                      |  Bin 
 po/tr.po                                      |    1 +
 po/uk.mo                                      |  Bin 
 po/uk.po                                      |  288 ++++---
 po/vi.mo                                      |  Bin 
 po/vi.po                                      |  288 ++++---
 po/zh_CN.mo                                   |  Bin 
 po/zh_CN.po                                   |  288 ++++---
 src/Makefile.in                               |   16 +-
 src/env_hooks.c                               |   20 +-
 src/exec.c                                    |   27 +-
 src/exec_pty.c                                |  129 ++-
 src/get_pty.c                                 |   26 +-
 src/hooks.c                                   |   26 +-
 src/load_plugins.c                            |   26 +-
 src/regress/ttyname/check_ttyname.c           |   14 +-
 src/selinux.c                                 |    6 +-
 src/signal.c                                  |   11 +-
 src/sudo.c                                    |  126 +-
 src/sudo_edit.c                               |   72 +-
 src/tgetpass.c                                |   10 +-
 src/ttyname.c                                 |   62 +-
 src/utmp.c                                    |   30 +-
 sudo.pp                                       |   37 +-
 208 files changed, 10839 insertions(+), 7978 deletions(-)


More information about the sudo-commits mailing list