[sudo-commits] sudo changeset 9750:10dd45a7884f

Todd C. Miller Todd.Miller at courtesan.com
Fri Oct 24 12:50:21 MDT 2014


changeset:	9750:10dd45a7884f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/10dd45a7884f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Oct 24 11:17:48 2014 -0600

Log Message:
	In the plugin registers with the debug framework at open time, the
	sudo front-end will now set the default debug instance appropriately
	before calling into the plugin.  This means the plugin no longer needs
	to do the sudo_debug_set_default_instance() dance.

diffstat:

 lib/util/sudo_conf.c     |   6 +---
 lib/util/sudo_debug.c    |   4 +++
 plugins/sudoers/iolog.c  |  22 ++--------------
 plugins/sudoers/policy.c |  57 ++++++++-----------------------------------
 src/exec_pty.c           |  30 +++++++++++++++++++---
 src/load_plugins.c       |   4 +++
 src/sudo.c               |  62 +++++++++++++++++++++++++++++++++++++++++------
 src/sudo_plugin_int.h    |   1 +
 8 files changed, 103 insertions(+), 83 deletions(-)


More information about the sudo-commits mailing list