[sudo-commits] sudo changeset 13569:8f7763b74563

Todd C. Miller Todd.Miller at sudo.ws
Sun Oct 10 14:28:19 MDT 2021


changeset:	13569:8f7763b74563 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8f7763b74563
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Oct 10 14:24:31 2021 -0600

Log Message:
	cvtsudoers: initial support for CSV output
	For CSV output we double quotes strings that contain commas.  For
	each literal double quote character present inside the string, two
	double quotes are output.

diffstat:

 MANIFEST                         |    1 +
 doc/cvtsudoers.man.in            |   16 +-
 doc/cvtsudoers.mdoc.in           |   13 +-
 plugins/sudoers/Makefile.in      |   28 +-
 plugins/sudoers/cvtsudoers.c     |    8 +-
 plugins/sudoers/cvtsudoers.h     |    4 +
 plugins/sudoers/cvtsudoers_csv.c |  704 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 767 insertions(+), 7 deletions(-)



More information about the sudo-commits mailing list