[sudo-commits] sudo changeset 9035:72a603e997e0

Todd C. Miller Todd.Miller at courtesan.com
Mon Oct 14 10:50:03 MDT 2013


changeset:	9035:72a603e997e0 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/72a603e997e0
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Oct 12 05:53:52 2013 -0600

Log Message:
	Convert the main sudo event loop to use the event subsystem.
	Read events for I/O buffers are added before the loop starts.
	Write events are added on demand as the buffers are filled.

diffstat:

 src/exec.c      |  613 +++++++++++++++++++++++++++++++++----------------------
 src/exec_pty.c  |  536 ++++++++++++++++++++++++++++--------------------
 src/sudo_exec.h |    6 +-
 3 files changed, 684 insertions(+), 471 deletions(-)


More information about the sudo-commits mailing list