[sudo-commits] sudo changeset 13861:a224b006bfb3

Todd C. Miller Todd.Miller at sudo.ws
Sun Mar 6 19:02:38 MST 2022


changeset:	13861:a224b006bfb3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a224b006bfb3
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Mar 06 18:54:30 2022 -0700

Log Message:
	Preserve the column and error message when there is a syntax error.
	This information is now included in the error mail sent to root.

diffstat:

 plugins/sudoers/check_aliases.c |    5 +-
 plugins/sudoers/cvtsudoers.c    |   10 +-
 plugins/sudoers/file.c          |    9 +-
 plugins/sudoers/gram.c          |  571 ++++++++++++++++++++-------------------
 plugins/sudoers/gram.h          |    2 +-
 plugins/sudoers/gram.y          |   21 +-
 plugins/sudoers/sudoers.h       |    2 +
 plugins/sudoers/visudo.c        |    8 +-
 8 files changed, 331 insertions(+), 297 deletions(-)



More information about the sudo-commits mailing list