[sudo-commits] sudo changeset 9502:aefe6f09f4a4

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 27 14:57:23 MDT 2014


changeset:	9502:aefe6f09f4a4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/aefe6f09f4a4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 27 14:53:54 2014 -0600

Log Message:
	atobool -> sudo_strtobool
	atoid-> sudo_strtoid
	atomode -> sudo_strtomode

diffstat:

 include/sudo_util.h                                   |   12 +-
 lib/util/Makefile.in                                  |   32 ++--
 lib/util/atobool.c                                    |   84 ------------
 lib/util/atoid.c                                      |  125 ------------------
 lib/util/atomode.c                                    |   68 ---------
 lib/util/getgrouplist.c                               |    2 +-
 lib/util/gidlist.c                                    |    2 +-
 lib/util/regress/atofoo/atofoo_test.c                 |   50 +++---
 lib/util/strtobool.c                                  |   84 ++++++++++++
 lib/util/strtoid.c                                    |  125 ++++++++++++++++++
 lib/util/strtomode.c                                  |   68 +++++++++
 lib/util/sudo_conf.c                                  |    4 +-
 lib/util/util.exp                                     |    6 +-
 plugins/group_file/getgrent.c                         |    2 +-
 plugins/sudoers/defaults.c                            |    2 +-
 plugins/sudoers/iolog.c                               |   16 +-
 plugins/sudoers/ldap.c                                |    4 +-
 plugins/sudoers/match.c                               |    4 +-
 plugins/sudoers/policy.c                              |   30 ++--
 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_json.c                         |    6 +-
 plugins/system_group/system_group.c                   |    2 +-
 src/sudo.c                                            |   22 +-
 27 files changed, 390 insertions(+), 390 deletions(-)


More information about the sudo-commits mailing list