[sudo-commits] sudo changeset 11511:39077129d1f9

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 29 11:03:04 MDT 2018


changeset:	11511:39077129d1f9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/39077129d1f9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 29 09:57:12 2018 -0600

Log Message:
	When parsing an I/O log timing line, store the result in a timespec,
	not a double.  The speed factor (for scaling the delay) in sudoreplay
	is still a double but we only need to adjust the delay if the factor
	is something other than 1.0.

diffstat:

 MANIFEST                                                  |    1 +
 plugins/sudoers/Makefile.in                               |   14 +-
 plugins/sudoers/iolog_util.c                              |  175 ++++++++--
 plugins/sudoers/iolog_util.h                              |    4 +-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |  231 +++++++------
 plugins/sudoers/regress/iolog_util/check_iolog_util.c     |  151 +++++++++
 plugins/sudoers/sudoreplay.c                              |   17 +-
 7 files changed, 428 insertions(+), 165 deletions(-)


More information about the sudo-commits mailing list