[sudo-commits] sudo changeset 7127:dfa2c4636f33

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


changeset:	7127:dfa2c4636f33 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/dfa2c4636f33
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jul 29 10:10:40 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