[sudo-commits] sudo changeset 10847:3ba0f9567f83

Todd C. Miller Todd.Miller at courtesan.com
Sat Feb 18 16:09:21 MST 2017


changeset:	10847:3ba0f9567f83 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3ba0f9567f83
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Feb 18 15:35:48 2017 -0700

Log Message:
	Add NOTBEFORE and NOTAFTER command options similar to what is
	already available in LDAP.

diffstat:

 MANIFEST                                       |     9 +
 config.h.in                                    |     6 +
 configure                                      |    47 +
 configure.ac                                   |     5 +
 doc/sudoers.cat                                |    22 +-
 doc/sudoers.man.in                             |    40 +-
 doc/sudoers.mdoc.in                            |    37 +-
 include/sudo_debug.h                           |    12 +-
 lib/util/sudo_debug.c                          |    15 +-
 lib/util/util.exp.in                           |     1 +
 plugins/sudoers/Makefile.in                    |    41 +-
 plugins/sudoers/gentime.c                      |   158 +
 plugins/sudoers/gmtoff.c                       |    67 +
 plugins/sudoers/gram.c                         |   694 ++--
 plugins/sudoers/gram.h                         |    12 +-
 plugins/sudoers/gram.y                         |    38 +
 plugins/sudoers/parse.c                        |    47 +-
 plugins/sudoers/parse.h                        |    10 +
 plugins/sudoers/regress/parser/check_gentime.c |    84 +
 plugins/sudoers/regress/sudoers/test19.in      |    12 +
 plugins/sudoers/regress/sudoers/test19.json.ok |   156 +
 plugins/sudoers/regress/sudoers/test19.out.ok  |    14 +
 plugins/sudoers/regress/sudoers/test19.toke.ok |    12 +
 plugins/sudoers/regress/visudo/test10.out.ok   |     1 +
 plugins/sudoers/regress/visudo/test10.sh       |    11 +
 plugins/sudoers/sudoers_version.h              |     9 +-
 plugins/sudoers/testsudoers.c                  |    13 +
 plugins/sudoers/toke.c                         |  3192 ++++++++++++-----------
 plugins/sudoers/toke.l                         |    12 +-
 29 files changed, 2842 insertions(+), 1935 deletions(-)


More information about the sudo-commits mailing list