[sudo-commits] sudo changeset 13456:e39ece25fb3b

Todd C. Miller Todd.Miller at sudo.ws
Wed Sep 1 10:20:41 MDT 2021


changeset:	13456:e39ece25fb3b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e39ece25fb3b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Sep 01 10:17:26 2021 -0600

Log Message:
	Switch to a 128-bit token instead of a 64-bit secret.
	Protobuf doesn't have a 128-bit type so use two u64s.
	We now support partial reads of the token.

diffstat:

 include/intercept.pb-c.h    |   9 +++--
 src/exec_intercept.c        |  66 +++++++++++++++++++++++++++-----------------
 src/intercept.pb-c.c        |  29 ++++++++++++++-----
 src/intercept.proto         |   9 +++--
 src/sudo_exec.h             |   8 +++++
 src/sudo_intercept_common.c |  11 ++++---
 6 files changed, 85 insertions(+), 47 deletions(-)



More information about the sudo-commits mailing list