[sudo-commits] sudo changeset 12263:bc802e022f22

Todd C. Miller Todd.Miller at sudo.ws
Wed Feb 26 13:24:07 MST 2020


changeset:	12263:bc802e022f22 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/bc802e022f22
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Feb 26 13:17:40 2020 -0700

Log Message:
	Add --disable-log-server and --disable-log-client configure options.
	These can be used to optionally disable building sudo_logsrvd and
	support for remote I/O logging in the sudoers plugin respectively.

diffstat:

 INSTALL                        |   11 +++
 Makefile.in                    |    7 +-
 config.h.in                    |    4 +
 configure                      |   57 ++++++++++++++++
 configure.ac                   |   39 +++++++++++
 lib/iolog/iolog_fileio.c       |    2 +
 plugins/sudoers/Makefile.in    |    2 +-
 plugins/sudoers/iolog.c        |  138 ++++++++++++++++++++++++++++------------
 plugins/sudoers/iolog_client.c |   11 ++-
 plugins/sudoers/iolog_plugin.h |    2 +-
 plugins/sudoers/sudoers.c      |    8 ++-
 11 files changed, 230 insertions(+), 51 deletions(-)


More information about the sudo-commits mailing list