[sudo-commits] sudo changeset 11052:6cf677ec7646

Todd C. Miller Todd.Miller at courtesan.com
Wed Aug 23 14:13:20 MDT 2017


changeset:	11052:6cf677ec7646 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6cf677ec7646
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Aug 23 12:11:39 2017 -0600

Log Message:
	merge sudo 1.8.21 from tip

diffstat:

 INSTALL                                               |    25 +-
 INSTALL.configure                                     |     2 +-
 MANIFEST                                              |     5 +
 Makefile.in                                           |    19 +-
 NEWS                                                  |    64 +
 config.h.in                                           |    12 +-
 configure                                             |   154 +-
 configure.ac                                          |    84 +-
 doc/CONTRIBUTORS                                      |     1 +
 doc/Makefile.in                                       |    24 +-
 doc/sudo.cat                                          |    24 +-
 doc/sudo.conf.cat                                     |    20 +-
 doc/sudo.conf.man.in                                  |    46 +-
 doc/sudo.conf.mdoc.in                                 |    44 +-
 doc/sudo.man.in                                       |    27 +-
 doc/sudo.mdoc.in                                      |    25 +-
 doc/sudo_plugin.cat                                   |    18 +-
 doc/sudo_plugin.man.in                                |    30 +-
 doc/sudo_plugin.mdoc.in                               |    24 +-
 doc/sudoers.cat                                       |   129 +-
 doc/sudoers.ldap.cat                                  |     2 +-
 doc/sudoers.man.in                                    |   154 +-
 doc/sudoers.mdoc.in                                   |   150 +-
 doc/sudoreplay.cat                                    |    27 +-
 doc/sudoreplay.man.in                                 |    35 +-
 doc/sudoreplay.mdoc.in                                |    33 +-
 examples/Makefile.in                                  |     4 +-
 include/Makefile.in                                   |     4 +-
 include/sudo_compat.h                                 |    14 -
 include/sudo_conf.h                                   |     2 +
 include/sudo_event.h                                  |    30 +-
 include/sudo_plugin.h                                 |     5 +-
 include/sudo_queue.h                                  |    15 +
 lib/util/Makefile.in                                  |     7 +-
 lib/util/closefrom.c                                  |     3 +-
 lib/util/event.c                                      |   391 ++++-
 lib/util/event_select.c                               |     1 +
 lib/util/mktemp.c                                     |    11 +-
 lib/util/sudo_conf.c                                  |    12 +-
 lib/util/term.c                                       |    89 +-
 lib/util/ttysize.c                                    |    10 +-
 lib/util/util.exp.in                                  |     2 +
 lib/zlib/Makefile.in                                  |     4 +-
 mkpkg                                                 |     8 +-
 pathnames.h.in                                        |     8 +-
 plugins/group_file/Makefile.in                        |     4 +-
 plugins/sample/Makefile.in                            |     4 +-
 plugins/sudoers/Makefile.in                           |    48 +-
 plugins/sudoers/auth/bsdauth.c                        |     2 +-
 plugins/sudoers/auth/pam.c                            |    65 +-
 plugins/sudoers/auth/sudo_auth.c                      |     4 +-
 plugins/sudoers/bsm_audit.c                           |    17 +-
 plugins/sudoers/def_data.c                            |    23 +-
 plugins/sudoers/def_data.h                            |     9 +-
 plugins/sudoers/def_data.in                           |    15 +-
 plugins/sudoers/defaults.c                            |     4 +-
 plugins/sudoers/env.c                                 |    36 +-
 plugins/sudoers/env_pattern.c                         |    92 +
 plugins/sudoers/iolog.c                               |   118 +-
 plugins/sudoers/ldap.c                                |     8 +-
 plugins/sudoers/logging.c                             |     3 +-
 plugins/sudoers/mkdir_parents.c                       |     9 +-
 plugins/sudoers/parse.h                               |     2 +-
 plugins/sudoers/po/cs.mo                              |   Bin 
 plugins/sudoers/po/cs.po                              |   837 +++++-----
 plugins/sudoers/po/de.mo                              |   Bin 
 plugins/sudoers/po/de.po                              |   838 +++++-----
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |  1251 +++++++++-------
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |   839 +++++-----
 plugins/sudoers/po/ko.mo                              |   Bin 
 plugins/sudoers/po/ko.po                              |   927 ++++++-----
 plugins/sudoers/po/nb.mo                              |   Bin 
 plugins/sudoers/po/nb.po                              |   837 +++++-----
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   837 +++++-----
 plugins/sudoers/po/pt_BR.mo                           |   Bin 
 plugins/sudoers/po/pt_BR.po                           |   837 +++++-----
 plugins/sudoers/po/sr.mo                              |   Bin 
 plugins/sudoers/po/sr.po                              |   837 +++++-----
 plugins/sudoers/po/sudoers.pot                        |   821 +++++-----
 plugins/sudoers/po/sv.mo                              |   Bin 
 plugins/sudoers/po/sv.po                              |   913 ++++++-----
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |   851 +++++-----
 plugins/sudoers/po/zh_CN.mo                           |   Bin 
 plugins/sudoers/po/zh_CN.po                           |   851 +++++-----
 plugins/sudoers/policy.c                              |     5 +-
 plugins/sudoers/regress/env_match/check_env_pattern.c |    79 +
 plugins/sudoers/regress/env_match/data                |    22 +
 plugins/sudoers/set_perms.c                           |     9 +-
 plugins/sudoers/sudoers.c                             |    74 +-
 plugins/sudoers/sudoers.h                             |     3 +
 plugins/sudoers/sudoreplay.c                          |  1140 +++++++++++----
 plugins/sudoers/timestamp.c                           |    76 +-
 plugins/sudoers/visudo.c                              |    57 +-
 plugins/system_group/Makefile.in                      |     4 +-
 po/cs.mo                                              |   Bin 
 po/cs.po                                              |   436 +++--
 po/es.mo                                              |   Bin 
 po/es.po                                              |   542 +++---
 po/fi.mo                                              |   Bin 
 po/fi.po                                              |   614 ++++---
 po/fr.mo                                              |   Bin 
 po/fr.po                                              |   434 +++--
 po/fur.mo                                             |   Bin 
 po/fur.po                                             |   873 +++++++++++
 po/it.mo                                              |   Bin 
 po/it.po                                              |   436 +++--
 po/ko.mo                                              |   Bin 
 po/ko.po                                              |   326 ++--
 po/nb.mo                                              |   Bin 
 po/nb.po                                              |   434 +++--
 po/pl.mo                                              |   Bin 
 po/pl.po                                              |   431 ++--
 po/pt_BR.mo                                           |   Bin 
 po/pt_BR.po                                           |   434 +++--
 po/sr.mo                                              |   Bin 
 po/sr.po                                              |   434 +++--
 po/sudo.pot                                           |   429 ++--
 po/sv.mo                                              |   Bin 
 po/sv.po                                              |   320 ++--
 po/vi.mo                                              |   Bin 
 po/vi.po                                              |   434 +++--
 po/zh_CN.mo                                           |   Bin 
 po/zh_CN.po                                           |   434 +++--
 src/Makefile.in                                       |     4 +-
 src/exec.c                                            |   319 +++-
 src/exec_monitor.c                                    |   406 ++--
 src/exec_nopty.c                                      |   484 +++--
 src/exec_pty.c                                        |  1004 +++++++------
 src/get_pty.c                                         |    12 +-
 src/parse_args.c                                      |   120 +-
 src/selinux.c                                         |    23 +-
 src/signal.c                                          |    42 +-
 src/sudo.c                                            |   228 +--
 src/sudo.h                                            |     6 +-
 src/sudo_edit.c                                       |    17 +-
 src/sudo_exec.h                                       |    20 +-
 src/tcsetpgrp_nobg.c                                  |     4 +-
 src/tgetpass.c                                        |     6 +-
 src/ttyname.c                                         |   191 +-
 sudo.pp                                               |     6 +-
 144 files changed, 14467 insertions(+), 10642 deletions(-)


More information about the sudo-commits mailing list