[sudo-commits] sudo changeset 5307:98734eea8ef1

Todd C. Miller Todd.Miller at courtesan.com
Wed May 5 13:20:08 EDT 2010


changeset:	5307:98734eea8ef1 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/98734eea8ef1
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 04 19:17:31 2010 -0400

Log Message:
	Add pointer to a printf like function to plugin open functon.
	This can be used instead of the conversation function to display
	info and error messages.

diffstat:

 include/sudo_plugin.h          |    9 +-
 plugins/sample/sample_plugin.c |   80 ++++++++++----------------
 plugins/sudoers/iolog.c        |    5 +-
 plugins/sudoers/ldap.c         |  121 ++++++++++++++++++++++------------------
 plugins/sudoers/logging.c      |   27 ++++----
 plugins/sudoers/plugin_error.c |   25 --------
 plugins/sudoers/sudoers.c      |   10 ++-
 plugins/sudoers/sudoers.h      |    7 +-
 src/conversation.c             |   30 +++++++++-
 src/sudo.c                     |    8 +-
 src/sudo_plugin_int.h          |    1 +
 11 files changed, 163 insertions(+), 160 deletions(-)



More information about the sudo-commits mailing list