[sudo-commits] sudo changeset 11461:e708ac0bf63a

Todd C. Miller Todd.Miller at sudo.ws
Sat Aug 18 09:34:42 MDT 2018


changeset:	11461:e708ac0bf63a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e708ac0bf63a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Aug 18 08:10:50 2018 -0600

Log Message:
	merge sudo 1.8.24 from tip

diffstat:

 MANIFEST                                         |    19 +-
 Makefile.in                                      |     6 +
 NEWS                                             |    61 +-
 aclocal.m4                                       |   118 +-
 autogen.sh                                       |     2 +-
 config.h.in                                      |    31 +-
 configure                                        |   375 +++-
 configure.ac                                     |    63 +-
 doc/LICENSE                                      |    52 +
 doc/Makefile.in                                  |     4 +-
 doc/cvtsudoers.cat                               |     2 +-
 doc/schema.OpenLDAP                              |     7 +-
 doc/sudo.cat                                     |     6 +-
 doc/sudo.conf.cat                                |    15 +-
 doc/sudo.conf.man.in                             |    20 +-
 doc/sudo.conf.mdoc.in                            |    20 +-
 doc/sudo.man.in                                  |     9 +-
 doc/sudo.mdoc.in                                 |     6 +-
 doc/sudo_plugin.cat                              |    46 +-
 doc/sudo_plugin.man.in                           |    70 +-
 doc/sudo_plugin.mdoc.in                          |    67 +-
 doc/sudoers.cat                                  |    40 +-
 doc/sudoers.ldap.cat                             |     6 +-
 doc/sudoers.ldap.man.in                          |    12 +-
 doc/sudoers.ldap.mdoc.in                         |    12 +-
 doc/sudoers.man.in                               |    58 +-
 doc/sudoers.mdoc.in                              |    43 +-
 doc/sudoers_timestamp.cat                        |     8 +-
 doc/sudoers_timestamp.man.in                     |    15 +-
 doc/sudoers_timestamp.mdoc.in                    |    12 +-
 doc/sudoreplay.cat                               |     2 +-
 doc/visudo.cat                                   |     2 +-
 doc/visudo.man.in                                |     3 +-
 doc/visudo.mdoc.in                               |     6 +-
 include/sudo_compat.h                            |     5 +-
 include/sudo_digest.h                            |    44 +
 include/sudo_plugin.h                            |     5 +-
 include/sudo_rand.h                              |    50 +
 include/sudo_util.h                              |     4 +
 lib/util/Makefile.in                             |    46 +-
 lib/util/arc4random.c                            |   212 ++
 lib/util/arc4random.h                            |   107 +
 lib/util/arc4random_uniform.c                    |    70 +
 lib/util/chacha_private.h                        |   222 ++
 lib/util/digest.c                                |   170 +
 lib/util/digest_gcrypt.c                         |   150 +
 lib/util/digest_openssl.c                        |   160 +
 lib/util/getentropy.c                            |   597 +++++++
 lib/util/getgrouplist.c                          |   274 ++-
 lib/util/mktemp.c                                |    82 +-
 lib/util/util.exp.in                             |     8 +
 mkdep.pl                                         |     8 +-
 mkpkg                                            |    10 +-
 plugins/sudoers/Makefile.in                      |   408 ++--
 plugins/sudoers/alias.c                          |   185 +-
 plugins/sudoers/auth/bsdauth.c                   |     2 +-
 plugins/sudoers/auth/pam.c                       |    10 +-
 plugins/sudoers/auth/sudo_auth.c                 |     9 +-
 plugins/sudoers/auth/sudo_auth.h                 |     6 +-
 plugins/sudoers/base64.c                         |    40 +-
 plugins/sudoers/check.c                          |     4 +-
 plugins/sudoers/cvtsudoers.c                     |    79 +-
 plugins/sudoers/cvtsudoers_json.c                |    13 +-
 plugins/sudoers/cvtsudoers_ldif.c                |   497 ++++-
 plugins/sudoers/cvtsudoers_pwutil.c              |     2 +-
 plugins/sudoers/defaults.c                       |    35 +-
 plugins/sudoers/defaults.h                       |     8 +-
 plugins/sudoers/digestname.c                     |     1 +
 plugins/sudoers/file.c                           |   153 +
 plugins/sudoers/filedigest.c                     |    77 +-
 plugins/sudoers/filedigest_gcrypt.c              |   113 -
 plugins/sudoers/filedigest_openssl.c             |   133 -
 plugins/sudoers/fmtsudoers.c                     |   172 +-
 plugins/sudoers/gram.c                           |   341 ++-
 plugins/sudoers/gram.h                           |     2 +-
 plugins/sudoers/gram.y                           |   135 +-
 plugins/sudoers/insults.h                        |     4 +-
 plugins/sudoers/iolog.c                          |     3 +
 plugins/sudoers/ldap.c                           |  1154 +++---------
 plugins/sudoers/ldap_conf.c                      |     1 -
 plugins/sudoers/ldap_util.c                      |   200 +-
 plugins/sudoers/match.c                          |   120 +-
 plugins/sudoers/parse.c                          |   827 +++++----
 plugins/sudoers/parse.h                          |   102 +-
 plugins/sudoers/po/cs.mo                         |   Bin 
 plugins/sudoers/po/cs.po                         |   824 ++++----
 plugins/sudoers/po/da.mo                         |   Bin 
 plugins/sudoers/po/da.po                         |  1448 +++++++++-------
 plugins/sudoers/po/de.mo                         |   Bin 
 plugins/sudoers/po/de.po                         |   824 ++++----
 plugins/sudoers/po/eo.mo                         |   Bin 
 plugins/sudoers/po/eo.po                         |  1558 ++++++++++-------
 plugins/sudoers/po/hr.mo                         |   Bin 
 plugins/sudoers/po/hr.po                         |   826 ++++----
 plugins/sudoers/po/it.mo                         |   Bin 
 plugins/sudoers/po/it.po                         |   824 ++++----
 plugins/sudoers/po/ja.mo                         |   Bin 
 plugins/sudoers/po/ja.po                         |   824 ++++----
 plugins/sudoers/po/nb.mo                         |   Bin 
 plugins/sudoers/po/nb.po                         |   824 ++++----
 plugins/sudoers/po/pl.mo                         |   Bin 
 plugins/sudoers/po/pl.po                         |   824 ++++----
 plugins/sudoers/po/pt_BR.mo                      |   Bin 
 plugins/sudoers/po/pt_BR.po                      |   824 ++++----
 plugins/sudoers/po/sudoers.pot                   |   813 ++++----
 plugins/sudoers/po/sv.mo                         |   Bin 
 plugins/sudoers/po/sv.po                         |   826 ++++----
 plugins/sudoers/po/uk.mo                         |   Bin 
 plugins/sudoers/po/uk.po                         |   824 ++++----
 plugins/sudoers/po/vi.mo                         |   Bin 
 plugins/sudoers/po/vi.po                         |   824 ++++----
 plugins/sudoers/po/zh_CN.mo                      |   Bin 
 plugins/sudoers/po/zh_CN.po                      |   826 ++++----
 plugins/sudoers/policy.c                         |    16 +-
 plugins/sudoers/pwutil.c                         |     4 +
 plugins/sudoers/pwutil_impl.c                    |    31 +-
 plugins/sudoers/rcstr.c                          |     4 +-
 plugins/sudoers/regress/cvtsudoers/test25.out.ok |    31 +
 plugins/sudoers/regress/cvtsudoers/test25.sh     |    52 +
 plugins/sudoers/regress/cvtsudoers/test26.out.ok |     3 +
 plugins/sudoers/regress/cvtsudoers/test26.sh     |    41 +
 plugins/sudoers/regress/cvtsudoers/test27.out.ok |    16 +
 plugins/sudoers/regress/cvtsudoers/test27.sh     |    11 +
 plugins/sudoers/regress/parser/check_addr.c      |     1 -
 plugins/sudoers/regress/parser/check_base64.c    |    40 +-
 plugins/sudoers/regress/parser/check_digest.c    |     1 +
 plugins/sudoers/regress/parser/check_hexchar.c   |    10 +-
 plugins/sudoers/regress/sudoers/test2.ldif.ok    |    12 +-
 plugins/sudoers/sssd.c                           |  1756 +++++--------------
 plugins/sudoers/starttime.c                      |    10 +-
 plugins/sudoers/sudo_ldap.h                      |     5 +-
 plugins/sudoers/sudo_nss.c                       |   134 +-
 plugins/sudoers/sudo_nss.h                       |    23 +-
 plugins/sudoers/sudoers.c                        |    98 +-
 plugins/sudoers/sudoers.h                        |    11 +-
 plugins/sudoers/testsudoers.c                    |    28 +-
 plugins/sudoers/timestamp.c                      |    50 +-
 plugins/sudoers/toke.c                           |  1871 ++++++++++++---------
 plugins/sudoers/toke.l                           |    26 +-
 plugins/sudoers/toke_util.c                      |     1 -
 plugins/sudoers/visudo.c                         |    28 +-
 po/da.mo                                         |   Bin 
 po/da.po                                         |   298 +-
 po/eo.mo                                         |   Bin 
 po/eo.po                                         |   514 +++--
 src/conversation.c                               |    29 +-
 src/exec_pty.c                                   |    17 +-
 src/net_ifs.c                                    |     3 +
 src/parse_args.c                                 |    11 +-
 src/regress/noexec/check_noexec.c                |     5 +
 src/sudo.c                                       |    59 +-
 src/sudo_edit.c                                  |    16 +-
 152 files changed, 14748 insertions(+), 12509 deletions(-)


More information about the sudo-commits mailing list