[sudo-commits] sudo changeset 10853:0259467c38dd

Todd C. Miller Todd.Miller at courtesan.com
Mon Feb 20 16:46:01 MST 2017


changeset:	10853:0259467c38dd in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/0259467c38dd
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Feb 20 16:44:12 2017 -0700

Log Message:
	Add support for using the message digest functions in libgcrypt
	instead of sudo's own SHA2 implementation.

diffstat:

 INSTALL                             |    6 +
 MANIFEST                            |    1 +
 configure                           |  117 ++++++++++++++++++++++++++++++++++++
 configure.ac                        |   14 ++++
 mkdep.pl                            |    2 +-
 plugins/sudoers/Makefile.in         |   11 +++
 plugins/sudoers/filedigest_gcrypt.c |  113 ++++++++++++++++++++++++++++++++++
 7 files changed, 263 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list