[sudo-commits] sudo changeset 14347:d49e1ac7e2f2

Todd C. Miller Todd.Miller at sudo.ws
Thu Dec 1 13:09:43 MST 2022


changeset:	14347:d49e1ac7e2f2 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d49e1ac7e2f2
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Nov 30 11:19:44 2022 -0700

Log Message:
	Convert from using IPC::Open3 to IPC::Run.
	Run tests in a pty so check_ttyname works as expected.
	Explicitly set short command line options letters in GetOptions().
	Add a debug flag to help see what is going on internally.
	Add hook for die() to kill running jobs when we are dying.
	SSH_AGENT_PID will not be present if the agent is forwarded.
	In close_persistent_connections() only close active connections.

diffstat:

 scripts/build_pkgs |  261 +++++++++++++++++++++++++++++++---------------------
 1 files changed, 157 insertions(+), 104 deletions(-)



More information about the sudo-commits mailing list