[sudo-commits] sudo changeset 8673:ad532f107170

Todd C. Miller Todd.Miller at courtesan.com
Sun Feb 24 13:25:54 EST 2013


changeset:	8673:ad532f107170 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ad532f107170
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Feb 23 14:19:07 2013 -0500

Log Message:
	If the policy plugin does not provide a close function, there is
	no command timeout and no pty is required, skip the event loop and
	just exec the command directly.

diffstat:

 src/exec.c            |  37 +++++++------------------------------
 src/exec_common.c     |  42 ++++++++++++++++++++++++++++++++++++++++++
 src/exec_pty.c        |  35 +++++++----------------------------
 src/sudo_exec.h       |   2 ++
 src/sudo_plugin_int.h |   2 +-
 5 files changed, 59 insertions(+), 59 deletions(-)


More information about the sudo-commits mailing list