[sudo-commits] sudo changeset 11399:c53cf5c508eb

Todd C. Miller Todd.Miller at sudo.ws
Fri May 25 08:53:12 MDT 2018


changeset:	11399:c53cf5c508eb in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c53cf5c508eb
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu May 24 21:04:07 2018 -0600

Log Message:
	Move digest code into libutil

diffstat:

 MANIFEST                                      |     6 +-
 configure                                     |    10 +-
 configure.ac                                  |    10 +-
 include/sudo_digest.h                         |    44 +
 lib/util/Makefile.in                          |    23 +-
 lib/util/digest.c                             |   170 ++
 lib/util/digest_gcrypt.c                      |   150 ++
 lib/util/digest_openssl.c                     |   160 ++
 lib/util/util.exp.in                          |     6 +
 mkdep.pl                                      |     2 +-
 plugins/sudoers/Makefile.in                   |   353 ++--
 plugins/sudoers/digestname.c                  |     1 +
 plugins/sudoers/filedigest.c                  |    76 +-
 plugins/sudoers/filedigest_gcrypt.c           |   112 -
 plugins/sudoers/filedigest_openssl.c          |   132 -
 plugins/sudoers/gram.c                        |   229 +-
 plugins/sudoers/gram.h                        |     2 +-
 plugins/sudoers/gram.y                        |    23 +-
 plugins/sudoers/ldap_util.c                   |     9 +-
 plugins/sudoers/match.c                       |    40 +-
 plugins/sudoers/parse.h                       |    12 +-
 plugins/sudoers/regress/parser/check_digest.c |     1 +
 plugins/sudoers/sudo_ldap.h                   |     2 +-
 plugins/sudoers/toke.c                        |  1868 +++++++++++++-----------
 plugins/sudoers/toke.l                        |    23 +-
 25 files changed, 1958 insertions(+), 1506 deletions(-)


More information about the sudo-commits mailing list