[sudo-commits] sudo changeset 8578:5d2f27a1b404

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 17 15:13:43 EST 2013


changeset:	8578:5d2f27a1b404 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/5d2f27a1b404
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jan 17 13:29:46 2013 -0500

Log Message:
	Move signal code into its own source file and add sudo_sigaction()
	wrapper that has an extra flag to check the saved_signals list to
	only install the handler if the signal is not already ignored.
	Bump plugin API version for the new front-end signal behavior.

diffstat:

 MANIFEST              |    1 +
 include/sudo_plugin.h |    2 +-
 src/Makefile.in       |   10 ++-
 src/exec.c            |   90 ++++++--------------------
 src/exec_pty.c        |   44 ++++++------
 src/signal.c          |  167 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/sudo.c            |   44 +------------
 src/sudo.h            |   11 ++-
 8 files changed, 229 insertions(+), 140 deletions(-)


More information about the sudo-commits mailing list