[sudo-commits] sudo changeset 13354:5b88982604e8

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:51 MDT 2021


changeset:	13354:5b88982604e8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5b88982604e8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Allow multiple accept/reject messages during a logsrv conversation.
	The log server now advertises a subcommands flag if it supports
	logging subcommands (e.g. commands run from a sudo-spawned program
	like a shell).  The client should only log additional commands
	during a session if this flag is set in the ServerHello message.

diffstat:

 doc/sudo_logsrv.proto.man.in  |  21 ++++++++++++++++++++-
 doc/sudo_logsrv.proto.mdoc.in |  20 +++++++++++++++++++-
 include/log_server.pb-c.h     |   6 +++++-
 lib/logsrv/log_server.pb-c.c  |  19 ++++++++++++++++---
 lib/logsrv/log_server.proto   |   1 +
 logsrvd/logsrvd.c             |  12 ++++++++----
 6 files changed, 69 insertions(+), 10 deletions(-)



More information about the sudo-commits mailing list