[sudo-commits] sudo changeset 12804:20594f3f00c1

Todd C. Miller Todd.Miller at sudo.ws
Mon Jan 11 05:32:15 MST 2021


changeset:	12804:20594f3f00c1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/20594f3f00c1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 06 13:01:09 2021 -0700

Log Message:
	Add struct sudo_cred to hold the invoking or runas user credentials.
	We can use this when we need to pass around credential info instead
	of the user_details and command_details structs.

diffstat:

 src/edit_open.c |   75 ++++++++++++++++----------------
 src/exec.c      |   14 +++---
 src/exec_pty.c  |    4 +-
 src/sesh.c      |   50 +++++++++++-----------
 src/sudo.c      |  126 ++++++++++++++++++++++++++++----------------------------
 src/sudo.h      |   26 +++++-----
 src/sudo_edit.c |   84 ++++++++++++++++--------------------
 src/sudo_edit.h |    7 +-
 src/tgetpass.c  |   10 ++--
 9 files changed, 194 insertions(+), 202 deletions(-)



More information about the sudo-commits mailing list