[sudo-commits] sudo changeset 8828:b8f196346eca

Todd C. Miller Todd.Miller at courtesan.com
Mon Apr 15 13:12:18 MDT 2013


changeset:	8828:b8f196346eca in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b8f196346eca
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Apr 14 07:00:21 2013 -0400

Log Message:
	Initial implementation of checksum support in sudoers.
	Currently supports SHA-224, SHA-256, SHA-384, SHA-512.
	TODO: checksum format validation in parser and base64 support.
	      checksum support for ldap sudoers

diffstat:

 MANIFEST                                           |     5 +
 config.h.in                                        |     9 +
 configure                                          |    33 +
 configure.in                                       |     3 +
 plugins/sudoers/Makefile.in                        |    36 +-
 plugins/sudoers/gram.c                             |   794 ++++---
 plugins/sudoers/gram.h                             |     5 +
 plugins/sudoers/gram.y                             |    53 +-
 plugins/sudoers/hexchar.c                          |    95 +
 plugins/sudoers/ldap.c                             |     2 +-
 plugins/sudoers/match.c                            |   148 +-
 plugins/sudoers/parse.h                            |    18 +-
 plugins/sudoers/regress/parser/check_digest.c      |   134 +
 plugins/sudoers/regress/parser/check_digest.out.ok |    36 +
 plugins/sudoers/sha2.h                             |    10 +-
 plugins/sudoers/sssd.c                             |     2 +-
 plugins/sudoers/toke.c                             |  2246 ++++++++++---------
 plugins/sudoers/toke.l                             |    21 +
 plugins/sudoers/toke_util.c                        |    47 +-
 19 files changed, 2200 insertions(+), 1497 deletions(-)


More information about the sudo-commits mailing list