[sudo-commits] sudo changeset 10948:6e9347749620

Todd C. Miller Todd.Miller at courtesan.com
Wed May 10 14:37:03 MDT 2017


changeset:	10948:6e9347749620 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6e9347749620
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 10 09:39:23 2017 -0600

Log Message:
	Merge sudo 1.8.20 from tip

diffstat:

 INSTALL                                            |    19 +-
 MANIFEST                                           |    35 +
 Makefile.in                                        |    35 +-
 NEWS                                               |    86 +-
 config.h.in                                        |    12 +-
 configure                                          |   393 ++-
 configure.ac                                       |    81 +-
 doc/LICENSE                                        |     2 +-
 doc/TROUBLESHOOTING                                |    37 +-
 doc/fixman.sh                                      |     6 +-
 doc/fixmdoc.sh                                     |     6 +-
 doc/sudo.cat                                       |    47 +-
 doc/sudo.conf.cat                                  |    32 +-
 doc/sudo.man.in                                    |    15 +-
 doc/sudo.mdoc.in                                   |    14 +-
 doc/sudo_plugin.cat                                |    47 +-
 doc/sudo_plugin.man.in                             |    17 +-
 doc/sudo_plugin.mdoc.in                            |    15 +-
 doc/sudoers.cat                                    |   917 +++--
 doc/sudoers.ldap.cat                               |    25 +-
 doc/sudoers.ldap.man.in                            |    12 +-
 doc/sudoers.ldap.mdoc.in                           |    11 +-
 doc/sudoers.man.in                                 |   476 ++-
 doc/sudoers.mdoc.in                                |   453 ++-
 doc/sudoreplay.cat                                 |    26 +-
 doc/visudo.cat                                     |    28 +-
 doc/visudo.man.in                                  |    15 +-
 doc/visudo.mdoc.in                                 |    15 +-
 examples/sudoers                                   |     2 +-
 include/sudo_compat.h                              |    12 +-
 include/sudo_debug.h                               |    12 +-
 include/sudo_plugin.h                              |     2 +-
 lib/util/Makefile.in                               |    17 +-
 lib/util/glob.c                                    |    52 +-
 lib/util/pipe2.c                                   |    59 +
 lib/util/regress/vsyslog/vsyslog_test.c            |   131 +
 lib/util/strtoid.c                                 |     2 +-
 lib/util/sudo_debug.c                              |    15 +-
 lib/util/ttysize.c                                 |     8 -
 lib/util/util.exp.in                               |     1 +
 lib/zlib/Makefile.in                               |     2 +-
 lib/zlib/adler32.c                                 |    21 +-
 lib/zlib/compress.c                                |    42 +-
 lib/zlib/crc32.c                                   |    41 +-
 lib/zlib/deflate.c                                 |   868 +++--
 lib/zlib/deflate.h                                 |    35 +-
 lib/zlib/gzguts.h                                  |    23 +-
 lib/zlib/gzlib.c                                   |    31 +-
 lib/zlib/gzread.c                                  |   158 +-
 lib/zlib/gzwrite.c                                 |   334 +-
 lib/zlib/infback.c                                 |     4 +-
 lib/zlib/inffast.c                                 |    85 +-
 lib/zlib/inflate.c                                 |   123 +-
 lib/zlib/inflate.h                                 |    11 +-
 lib/zlib/inftrees.c                                |    26 +-
 lib/zlib/trees.c                                   |    99 +-
 lib/zlib/uncompr.c                                 |   114 +-
 lib/zlib/zconf.h.in                                |    41 +-
 lib/zlib/zlib.exp                                  |     8 +
 lib/zlib/zlib.h                                    |   444 +-
 lib/zlib/zutil.c                                   |    49 +-
 lib/zlib/zutil.h                                   |    52 +-
 mkdep.pl                                           |    36 +-
 plugins/sudoers/Makefile.in                        |   136 +-
 plugins/sudoers/auth/kerb5.c                       |     2 +-
 plugins/sudoers/def_data.c                         |    33 +-
 plugins/sudoers/def_data.h                         |    85 +-
 plugins/sudoers/def_data.in                        |    21 +-
 plugins/sudoers/defaults.c                         |    76 +-
 plugins/sudoers/defaults.h                         |     2 +
 plugins/sudoers/digestname.c                       |    50 +
 plugins/sudoers/env.c                              |    14 +-
 plugins/sudoers/filedigest.c                       |   142 +
 plugins/sudoers/filedigest_gcrypt.c                |   113 +
 plugins/sudoers/filedigest_openssl.c               |   133 +
 plugins/sudoers/gentime.c                          |   158 +
 plugins/sudoers/gmtoff.c                           |    70 +
 plugins/sudoers/gram.c                             |   963 +++--
 plugins/sudoers/gram.h                             |    16 +-
 plugins/sudoers/gram.y                             |   190 +-
 plugins/sudoers/iolog.c                            |   320 +-
 plugins/sudoers/ldap.c                             |    53 +-
 plugins/sudoers/match.c                            |   476 +-
 plugins/sudoers/mkdefaults                         |     1 +
 plugins/sudoers/mkdir_parents.c                    |    39 +-
 plugins/sudoers/parse.c                            |    64 +-
 plugins/sudoers/parse.h                            |    47 +-
 plugins/sudoers/po/ca.mo                           |   Bin 
 plugins/sudoers/po/ca.po                           |   936 +++--
 plugins/sudoers/po/cs.mo                           |   Bin 
 plugins/sudoers/po/cs.po                           |   919 ++--
 plugins/sudoers/po/da.mo                           |   Bin 
 plugins/sudoers/po/da.po                           |   471 +-
 plugins/sudoers/po/de.mo                           |   Bin 
 plugins/sudoers/po/de.po                           |   918 ++--
 plugins/sudoers/po/eo.mo                           |   Bin 
 plugins/sudoers/po/eo.po                           |   950 +++--
 plugins/sudoers/po/hr.mo                           |   Bin 
 plugins/sudoers/po/hr.po                           |  1094 +++---
 plugins/sudoers/po/it.mo                           |   Bin 
 plugins/sudoers/po/it.po                           |   917 ++--
 plugins/sudoers/po/ja.mo                           |   Bin 
 plugins/sudoers/po/ja.po                           |   941 +++--
 plugins/sudoers/po/nb.mo                           |   Bin 
 plugins/sudoers/po/nb.po                           |   919 ++--
 plugins/sudoers/po/pl.mo                           |   Bin 
 plugins/sudoers/po/pl.po                           |   917 ++--
 plugins/sudoers/po/pt_BR.mo                        |   Bin 
 plugins/sudoers/po/pt_BR.po                        |   920 ++--
 plugins/sudoers/po/sr.mo                           |   Bin 
 plugins/sudoers/po/sr.po                           |  1017 +++--
 plugins/sudoers/po/sudoers.pot                     |   900 ++--
 plugins/sudoers/po/sv.mo                           |   Bin 
 plugins/sudoers/po/sv.po                           |   743 ++--
 plugins/sudoers/po/uk.mo                           |   Bin 
 plugins/sudoers/po/uk.po                           |   926 +++--
 plugins/sudoers/po/vi.mo                           |   Bin 
 plugins/sudoers/po/vi.po                           |   927 +++--
 plugins/sudoers/po/zh_CN.mo                        |   Bin 
 plugins/sudoers/po/zh_CN.po                        |   924 ++--
 plugins/sudoers/policy.c                           |    22 +-
 plugins/sudoers/rcstr.c                            |     7 +-
 plugins/sudoers/regress/parser/check_digest.c      |   147 +-
 plugins/sudoers/regress/parser/check_digest.out.ok |    72 +-
 plugins/sudoers/regress/parser/check_gentime.c     |    84 +
 plugins/sudoers/regress/sudoers/test17.in          |    13 +
 plugins/sudoers/regress/sudoers/test17.json.ok     |   180 +
 plugins/sudoers/regress/sudoers/test17.out.ok      |    14 +
 plugins/sudoers/regress/sudoers/test17.toke.ok     |    11 +
 plugins/sudoers/regress/sudoers/test18.in          |     8 +
 plugins/sudoers/regress/sudoers/test18.out.ok      |     6 +
 plugins/sudoers/regress/sudoers/test18.toke.ok     |    10 +
 plugins/sudoers/regress/sudoers/test19.in          |    12 +
 plugins/sudoers/regress/sudoers/test19.json.ok     |   156 +
 plugins/sudoers/regress/sudoers/test19.out.ok      |    14 +
 plugins/sudoers/regress/sudoers/test19.toke.ok     |    12 +
 plugins/sudoers/regress/sudoers/test20.in          |    26 +
 plugins/sudoers/regress/sudoers/test20.json.ok     |   114 +
 plugins/sudoers/regress/sudoers/test20.out.ok      |    26 +
 plugins/sudoers/regress/sudoers/test20.toke.ok     |    26 +
 plugins/sudoers/regress/sudoers/test21.in          |    38 +
 plugins/sudoers/regress/sudoers/test21.json.ok     |   179 +
 plugins/sudoers/regress/sudoers/test21.out.ok      |    39 +
 plugins/sudoers/regress/sudoers/test21.toke.ok     |    40 +
 plugins/sudoers/regress/visudo/test10.out.ok       |     1 +
 plugins/sudoers/regress/visudo/test10.sh           |    11 +
 plugins/sudoers/regress/visudo/test2.err.ok        |     2 +-
 plugins/sudoers/regress/visudo/test3.err.ok        |     4 +-
 plugins/sudoers/set_perms.c                        |   134 +-
 plugins/sudoers/sssd.c                             |    64 +-
 plugins/sudoers/sudoers.c                          |    20 +-
 plugins/sudoers/sudoers.h                          |    24 +-
 plugins/sudoers/sudoers2ldif                       |    17 +-
 plugins/sudoers/sudoers_version.h                  |     9 +-
 plugins/sudoers/sudoreplay.c                       |    17 +-
 plugins/sudoers/testsudoers.c                      |    15 +
 plugins/sudoers/timeout.c                          |   113 +
 plugins/sudoers/timestamp.c                        |    20 +-
 plugins/sudoers/timestr.c                          |    24 +-
 plugins/sudoers/toke.c                             |  3301 ++++++++++---------
 plugins/sudoers/toke.l                             |    32 +-
 plugins/sudoers/visudo.c                           |    14 +-
 plugins/sudoers/visudo_json.c                      |    26 +-
 po/ca.mo                                           |   Bin 
 po/ca.po                                           |   407 +-
 po/cs.mo                                           |   Bin 
 po/cs.po                                           |   322 +-
 po/da.mo                                           |   Bin 
 po/da.po                                           |   374 +-
 po/de.mo                                           |   Bin 
 po/de.po                                           |   324 +-
 po/eo.mo                                           |   Bin 
 po/eo.po                                           |   419 +-
 po/fr.mo                                           |   Bin 
 po/fr.po                                           |   324 +-
 po/hr.mo                                           |   Bin 
 po/hr.po                                           |   491 +-
 po/hu.mo                                           |   Bin 
 po/hu.po                                           |   797 ++--
 po/it.mo                                           |   Bin 
 po/it.po                                           |   322 +-
 po/ja.mo                                           |   Bin 
 po/ja.po                                           |   322 +-
 po/nb.mo                                           |   Bin 
 po/nb.po                                           |   324 +-
 po/pl.mo                                           |   Bin 
 po/pl.po                                           |   319 +-
 po/pt_BR.mo                                        |   Bin 
 po/pt_BR.po                                        |   327 +-
 po/sr.mo                                           |   Bin 
 po/sr.po                                           |   322 +-
 po/sudo.pot                                        |   313 +-
 po/sv.mo                                           |   Bin 
 po/sv.po                                           |   290 +-
 po/tr.mo                                           |   Bin 
 po/tr.po                                           |   322 +-
 po/uk.mo                                           |   Bin 
 po/uk.po                                           |   322 +-
 po/vi.mo                                           |   Bin 
 po/vi.po                                           |   322 +-
 po/zh_CN.mo                                        |   Bin 
 po/zh_CN.po                                        |   320 +-
 src/Makefile.in                                    |    64 +-
 src/exec.c                                         |   950 +-----
 src/exec_monitor.c                                 |   667 ++++
 src/exec_nopty.c                                   |   522 +++
 src/exec_pty.c                                     |  1287 +++----
 src/parse_args.c                                   |    70 +-
 src/signal.c                                       |     3 +-
 src/sudo.c                                         |    72 +-
 src/sudo.h                                         |     4 +-
 src/sudo_exec.h                                    |    48 +-
 src/sudo_usage.h.in                                |     7 +-
 src/tcsetpgrp_nobg.c                               |    73 +
 src/ttyname.c                                      |     6 +-
 src/utmp.c                                         |     4 +-
 sudo.pp                                            |    11 +-
 217 files changed, 23675 insertions(+), 16880 deletions(-)


More information about the sudo-commits mailing list