[sudo-commits] sudo changeset 15267:d5f74fbe0529

Todd C. Miller Todd.Miller at sudo.ws
Fri Mar 8 16:45:04 MST 2024


changeset:	15267:d5f74fbe0529 in /raid/repos/sudo
tags:		tip
details:	https://www.sudo.ws/repos/sudo/rev/d5f74fbe0529
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Mar 08 16:31:39 2024 -0700
files:		docs/sudo_logsrvd.conf.man.in docs/sudo_logsrvd.conf.mdoc.in docs/sudoers.man.in docs/sudoers.mdoc.in include/sudo_eventlog.h lib/eventlog/eventlog.c logsrvd/logsrvd_conf.c plugins/sudoers/def_data.c plugins/sudoers/def_data.h plugins/sudoers/def_data.in plugins/sudoers/logging.c plugins/sudoers/sudoers_cb.c

Log Message:
	Add json_compact log type for compact/minified JSON.

	The "json_compact" log type logs one event per line in compact/minified
	JSON format.  GitHub issue #357.


diffstat:

 docs/sudo_logsrvd.conf.man.in  |  45 +++++++++++++++++++++++++++++++----
 docs/sudo_logsrvd.conf.mdoc.in |  39 ++++++++++++++++++++++++++----
 docs/sudoers.man.in            |  27 +++++++++++++++++----
 docs/sudoers.mdoc.in           |  24 ++++++++++++++++---
 include/sudo_eventlog.h        |   3 +-
 lib/eventlog/eventlog.c        |  52 +++++++++++++++++++++++++----------------
 logsrvd/logsrvd_conf.c         |   2 +
 plugins/sudoers/def_data.c     |   1 +
 plugins/sudoers/def_data.h     |   1 +
 plugins/sudoers/def_data.in    |   2 +-
 plugins/sudoers/logging.c      |  15 +++++++++++-
 plugins/sudoers/sudoers_cb.c   |  15 +++++++++++-
 12 files changed, 180 insertions(+), 46 deletions(-)



More information about the sudo-commits mailing list