[sudo-commits] sudo changeset 14446:4a6c57c1b66a

Todd C. Miller Todd.Miller at sudo.ws
Tue Jan 3 16:01:24 MST 2023


changeset:	14446:4a6c57c1b66a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4a6c57c1b66a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jan 03 15:50:42 2023 -0700

Log Message:
	Move hexchar() from the sudoers plugin to lib/util.

diffstat:

 MANIFEST                                       |    4 +-
 include/sudo_util.h                            |    4 +
 lib/util/Makefile.in                           |   47 +++++++++--
 lib/util/hexchar.c                             |  103 +++++++++++++++++++++++++
 lib/util/regress/hexchar/hexchar_test.c        |   81 +++++++++++++++++++
 lib/util/util.exp.in                           |    1 +
 plugins/sudoers/Makefile.in                    |   44 +---------
 plugins/sudoers/hexchar.c                      |  101 ------------------------
 plugins/sudoers/match_digest.c                 |    2 +-
 plugins/sudoers/parse.h                        |    3 -
 plugins/sudoers/regress/parser/check_hexchar.c |   83 --------------------
 plugins/sudoers/toke_util.c                    |    2 +-
 12 files changed, 234 insertions(+), 241 deletions(-)



More information about the sudo-commits mailing list