[sudo-commits] sudo changeset 7463:e942083dab8e

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:04:47 EST 2012


changeset:	7463:e942083dab8e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e942083dab8e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 12:40:54 2012 -0500

Log Message:
	Wrap error/errorx and warning/warningx functions with debug statements.
	Disable wrapping for standalone sudoers programs as well as memory
	allocation functions (to avoid infinite recursion).

diffstat:

 common/alloc.c                 |  24 ++++++++--------
 include/error.h                |  62 +++++++++++++++++++++++++++++++++++++++--
 plugins/sudoers/plugin_error.c |   8 ++--
 plugins/sudoers/sudoreplay.c   |   2 +
 plugins/sudoers/testsudoers.c  |   2 +
 plugins/sudoers/visudo.c       |   2 +
 src/error.c                    |   8 ++--
 7 files changed, 84 insertions(+), 24 deletions(-)



More information about the sudo-commits mailing list