[sudo-commits] sudo changeset 12225:cfd9d624d8b1

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 11 15:16:50 MST 2020


changeset:	12225:cfd9d624d8b1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cfd9d624d8b1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 11 15:15:36 2020 -0700

Log Message:
	Move duplicated code to parse plugin debug flags to libsudo_util.
	There's no need for four copies of sudo_debug_parse_flags().

diffstat:

 include/sudo_debug.h                      |   2 +
 lib/util/sudo_debug.c                     |  39 ++++++++++++++++++++++++++++
 lib/util/util.exp.in                      |   5 ++-
 plugins/audit_json/audit_json.c           |  42 +------------------------------
 plugins/python/sudo_python_debug.c        |  31 +----------------------
 plugins/sample_approval/sample_approval.c |  42 +------------------------------
 plugins/sudoers/sudoers_debug.c           |  31 +----------------------
 7 files changed, 48 insertions(+), 144 deletions(-)


More information about the sudo-commits mailing list