[sudo-commits] sudo changeset 6844:19863b5cecde

Todd C. Miller Todd.Miller at courtesan.com
Fri Apr 29 16:07:42 EDT 2011


changeset:	6844:19863b5cecde in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/19863b5cecde
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Apr 29 16:07:37 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:

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



More information about the sudo-commits mailing list