[sudo-commits] sudo changeset 12944:61416c8aa8ba

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 9 13:53:19 MST 2021


changeset:	12944:61416c8aa8ba in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/61416c8aa8ba
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  |    6 +-
 src/sesh.c      |   50 +++++++++++-----------
 src/sudo.c      |  122 ++++++++++++++++++++++++++++----------------------------
 src/sudo.h      |   26 +++++-----
 src/sudo_edit.c |   84 +++++++++++++++++---------------------
 src/sudo_edit.h |    7 +-
 src/tgetpass.c  |   10 ++--
 9 files changed, 193 insertions(+), 201 deletions(-)



More information about the sudo-commits mailing list