[sudo-commits] sudo changeset 6842:7473fc2cfa2c

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


changeset:	6842:7473fc2cfa2c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7473fc2cfa2c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Apr 29 16:05:50 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