[sudo-commits] sudo changeset 5350:c0328e3276b8

Todd C. Miller Todd.Miller at courtesan.com
Mon May 17 10:25:36 EDT 2010


changeset:	5350:c0328e3276b8 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/c0328e3276b8
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon May 17 10:25:27 2010 -0400

Log Message:
	Remove check_sudoedit function pointer in struct sudo_policy.
	Instead, sudo will set sudoedit=true in the settings array.
	The plugin should check for this and modify argv_out as appropriate
	in check_policy.

diffstat:

 doc/sudo_plugin.man.in         |  88 +++++++++++++++++++++--------------------
 doc/sudo_plugin.pod            |  83 +++++++++++++++++++--------------------
 include/sudo_plugin.h          |   3 -
 plugins/sample/sample_plugin.c |  61 ++++++++---------------------
 plugins/sudoers/sudoers.c      |  19 +++-----
 src/parse_args.c               |   9 +++-
 src/sudo.c                     |  18 +-------
 src/sudo_edit.c                |   4 +-
 8 files changed, 121 insertions(+), 164 deletions(-)



More information about the sudo-commits mailing list