[sudo-commits] sudo changeset 9615:27bb504860f3

Todd C. Miller Todd.Miller at courtesan.com
Tue Aug 26 12:08:05 MDT 2014


changeset:	9615:27bb504860f3 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/27bb504860f3
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Aug 26 12:07:57 2014 -0600

Log Message:
	Change behavior when plugin I/O logging function returns 0 or -1.
	For -1 (error) return, we now kill the command and disable
	the I/O logging function that returned the error.
	For a 0 (reject) return, we no longer display the rejected
	output to the user's terminal.  The plugin API revision is now 1.6.

diffstat:

 doc/sudo_plugin.cat     |  43 +++++++++++++++++----
 doc/sudo_plugin.man.in  |  61 ++++++++++++++++++++++++------
 doc/sudo_plugin.mdoc.in |  60 ++++++++++++++++++++++++------
 include/sudo_plugin.h   |   2 +-
 src/exec_pty.c          |  97 +++++++++++++++++++++++++++++++++++++++++-------
 5 files changed, 214 insertions(+), 49 deletions(-)


More information about the sudo-commits mailing list