[sudo-commits] sudo changeset 12840:abfaa390d275

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 27 15:44:06 MST 2021


changeset:	12840:abfaa390d275 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/abfaa390d275
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 27 15:41:54 2021 -0700

Log Message:
	Add strlcpy_unescape() function to undo escaping from front-end.
	Includes unit test.

diffstat:

 MANIFEST                                       |   2 +
 plugins/sudoers/Makefile.in                    |  56 ++++++++++++++++-
 plugins/sudoers/regress/unescape/check_unesc.c |  89 ++++++++++++++++++++++++++
 plugins/sudoers/strlcpy_unesc.c                |  52 +++++++++++++++
 plugins/sudoers/sudoers.c                      |  51 ++++++--------
 plugins/sudoers/sudoers.h                      |   3 +
 6 files changed, 223 insertions(+), 30 deletions(-)



More information about the sudo-commits mailing list