[sudo-commits] sudo changeset 9991:ca142b5a9433

Todd C. Miller Todd.Miller at courtesan.com
Thu May 7 11:11:13 MDT 2015


changeset:	9991:ca142b5a9433 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ca142b5a9433
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu May 07 10:33:23 2015 -0600

Log Message:
	Previously, debug_return_bool was the same as debug_return_int
	except that it logged true/false for 1/0.  However, this appears
	to trigger a bug in some compilers.  To avoid this, debug_return_bool
	now uses bool, not int.  Callers that were passing it an int have
	been converted to use debug_return_int instead.

diffstat:

 include/sudo_debug.h           |   9 +++++++--
 lib/util/sudo_debug.c          |  19 ++++---------------
 plugins/sudoers/auth/dce.c     |   4 ++--
 plugins/sudoers/check.c        |   4 ++--
 plugins/sudoers/env.c          |   2 +-
 plugins/sudoers/group_plugin.c |  10 +++++-----
 plugins/sudoers/iolog.c        |   8 ++++----
 plugins/sudoers/ldap.c         |  26 +++++++++++++-------------
 plugins/sudoers/match.c        |   8 ++++----
 plugins/sudoers/policy.c       |  16 ++++++++--------
 plugins/sudoers/sudoers.c      |  10 +++++-----
 src/sudo.c                     |  28 ++++++++++++++--------------
 12 files changed, 69 insertions(+), 75 deletions(-)


More information about the sudo-commits mailing list