[sudo-commits] sudo changeset 8548:c0b32b0938f2

Todd C. Miller Todd.Miller at courtesan.com
Fri Jan 11 14:34:20 EST 2013


changeset:	8548:c0b32b0938f2 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/c0b32b0938f2
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jan 11 14:34:09 2013 -0500

Log Message:
	Add exec_background option in plugin command info and a sudoers
	option to match.  When set, commands are started in the background
	and automatically foregrounded as needed.  There are issues with
	some ill-mannered programs (like Linux su) so this is not the
	default.

diffstat:

 doc/sudo_plugin.cat         |  45 ++++++++++++++++++++++++++++++-
 doc/sudo_plugin.man.in      |  65 +++++++++++++++++++++++++++++++++++++++++++-
 doc/sudo_plugin.mdoc.in     |  64 ++++++++++++++++++++++++++++++++++++++++++-
 doc/sudoers.cat             |  40 +++++++++++++++++++++++++++-
 doc/sudoers.man.in          |  59 ++++++++++++++++++++++++++++++++++++++++-
 doc/sudoers.mdoc.in         |  60 ++++++++++++++++++++++++++++++++++++++++-
 plugins/sudoers/def_data.c  |   4 ++
 plugins/sudoers/def_data.h  |   2 +
 plugins/sudoers/def_data.in |   3 ++
 plugins/sudoers/sudoers.c   |   4 +-
 src/exec_pty.c              |  29 ++++---------------
 src/sudo.c                  |   9 +++++-
 src/sudo.h                  |   3 +-
 13 files changed, 351 insertions(+), 36 deletions(-)


More information about the sudo-commits mailing list