[sudo-commits] sudo changeset 12816:4059f5520d9d

Todd C. Miller Todd.Miller at sudo.ws
Mon Jan 11 07:33:39 MST 2021


changeset:	12816:4059f5520d9d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4059f5520d9d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jan 09 13:12:30 2021 -0700

Log Message:
	Merge sudo 1.9.5 from tip

diffstat:

 MANIFEST                              |     4 +
 Makefile.in                           |     2 +-
 NEWS                                  |    63 +
 configure                             |    97 +-
 configure.ac                          |    23 +-
 doc/LICENSE                           |     2 +-
 doc/sudoers.man.in                    |    14 +-
 doc/sudoers.man.in.sed                |     8 +
 doc/sudoers.mdoc.in                   |    13 +-
 etc/sudo-logsrvd.pp                   |     2 +-
 etc/sudo-python.pp                    |     2 +-
 etc/sudo.pp                           |     2 +-
 include/sudo_compat.h                 |    15 +
 include/sudo_util.h                   |     1 +
 lib/eventlog/Makefile.in              |     2 +-
 lib/eventlog/eventlog.c               |    12 +-
 lib/iolog/Makefile.in                 |     2 +-
 lib/iolog/iolog_fileio.c              |    14 +-
 lib/logsrv/Makefile.in                |     2 +-
 lib/util/Makefile.in                  |    14 +-
 lib/util/arc4random.c                 |     2 +-
 lib/util/fatal.c                      |     9 +-
 lib/util/pread.c                      |    48 +
 lib/util/progname.c                   |    57 +-
 lib/util/pwrite.c                     |    48 +
 lib/util/sudo_debug.c                 |     6 +-
 lib/util/util.exp.in                  |     1 +
 logsrvd/Makefile.in                   |     2 +-
 logsrvd/logsrvd.c                     |    20 +-
 plugins/audit_json/Makefile.in        |     2 +-
 plugins/audit_json/audit_json.c       |     2 +-
 plugins/group_file/Makefile.in        |     2 +-
 plugins/group_file/getgrent.c         |    18 +-
 plugins/group_file/plugin_test.c      |     2 +-
 plugins/python/Makefile.in            |     2 +-
 plugins/python/python_convmessage.c   |     8 +-
 plugins/python/python_importblocker.c |     2 +
 plugins/sample/Makefile.in            |     2 +-
 plugins/sample_approval/Makefile.in   |     2 +-
 plugins/sudoers/Makefile.in           |    30 +-
 plugins/sudoers/auth/pam.c            |     2 +-
 plugins/sudoers/check.c               |    62 +-
 plugins/sudoers/def_data.c            |     4 +
 plugins/sudoers/def_data.h            |     2 +
 plugins/sudoers/def_data.in           |     3 +
 plugins/sudoers/defaults.c            |     3 +
 plugins/sudoers/editor.c              |     2 +-
 plugins/sudoers/fmtsudoers.c          |     2 +-
 plugins/sudoers/getdate.c             |   173 +--
 plugins/sudoers/getdate.y             |     3 +
 plugins/sudoers/goodpath.c            |     2 +-
 plugins/sudoers/gram.c                |   560 ++++----
 plugins/sudoers/gram.h                |     2 +-
 plugins/sudoers/gram.y                |    10 +-
 plugins/sudoers/ldap_util.c           |     2 +-
 plugins/sudoers/linux_audit.c         |     6 +-
 plugins/sudoers/logging.c             |     2 +-
 plugins/sudoers/match_command.c       |     6 +-
 plugins/sudoers/parse.h               |    16 +-
 plugins/sudoers/po/hr.mo              |   Bin 
 plugins/sudoers/po/hr.po              |     8 +-
 plugins/sudoers/po/it.mo              |   Bin 
 plugins/sudoers/po/it.po              |  1487 +++++++++++++------------
 plugins/sudoers/po/ko.mo              |   Bin 
 plugins/sudoers/po/ko.po              |  1901 +++++++++++++++++---------------
 plugins/sudoers/po/sr.mo              |   Bin 
 plugins/sudoers/po/sr.po              |  1902 +++++++++++++++++---------------
 plugins/sudoers/po/sudoers.pot        |   624 +++++-----
 plugins/sudoers/po/sv.mo              |   Bin 
 plugins/sudoers/po/sv.po              |  1879 +++++++++++++++++---------------
 plugins/sudoers/policy.c              |     4 +-
 plugins/sudoers/rcstr.c               |     2 +-
 plugins/sudoers/redblack.c            |     2 +-
 plugins/sudoers/starttime.c           |     6 +-
 plugins/sudoers/sudoers.c             |     2 +-
 plugins/sudoers/timestamp.c           |    19 -
 plugins/sudoers/toke.c                |   179 +-
 plugins/sudoers/toke.l                |     3 +
 plugins/sudoers/toke_util.c           |     2 +-
 plugins/sudoers/tsgetgrpw.c           |    41 +-
 plugins/sudoers/visudo.c              |     2 +-
 plugins/system_group/Makefile.in      |     2 +-
 po/ko.mo                              |   Bin 
 po/ko.po                              |   253 ++--
 po/sr.mo                              |   Bin 
 po/sr.po                              |   254 ++--
 po/sudo.pot                           |   325 +++--
 po/sv.mo                              |   Bin 
 po/sv.po                              |   297 ++--
 scripts/mkdep.pl                      |     2 +-
 src/Makefile.in                       |    56 +-
 src/copy_file.c                       |    33 +-
 src/edit_open.c                       |   456 +++++++
 src/exec.c                            |    16 +-
 src/exec_common.c                     |     2 +-
 src/exec_pty.c                        |     4 +-
 src/net_ifs.c                         |    28 +-
 src/sesh.c                            |   371 ++++-
 src/sudo.c                            |   131 +-
 src/sudo.h                            |    26 +-
 src/sudo_edit.c                       |   694 +++--------
 src/sudo_edit.h                       |    55 +
 src/sudo_exec.h                       |     6 +-
 src/tgetpass.c                        |    10 +-
 src/ttyname.c                         |     6 +-
 105 files changed, 6875 insertions(+), 5636 deletions(-)



More information about the sudo-commits mailing list