[sudo-commits] sudo changeset 10316:75f24ca13f41

Todd C. Miller Todd.Miller at courtesan.com
Tue Jan 19 14:18:30 MST 2016


changeset:	10316:75f24ca13f41 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/75f24ca13f41
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jan 19 10:32:33 2016 -0700

Log Message:
	Add a SET_FLAG macro to simplify parsing command details boolean
	flags.  Previously, flags were only set and never cleared even if
	the boolean value was false.  This was not a problem as there were
	no default flags for the plugin to enable.  That will change in the
	future.

diffstat:

 src/sudo.c |  64 +++++++++++++++++++++++--------------------------------------
 1 files changed, 24 insertions(+), 40 deletions(-)


More information about the sudo-commits mailing list