[sudo-commits] sudo changeset 12692:935c30cf7633

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 26 18:12:17 MDT 2020


changeset:	12692:935c30cf7633 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/935c30cf7633
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 26 16:16:46 2020 -0600

Log Message:
	Add support for file log line wrapping in libeventlog.

diffstat:

 MANIFEST                                          |    8 +-
 include/sudo_eventlog.h                           |   13 +
 lib/eventlog/Makefile.in                          |   55 ++++++-
 lib/eventlog/eventlog.c                           |   19 ++-
 lib/eventlog/logwrap.c                            |   90 +++++++++++
 lib/eventlog/regress/logwrap/check_wrap.c         |  103 ++++++++++++
 lib/eventlog/regress/logwrap/check_wrap.in        |    4 +
 lib/eventlog/regress/logwrap/check_wrap.out.ok    |  175 ++++++++++++++++++++++
 plugins/sudoers/Makefile.in                       |   48 +-----
 plugins/sudoers/logging.c                         |    1 +
 plugins/sudoers/logging.h                         |    6 -
 plugins/sudoers/logwrap.c                         |   76 ---------
 plugins/sudoers/regress/logging/check_wrap.c      |  104 -------------
 plugins/sudoers/regress/logging/check_wrap.in     |    4 -
 plugins/sudoers/regress/logging/check_wrap.out.ok |  175 ----------------------
 plugins/sudoers/sudoers.c                         |   11 +
 16 files changed, 473 insertions(+), 419 deletions(-)



More information about the sudo-commits mailing list