[sudo-commits] sudo changeset 7128:f666191a4e80

Todd C. Miller Todd.Miller at courtesan.com
Fri Jul 29 10:50:57 EDT 2011


changeset:	7128:f666191a4e80 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/f666191a4e80
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jul 29 10:50:52 2011 -0400

Log Message:
	Go back to escaping the command args for "sudo -i" and "sudo -s"
	before calling the plugin.  Otherwise, spaces in the command args
	are not treated properly.  The sudoers plugin will unescape non-spaces
	to make matching easier.

diffstat:

 plugins/sudoers/sudoers.c |  37 +++++++++++++++++++++++++++----------
 src/parse_args.c          |  25 ++++++++++++++++++-------
 src/sudo.c                |  31 -------------------------------
 3 files changed, 45 insertions(+), 48 deletions(-)



More information about the sudo-commits mailing list