[sudo-commits] sudo changeset 10636:017866310d24

Todd C. Miller Todd.Miller at courtesan.com
Fri Sep 9 16:28:04 MDT 2016


changeset:	10636:017866310d24 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/017866310d24
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Sep 08 16:38:08 2016 -0600

Log Message:
	Be consistent with the naming of the variable used to store the
	function return value.  Previously, some code used "rval", some
	used "ret".  This standardizes on "ret" and uses "rc" for temporary
	return codes.

diffstat:

 include/sudo_debug.h                |  140 ++++++++++++++++++------------------
 lib/util/aix.c                      |   34 ++++----
 lib/util/fnmatch.c                  |    8 +-
 lib/util/getgrouplist.c             |   18 ++--
 lib/util/secure_path.c              |   16 ++--
 lib/util/setgroups.c                |   12 +-
 lib/util/strtoid.c                  |   10 +-
 lib/util/sudo_conf.c                |   10 +-
 lib/util/sudo_debug.c               |   34 ++++----
 plugins/sample/sample_plugin.c      |    8 +-
 plugins/sudoers/auth/aix_auth.c     |    8 +-
 plugins/sudoers/auth/securid5.c     |   24 +++---
 plugins/sudoers/auth/sudo_auth.c    |   12 +-
 plugins/sudoers/check.c             |   30 +++---
 plugins/sudoers/env.c               |   60 +++++++-------
 plugins/sudoers/goodpath.c          |    8 +-
 plugins/sudoers/gram.c              |   15 ++-
 plugins/sudoers/gram.y              |   10 +-
 plugins/sudoers/interfaces.c        |    8 +-
 plugins/sudoers/iolog.c             |   42 +++++-----
 plugins/sudoers/ldap.c              |    6 +-
 plugins/sudoers/logging.c           |   62 +++++++-------
 plugins/sudoers/match.c             |   46 +++++-----
 plugins/sudoers/parse.c             |    6 +-
 plugins/sudoers/policy.c            |   14 +-
 plugins/sudoers/pwutil.c            |    8 +-
 plugins/sudoers/sudoers.c           |   62 +++++++-------
 plugins/sudoers/sudoreplay.c        |    6 +-
 plugins/sudoers/timestamp.c         |   54 ++++++------
 plugins/sudoers/visudo.c            |   22 ++--
 plugins/sudoers/visudo_json.c       |   10 +-
 src/env_hooks.c                     |   20 ++--
 src/exec.c                          |   24 +++---
 src/exec_pty.c                      |   34 ++++----
 src/get_pty.c                       |   26 +++---
 src/hooks.c                         |   26 +++---
 src/load_plugins.c                  |   26 +++---
 src/regress/ttyname/check_ttyname.c |   14 +-
 src/selinux.c                       |    6 +-
 src/signal.c                        |    8 +-
 src/sudo.c                          |   78 ++++++++++----------
 src/sudo_edit.c                     |   12 +-
 src/tgetpass.c                      |   10 +-
 src/ttyname.c                       |   56 +++++++-------
 src/utmp.c                          |   28 +++---
 45 files changed, 586 insertions(+), 585 deletions(-)


More information about the sudo-commits mailing list