[sudo-commits] sudo changeset 7834:587f1f819536

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 8 11:36:11 EST 2012


changeset:	7834:587f1f819536 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/587f1f819536
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Mar 02 11:04:09 2012 -0500

Log Message:
	Add support for plugin args at the end of a Plugin line in sudo.conf.
	Bump the minor number accordingly and update the documentation.  A
	plugin must check the sudo front end's version before using the
	plugin_args parameter since it is only supported for API version
	1.2 and higher.

diffstat:

 common/sudo_conf.c             |   33 ++++-
 doc/sample.sudo.conf           |    3 +-
 doc/sudo.pod                   |    8 +-
 doc/sudo_plugin.pod            |   49 ++++++-
 doc/sudoers.pod                |  272 +++++++++++++++++++++++++---------------
 include/sudo_conf.h            |    1 +
 include/sudo_plugin.h          |    8 +-
 plugins/sample/sample_plugin.c |    4 +-
 plugins/sudoers/iolog.c        |    2 +-
 plugins/sudoers/sudoers.c      |   55 ++++---
 plugins/sudoers/toke.l         |    2 +-
 src/load_plugins.c             |    2 +
 src/sudo.c                     |   30 +++-
 src/sudo_plugin_int.h          |   35 +++++
 14 files changed, 354 insertions(+), 150 deletions(-)



More information about the sudo-commits mailing list