[sudo-commits] sudo changeset 11041:426161a2e06f

Todd C. Miller Todd.Miller at courtesan.com
Tue Aug 1 16:16:49 MDT 2017


changeset:	11041:426161a2e06f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/426161a2e06f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Aug 01 16:14:54 2017 -0600

Log Message:
	Replace tty_tickets option with timestamp_type which can be
	global, ppid or tty.  Defaults to tty (no change in behavior).
	Some users want the ppid behavior.

diffstat:

 INSTALL                     |  13 ++++---
 NEWS                        |   6 +++
 config.h.in                 |   6 +-
 configure                   |  42 +++++++++++++++---------
 configure.ac                |  31 ++++++++++-------
 doc/sudoers.cat             |  55 +++++++++++++++++++++++++++-----
 doc/sudoers.man.in          |  74 ++++++++++++++++++++++++++++++++++++++------
 doc/sudoers.mdoc.in         |  69 +++++++++++++++++++++++++++++++++++------
 plugins/sudoers/def_data.c  |  11 ++++++
 plugins/sudoers/def_data.h  |   7 +++-
 plugins/sudoers/def_data.in |   4 ++
 plugins/sudoers/defaults.c  |   4 +-
 plugins/sudoers/sudoers.c   |  20 ++++++++++++
 plugins/sudoers/timestamp.c |  68 +++++++++++++++++++++++-----------------
 14 files changed, 310 insertions(+), 100 deletions(-)


More information about the sudo-commits mailing list