[sudo-commits] sudo changeset 11881:743b37fb1153

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 28 08:58:11 MDT 2019


changeset:	11881:743b37fb1153 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/743b37fb1153
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 28 06:30:10 2019 -0600

Log Message:
	Merge sudo 1.8.29 into the 1.8 branch.

diffstat:

 MANIFEST                                              |    6 +-
 NEWS                                                  |   27 +
 config.h.in                                           |    3 -
 configure                                             |   42 +-
 configure.ac                                          |    6 +-
 doc/Makefile.in                                       |    2 +
 doc/UPGRADE                                           |   17 +-
 doc/sudo.conf.man.in                                  |    6 +-
 doc/sudo.conf.mdoc.in                                 |    6 +-
 doc/sudo.man.in                                       |   34 +-
 doc/sudo.mdoc.in                                      |   34 +-
 doc/sudo_plugin.man.in                                |   38 +-
 doc/sudo_plugin.mdoc.in                               |   36 +-
 doc/sudoers.ldap.man.in                               |    4 +-
 doc/sudoers.ldap.mdoc.in                              |    4 +-
 doc/sudoers.man.in                                    |  229 +++++++-----
 doc/sudoers.mdoc.in                                   |  293 +++++++++-------
 doc/sudoers_timestamp.man.in                          |    6 +-
 doc/sudoers_timestamp.mdoc.in                         |    6 +-
 doc/visudo.man.in                                     |    8 +-
 doc/visudo.mdoc.in                                    |    8 +-
 examples/Makefile.in                                  |    2 +
 include/Makefile.in                                   |    2 +
 include/sudo_compat.h                                 |    5 -
 include/sudo_plugin.h                                 |    2 +-
 include/sudo_util.h                                   |    9 +-
 lib/util/Makefile.in                                  |  130 +++++-
 lib/util/closefrom.c                                  |    3 +-
 lib/util/getaddrinfo.c                                |    2 +-
 lib/util/getgrouplist.c                               |    4 +-
 lib/util/gidlist.c                                    |    2 +-
 lib/util/regress/atofoo/atofoo_test.c                 |  203 -----------
 lib/util/regress/strtofoo/strtobool_test.c            |   86 ++++
 lib/util/regress/strtofoo/strtoid_test.c              |  106 ++++++
 lib/util/regress/strtofoo/strtomode_test.c            |   79 ++++
 lib/util/regress/strtofoo/strtonum_test.c             |  123 +++++++
 lib/util/str2sig.c                                    |    3 +-
 lib/util/strtoid.c                                    |  130 +-----
 lib/util/strtonum.c                                   |  124 +++---
 lib/util/sudo_conf.c                                  |    2 +-
 lib/util/ttysize.c                                    |    4 +-
 lib/util/util.exp.in                                  |    3 +
 lib/zlib/Makefile.in                                  |    5 +
 mkdep.pl                                              |    2 +-
 plugins/group_file/Makefile.in                        |    5 +
 plugins/group_file/getgrent.c                         |    2 +-
 plugins/sample/Makefile.in                            |    5 +
 plugins/sudoers/Makefile.in                           |   23 +-
 plugins/sudoers/audit.c                               |    6 +
 plugins/sudoers/boottime.c                            |    2 +-
 plugins/sudoers/cvtsudoers.c                          |    4 +-
 plugins/sudoers/cvtsudoers_json.c                     |   12 +-
 plugins/sudoers/cvtsudoers_pwutil.c                   |    8 +-
 plugins/sudoers/def_data.c                            |    8 +
 plugins/sudoers/def_data.h                            |    4 +
 plugins/sudoers/def_data.in                           |    6 +
 plugins/sudoers/defaults.c                            |    6 +-
 plugins/sudoers/iolog.c                               |   18 +-
 plugins/sudoers/iolog_util.c                          |   13 +-
 plugins/sudoers/ldap.c                                |    6 +-
 plugins/sudoers/ldap_conf.c                           |    3 +-
 plugins/sudoers/logging.c                             |  121 +++---
 plugins/sudoers/match.c                               |    4 +-
 plugins/sudoers/match_addr.c                          |    4 +-
 plugins/sudoers/parse_ldif.c                          |  194 +++++-----
 plugins/sudoers/po/sudoers.pot                        |  316 +++++++++--------
 plugins/sudoers/policy.c                              |   38 +-
 plugins/sudoers/pwutil.c                              |   62 +-
 plugins/sudoers/regress/cvtsudoers/test26.err.ok      |    6 +-
 plugins/sudoers/regress/cvtsudoers/test26.sh          |    7 +
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |    4 +-
 plugins/sudoers/regress/logging/check_wrap.c          |    6 +-
 plugins/sudoers/regress/parser/check_addr.c           |    2 +-
 plugins/sudoers/regress/starttime/check_starttime.c   |    2 +-
 plugins/sudoers/sssd.c                                |    2 +-
 plugins/sudoers/starttime.c                           |    1 +
 plugins/sudoers/sudoers.c                             |   27 +-
 plugins/sudoers/sudoers.h                             |    1 +
 plugins/sudoers/testsudoers.c                         |   12 +-
 plugins/sudoers/tsgetgrpw.c                           |    6 +-
 plugins/sudoers/visudo.c                              |    4 +-
 plugins/system_group/Makefile.in                      |    5 +
 plugins/system_group/system_group.c                   |    2 +-
 po/sudo.pot                                           |   84 ++--
 src/Makefile.in                                       |   25 +-
 src/exec.c                                            |   67 +---
 src/limits.c                                          |  204 +++++++++++
 src/parse_args.c                                      |    2 +-
 src/sesh.c                                            |    2 +-
 src/sudo.c                                            |   93 +---
 src/sudo.h                                            |   49 +-
 src/ttyname.c                                         |    4 +-
 92 files changed, 1965 insertions(+), 1368 deletions(-)


More information about the sudo-commits mailing list