[sudo-commits] sudo changeset 10190:f4ad82e36d90

Todd C. Miller Todd.Miller at courtesan.com
Mon Sep 7 06:06:15 MDT 2015


changeset:	10190:f4ad82e36d90 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/f4ad82e36d90
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Sep 07 06:06:08 2015 -0600

Log Message:
	Lock individual records in the timestamp file instead of the entire
	file.  This will make it possible for multiple sudo processes using
	the same tty to serialize their timestamp lookups.

diffstat:

 config.h.in                 |    3 -
 configure                   |   19 +-
 configure.ac                |    8 +-
 include/sudo_util.h         |    2 +
 lib/util/locking.c          |   65 +--
 lib/util/util.exp.in        |    1 +
 plugins/sudoers/check.c     |   29 +-
 plugins/sudoers/check.h     |   15 +-
 plugins/sudoers/policy.c    |    2 +-
 plugins/sudoers/sudoers.h   |    3 +-
 plugins/sudoers/timestamp.c |  658 +++++++++++++++++++++++++------------------
 11 files changed, 447 insertions(+), 358 deletions(-)


More information about the sudo-commits mailing list