[sudo-commits] sudo changeset 10843:a8ef7f923d0a

Todd C. Miller Todd.Miller at courtesan.com
Thu Feb 16 10:06:04 MST 2017


changeset:	10843:a8ef7f923d0a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a8ef7f923d0a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Feb 16 09:58:18 2017 -0700

Log Message:
	Add a command line option to specify the command timeout, as long
	as sudoers does not specify a shorter time limit.

diffstat:

 doc/sudo.cat                |  15 +++++++--
 doc/sudo.man.in             |  15 ++++++++-
 doc/sudo.mdoc.in            |  14 +++++++-
 doc/sudoers.cat             |  14 ++++++++-
 doc/sudoers.man.in          |  18 ++++++++++-
 doc/sudoers.mdoc.in         |  17 ++++++++++-
 plugins/sudoers/def_data.c  |   4 ++
 plugins/sudoers/def_data.h  |   2 +
 plugins/sudoers/def_data.in |   3 +
 plugins/sudoers/policy.c    |  20 +++++++++++-
 plugins/sudoers/sudoers.c   |   9 +++++-
 plugins/sudoers/sudoers.h   |   2 +
 src/parse_args.c            |  70 +++++++++++++++++++++++++-------------------
 src/sudo_usage.h.in         |   7 ++-
 14 files changed, 162 insertions(+), 48 deletions(-)


More information about the sudo-commits mailing list