[sudo-commits] sudo changeset 15268:3bc19566a59d

Todd C. Miller Todd.Miller at sudo.ws
Sat Mar 9 11:42:18 MST 2024


changeset:	15268:3bc19566a59d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3bc19566a59d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Mar 09 10:59:54 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.c plugins/sudoers/sudoers.h plugins/sudoers/sudoers_cb.c

Log Message:
	Add "json_pretty" log format, currently the same as "json".

	In a future version, "json" will be an alias for "json_compact"
	instead.  GitHub issue #357.


diffstat:

 docs/sudo_logsrvd.conf.man.in  |  42 ++++++++++++++++++++++++++----------------
 docs/sudo_logsrvd.conf.mdoc.in |  37 +++++++++++++++++++++++--------------
 docs/sudoers.man.in            |  40 +++++++++++++++++++++++++---------------
 docs/sudoers.mdoc.in           |  35 ++++++++++++++++++++++-------------
 include/sudo_eventlog.h        |   3 ++-
 lib/eventlog/eventlog.c        |   2 ++
 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.c      |  27 +++++++++++++++++++++++++++
 plugins/sudoers/sudoers.h      |   1 +
 plugins/sudoers/sudoers_cb.c   |  19 +------------------
 14 files changed, 135 insertions(+), 92 deletions(-)



More information about the sudo-commits mailing list