[sudo-commits] sudo changeset 12245:15a6667b1198

Todd C. Miller Todd.Miller at sudo.ws
Mon Feb 17 16:48:21 MST 2020


changeset:	12245:15a6667b1198 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/15a6667b1198
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Feb 17 16:25:18 2020 -0700

Log Message:
	Add support for JSON structured logging using syslog.
	Note that depending on the system, the default syslog buffer
	may not be large enough to store all the logging data.

diffstat:

 doc/sudo_logsrvd.conf.man.in  |    6 +-
 doc/sudo_logsrvd.conf.mdoc.in |    6 +-
 include/sudo_json.h           |    2 +-
 lib/util/json.c               |    2 +-
 logsrvd/eventlog.c            |  429 +++++++++++++++++++++++++----------------
 5 files changed, 269 insertions(+), 176 deletions(-)


More information about the sudo-commits mailing list