[sudo-commits] sudo changeset 11839:b6608769ba8a

Todd C. Miller Todd.Miller at sudo.ws
Thu Oct 24 20:05:16 MDT 2019


changeset:	11839:b6608769ba8a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b6608769ba8a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Oct 24 20:04:29 2019 -0600

Log Message:
	Refactor I/O log code so it can be shared between sudoers and logsrvd

diffstat:

 MANIFEST                                                  |    3 +-
 logsrvd/Makefile.in                                       |   53 +-
 logsrvd/iolog.h                                           |   55 -
 logsrvd/iolog_reader.c                                    |  452 --------------
 logsrvd/iolog_writer.c                                    |   84 +-
 logsrvd/logsrvd.h                                         |   19 +
 logsrvd/sendlog.c                                         |  256 ++++++-
 logsrvd/sendlog.h                                         |   14 +-
 mkdep.pl                                                  |    3 +-
 plugins/sudoers/Makefile.in                               |   26 +-
 plugins/sudoers/iolog.h                                   |   39 +-
 plugins/sudoers/iolog_util.c                              |   39 +-
 plugins/sudoers/iolog_util.h                              |   61 +
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |   23 +-
 plugins/sudoers/regress/iolog_util/check_iolog_util.c     |    6 +-
 plugins/sudoers/sudoreplay.c                              |   87 +-
 16 files changed, 461 insertions(+), 759 deletions(-)


More information about the sudo-commits mailing list