[sudo-commits] sudo changeset 13161:d228aaf9b6fa

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 6 16:33:21 MDT 2021


changeset:	13161:d228aaf9b6fa in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d228aaf9b6fa
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 06 14:44:19 2021 -0600

Log Message:
	Move reference-counted string code from sudoers to libsudo_util.
	It will be used by sudo_logsrvd too.

diffstat:

 MANIFEST                        |    2 +-
 include/sudo_util.h             |    6 ++
 lib/util/Makefile.in            |   10 +++-
 lib/util/rcstr.c                |  102 ++++++++++++++++++++++++++++++++++++++++
 lib/util/util.exp.in            |    4 +
 plugins/sudoers/Makefile.in     |   22 +--------
 plugins/sudoers/alias.c         |    4 +-
 plugins/sudoers/check_aliases.c |    2 +-
 plugins/sudoers/cvtsudoers.c    |    4 +-
 plugins/sudoers/gram.c          |   18 +++---
 plugins/sudoers/gram.y          |   18 +++---
 plugins/sudoers/ldap.c          |    6 +-
 plugins/sudoers/ldap_util.c     |    6 +-
 plugins/sudoers/rcstr.c         |  100 ---------------------------------------
 plugins/sudoers/sssd.c          |    8 +-
 plugins/sudoers/sudoers.h       |    6 --
 plugins/sudoers/toke.c          |   34 ++++++------
 plugins/sudoers/toke.l          |   34 ++++++------
 plugins/sudoers/visudo.c        |   12 ++--
 19 files changed, 196 insertions(+), 202 deletions(-)



More information about the sudo-commits mailing list