[sudo-commits] sudo changeset 7461:94d9aa72df19

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


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

Log Message:
	New debug framework for sudo and plugins using /etc/sudo.conf that
	also supports function call tracing.

diffstat:

 MANIFEST              |    2 +
 common/Makefile.in    |    8 +-
 common/sudo_debug.c   |  381 ++++++++++++++++++++++++++++++++++++++++++++++++++
 include/sudo_debug.h  |  197 +++++++++++++++++++++++++
 include/sudo_plugin.h |    1 +
 src/conversation.c    |    5 +
 src/load_plugins.c    |  188 +++++++++++++++++------
 src/parse_args.c      |   52 ++++--
 src/sudo.c            |    7 +-
 src/sudo_plugin_int.h |    4 +-
 10 files changed, 769 insertions(+), 76 deletions(-)



More information about the sudo-commits mailing list