[sudo-commits] sudo changeset 12165:734b29194a82

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 30 21:23:03 MST 2020


changeset:	12165:734b29194a82 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/734b29194a82
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 30 13:12:25 2020 -0700

Log Message:
	Add a simple API for writing JSON records.
	To be used by the upcoming JSON audit module.

diffstat:

 MANIFEST             |    2 +
 include/sudo_json.h  |   70 +++++++++++++
 lib/util/Makefile.in |   14 ++-
 lib/util/json.c      |  258 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/util/util.exp.in |    8 +-
 5 files changed, 349 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list