[sudo-commits] sudo changeset 5494:b197515585db

Todd C. Miller Todd.Miller at courtesan.com
Mon Jun 7 18:06:34 EDT 2010


changeset:	5494:b197515585db in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b197515585db
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jun 07 17:28:05 2010 -0400

Log Message:
	Split exec.c into exec.c and exec_pty.c
	Pass a flag in to sudo_execve to indicate whether we need to
	    wait for the command to finish (fork + execve vs. execve).

diffstat:

 Makefile.in  |     2 +
 configure    |     2 +-
 configure.in |     4 +-
 exec.c       |  1107 ++++++---------------------------------------------------
 exec_pty.c   |  1081 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 iolog.c      |     2 +-
 selinux.c    |     4 +-
 sudo.c       |    23 +-
 sudo.h       |    14 +-
 sudo_edit.c  |    11 +-
 10 files changed, 1230 insertions(+), 1020 deletions(-)



More information about the sudo-commits mailing list