[sudo-commits] sudo changeset 9903:04f30a064c25

Todd C. Miller Todd.Miller at courtesan.com
Thu Feb 19 10:13:38 MST 2015


changeset:	9903:04f30a064c25 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/04f30a064c25
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Feb 19 10:02:20 2015 -0700

Log Message:
	Add support for MAIL and NOMAIL command tags to toggle mail sending
	behavior on a per-command (or Cmnd_Alias) basis.

diffstat:

 doc/sudoers.cat                              |    22 +-
 doc/sudoers.man.in                           |    40 +-
 doc/sudoers.mdoc.in                          |    39 +-
 plugins/sudoers/gram.c                       |   800 +++---
 plugins/sudoers/gram.h                       |    34 +-
 plugins/sudoers/gram.y                       |    14 +-
 plugins/sudoers/ldap.c                       |     3 +
 plugins/sudoers/parse.c                      |    35 +-
 plugins/sudoers/parse.h                      |     3 +-
 plugins/sudoers/regress/sudoers/test1.out.ok |     4 +-
 plugins/sudoers/sssd.c                       |     9 +-
 plugins/sudoers/sudoers_version.h            |     3 +-
 plugins/sudoers/testsudoers.c                |    26 +-
 plugins/sudoers/toke.c                       |  3192 +++++++++++++------------
 plugins/sudoers/toke.l                       |    10 +
 plugins/sudoers/visudo_json.c                |    28 +-
 16 files changed, 2239 insertions(+), 2023 deletions(-)


More information about the sudo-commits mailing list