[sudo-commits] sudo changeset 7362:cded741e9f10

Todd C. Miller Todd.Miller at courtesan.com
Tue Oct 25 14:54:56 EDT 2011


changeset:	7362:cded741e9f10 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/cded741e9f10
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Oct 22 14:00:52 2011 -0400

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