[sudo-commits] sudo changeset 10893:9834b37f1fb0

Todd C. Miller Todd.Miller at courtesan.com
Tue Mar 28 10:58:31 MDT 2017


changeset:	10893:9834b37f1fb0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9834b37f1fb0
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Mar 27 14:45:24 2017 -0600

Log Message:
	Make check_digest test sudo_filedigest() itself instead of the
	underlying SHA2 functions.  That way we can test it regardless of
	whether we use sudo's SHA2 functions or a library version.

diffstat:

 configure                                          |   19 +-
 configure.ac                                       |    3 +-
 plugins/sudoers/Makefile.in                        |    6 +-
 plugins/sudoers/regress/parser/check_digest.c      |  145 ++++++++++----------
 plugins/sudoers/regress/parser/check_digest.out.ok |   72 +++++-----
 5 files changed, 121 insertions(+), 124 deletions(-)


More information about the sudo-commits mailing list