[sudo-commits] sudo changeset 10834:a36a748e9324

Todd C. Miller Todd.Miller at courtesan.com
Tue Feb 14 15:58:27 MST 2017


changeset:	10834:a36a748e9324 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a36a748e9324
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Feb 14 15:56:34 2017 -0700

Log Message:
	Add support for command timeouts in sudoers.  After the timeout,
	the command will be terminated.

diffstat:

 MANIFEST                                       |     9 +
 doc/sudoers.cat                                |    28 +-
 doc/sudoers.man.in                             |    28 +-
 doc/sudoers.mdoc.in                            |    27 +-
 plugins/sudoers/Makefile.in                    |    14 +-
 plugins/sudoers/def_data.c                     |     4 +
 plugins/sudoers/def_data.h                     |     2 +
 plugins/sudoers/def_data.in                    |     3 +
 plugins/sudoers/defaults.c                     |    30 +
 plugins/sudoers/defaults.h                     |     2 +
 plugins/sudoers/gram.c                         |   690 ++--
 plugins/sudoers/gram.h                         |    11 +-
 plugins/sudoers/gram.y                         |    50 +-
 plugins/sudoers/ldap.c                         |     2 +
 plugins/sudoers/mkdefaults                     |     1 +
 plugins/sudoers/parse.c                        |    17 +-
 plugins/sudoers/parse.h                        |     8 +-
 plugins/sudoers/policy.c                       |     6 +-
 plugins/sudoers/regress/sudoers/test17.in      |    13 +
 plugins/sudoers/regress/sudoers/test17.json.ok |   180 +
 plugins/sudoers/regress/sudoers/test17.out.ok  |    14 +
 plugins/sudoers/regress/sudoers/test17.toke.ok |    11 +
 plugins/sudoers/regress/sudoers/test18.in      |     8 +
 plugins/sudoers/regress/sudoers/test18.out.ok  |     6 +
 plugins/sudoers/regress/sudoers/test18.toke.ok |    10 +
 plugins/sudoers/testsudoers.c                  |     2 +
 plugins/sudoers/timeout.c                      |   113 +
 plugins/sudoers/toke.c                         |  3070 ++++++++++++-----------
 plugins/sudoers/toke.l                         |     5 +
 plugins/sudoers/visudo_json.c                  |     8 +-
 30 files changed, 2495 insertions(+), 1877 deletions(-)


More information about the sudo-commits mailing list