[sudo-commits] sudo changeset 15069:f2f1ee9c5a16

Todd C. Miller Todd.Miller at sudo.ws
Thu Sep 21 08:56:46 MDT 2023


changeset:	15069:f2f1ee9c5a16 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f2f1ee9c5a16
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 19 15:16:30 2023 -0600
files:		config.h.in configure configure.ac m4/sudo.m4 plugins/sudoers/cvtsudoers_pwutil.c plugins/sudoers/env.c plugins/sudoers/iolog.c plugins/sudoers/ldap.c plugins/sudoers/policy.c src/sudo.c src/sudo_edit.c

Log Message:
	Replace MAX_UID_T_LEN with calls to STRLEN_MAX_UNSIGNED.


diffstat:

 config.h.in                         |    4 -
 configure                           |  101 +++++++----------------------------
 configure.ac                        |    1 -
 m4/sudo.m4                          |   33 -----------
 plugins/sudoers/cvtsudoers_pwutil.c |    4 +-
 plugins/sudoers/env.c               |    2 +-
 plugins/sudoers/iolog.c             |    2 +-
 plugins/sudoers/ldap.c              |    9 +-
 plugins/sudoers/policy.c            |    2 +-
 src/sudo.c                          |    3 +-
 src/sudo_edit.c                     |    2 +-
 11 files changed, 35 insertions(+), 128 deletions(-)



More information about the sudo-commits mailing list