[sudo-commits] sudo changeset 12946:02eaf82eadce

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


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

Log Message:
	Split up sesh_sudoedit() so it is organized more like sudo_edit.c.
	The new sesh_edit_create_tfiles() and sesh_edit_copy_tfiles() functions
	are analogous to sudo_edit_create_tfiles() and sudo_edit_copy_tfiles().
	Also use "sudoedit" in the warning/error messages from sesh_sudoedit().
	Otherwise, the user gets a mix of messages from sudoedit and sesh.

diffstat:

 src/sesh.c      |  308 ++++++++++++++++++++++++++++++-------------------------
 src/sudo_edit.c |    2 -
 2 files changed, 169 insertions(+), 141 deletions(-)



More information about the sudo-commits mailing list