[sudo-commits] sudo changeset 12737:1bb3915f61b6

Todd C. Miller Todd.Miller at sudo.ws
Mon Nov 16 06:34:34 MST 2020


changeset:	12737:1bb3915f61b6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1bb3915f61b6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Nov 14 06:17:41 2020 -0700

Log Message:
	Add sudoerserrorf(), a printf-style yyerror() function.
	Use this to display a better error message when using a reserved
	work in an alias definition.

diffstat:

 plugins/sudoers/alias.c                           |    4 +
 plugins/sudoers/gram.c                            |  464 ++++++++++++---------
 plugins/sudoers/gram.y                            |   53 +-
 plugins/sudoers/logging.h                         |    6 +-
 plugins/sudoers/regress/testsudoers/test13.out.ok |   12 +-
 plugins/sudoers/toke.h                            |    1 +
 6 files changed, 323 insertions(+), 217 deletions(-)



More information about the sudo-commits mailing list