[sudo-commits] sudo changeset 6843:0bd9b7e37ab1

Todd C. Miller Todd.Miller at courtesan.com
Fri Apr 29 16:06:41 EDT 2011


changeset:	6843:0bd9b7e37ab1 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0bd9b7e37ab1
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Apr 29 16:06:35 2011 -0400

Log Message:
	Split ALL, ROLE and TYPE into their own actions.  Since you can
	only have #ifdefs inside of braces, ROLE and TYPE use a naughty
	goto in the non-SELinux case.  This is safe because the actions are
	in one big switch() statement.

diffstat:

 plugins/sudoers/toke.c |  2188 ++++++++++++++++++++++++-----------------------
 plugins/sudoers/toke.l |    40 +-
 2 files changed, 1136 insertions(+), 1092 deletions(-)



More information about the sudo-commits mailing list