[sudo-commits] sudo changeset 13159:071c231e76a9

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 6 16:33:18 MDT 2021


changeset:	13159:071c231e76a9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/071c231e76a9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 06 14:44:19 2021 -0600

Log Message:
	Add a relay mode to sudo_logsrvd where it forwards instead of stores.
	Relay hosts are be specified in the server section of sudo_logsrvd.conf.

diffstat:

 MANIFEST                |     1 +
 logsrvd/Makefile.in     |    26 +-
 logsrvd/logsrvd.c       |    94 +++-
 logsrvd/logsrvd.h       |    48 ++-
 logsrvd/logsrvd_conf.c  |    45 ++
 logsrvd/logsrvd_relay.c |  1023 +++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1212 insertions(+), 25 deletions(-)



More information about the sudo-commits mailing list