[sudo-commits] sudo changeset 11828:94a418cdbae6

Todd C. Miller Todd.Miller at sudo.ws
Sun Oct 20 10:22:48 MDT 2019


changeset:	11828:94a418cdbae6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/94a418cdbae6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Oct 20 10:21:29 2019 -0600

Log Message:
	Rename sudo_strtoid() to sudo_strtoidx() and add simplified sudo_strtoid()

diffstat:

 include/sudo_util.h                                   |   5 ++++-
 lib/util/getgrouplist.c                               |   4 ++--
 lib/util/gidlist.c                                    |   2 +-
 lib/util/regress/strtofoo/strtoid_test.c              |  14 +++++++-------
 lib/util/strtoid.c                                    |  16 +++++++++++++++-
 lib/util/util.exp.in                                  |   2 ++
 plugins/group_file/getgrent.c                         |   2 +-
 plugins/sudoers/cvtsudoers.c                          |   2 +-
 plugins/sudoers/cvtsudoers_json.c                     |   6 +++---
 plugins/sudoers/cvtsudoers_pwutil.c                   |   8 ++++----
 plugins/sudoers/iolog.c                               |   4 ++--
 plugins/sudoers/match.c                               |   4 ++--
 plugins/sudoers/policy.c                              |  10 +++++-----
 plugins/sudoers/pwutil.c                              |   6 +++---
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |   4 ++--
 plugins/sudoers/sudoers.c                             |   6 +++---
 plugins/sudoers/testsudoers.c                         |   8 ++++----
 plugins/sudoers/tsgetgrpw.c                           |   6 +++---
 plugins/sudoers/visudo.c                              |   4 ++--
 plugins/system_group/system_group.c                   |   2 +-
 src/sudo.c                                            |   8 ++++----
 21 files changed, 71 insertions(+), 52 deletions(-)


More information about the sudo-commits mailing list