[sudo-commits] sudo changeset 11524:614440f3c9a5

Todd C. Miller Todd.Miller at sudo.ws
Mon Sep 3 07:42:04 MDT 2018


changeset:	11524:614440f3c9a5 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/614440f3c9a5
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Sep 02 06:30:26 2018 -0600

Log Message:
	Merge sudo 1.8.25 from tip

diffstat:

 .hgignore                                                 |    3 +-
 MANIFEST                                                  |   11 +
 NEWS                                                      |   36 +
 aclocal.m4                                                |  114 ++
 config.h.in                                               |   23 +-
 configure                                                 |  228 ++-
 configure.ac                                              |   39 +-
 doc/CONTRIBUTORS                                          |    2 +
 doc/cvtsudoers.cat                                        |    2 +-
 doc/sudo.cat                                              |    2 +-
 doc/sudo.conf.cat                                         |    2 +-
 doc/sudo_plugin.cat                                       |    2 +-
 doc/sudoers.cat                                           |    2 +-
 doc/sudoers.ldap.cat                                      |    2 +-
 doc/sudoers_timestamp.cat                                 |    2 +-
 doc/sudoreplay.cat                                        |    2 +-
 doc/visudo.cat                                            |    2 +-
 include/sudo_compat.h                                     |   14 +-
 include/sudo_event.h                                      |   10 +-
 include/sudo_util.h                                       |    2 +
 lib/util/Makefile.in                                      |    3 +-
 lib/util/event.c                                          |   64 +-
 lib/util/event_poll.c                                     |   43 +-
 lib/util/event_select.c                                   |   45 +-
 lib/util/getentropy.c                                     |   11 +-
 lib/util/gettime.c                                        |  113 +-
 lib/util/regress/atofoo/atofoo_test.c                     |    6 +-
 lib/util/regress/parse_gids/parse_gids_test.c             |    2 +-
 lib/util/term.c                                           |   12 +-
 lib/util/util.exp.in                                      |    3 +
 m4/sudo.m4                                                |   20 +
 mkpkg                                                     |    9 +-
 plugins/sudoers/Makefile.in                               |  104 +-
 plugins/sudoers/alias.c                                   |   31 +-
 plugins/sudoers/bsm_audit.c                               |   15 +-
 plugins/sudoers/cvtsudoers.c                              |  226 +--
 plugins/sudoers/cvtsudoers.h                              |   34 +-
 plugins/sudoers/cvtsudoers_json.c                         |  109 +-
 plugins/sudoers/cvtsudoers_ldif.c                         |  788 +-------------
 plugins/sudoers/cvtsudoers_pwutil.c                       |   11 +-
 plugins/sudoers/defaults.c                                |    2 +-
 plugins/sudoers/env.c                                     |   85 +-
 plugins/sudoers/iolog.c                                   |   61 +-
 plugins/sudoers/iolog_util.c                              |  375 ++++++
 plugins/sudoers/iolog_util.h                              |   68 +
 plugins/sudoers/ldap.c                                    |   17 +-
 plugins/sudoers/ldap_util.c                               |    2 +-
 plugins/sudoers/parse.h                                   |    5 +-
 plugins/sudoers/parse_ldif.c                              |  766 +++++++++++++
 plugins/sudoers/po/sudoers.pot                            |  794 +++++++------
 plugins/sudoers/policy.c                                  |    2 +-
 plugins/sudoers/pwutil.c                                  |    3 +-
 plugins/sudoers/pwutil_impl.c                             |    3 +-
 plugins/sudoers/rcstr.c                                   |    3 +-
 plugins/sudoers/regress/cvtsudoers/test28.out.ok          |   10 +
 plugins/sudoers/regress/cvtsudoers/test28.sh              |   73 +
 plugins/sudoers/regress/cvtsudoers/test29.out.ok          |    4 +
 plugins/sudoers/regress/cvtsudoers/test29.sh              |   60 +
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |  412 +++++++
 plugins/sudoers/regress/iolog_util/check_iolog_util.c     |  151 ++
 plugins/sudoers/regress/parser/check_base64.c             |    4 +-
 plugins/sudoers/regress/sudoers/test19.ldif2sudo.ok       |    3 +-
 plugins/sudoers/sssd.c                                    |   10 +-
 plugins/sudoers/strlist.c                                 |   92 +
 plugins/sudoers/strlist.h                                 |   38 +
 plugins/sudoers/sudoers.h                                 |    2 +-
 plugins/sudoers/sudoreplay.c                              |  337 +-----
 plugins/sudoers/testsudoers.c                             |   62 +-
 plugins/sudoers/timestamp.c                               |    5 +-
 plugins/sudoers/visudo.c                                  |   35 +-
 po/sudo.pot                                               |  287 ++--
 src/exec_monitor.c                                        |   72 +-
 src/exec_pty.c                                            |  271 ++--
 src/sudo.h                                                |   11 +-
 src/sudo_edit.c                                           |   13 +-
 src/sudo_noexec.c                                         |    3 +-
 76 files changed, 4057 insertions(+), 2233 deletions(-)


More information about the sudo-commits mailing list