[sudo-commits] sudo changeset 12417:706d726a2f8e

Todd C. Miller Todd.Miller at sudo.ws
Mon May 11 10:26:56 MDT 2020


changeset:	12417:706d726a2f8e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/706d726a2f8e
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon May 11 08:47:54 2020 -0600

Log Message:
	Rename sudo_parse_host_port -> iolog_parse_host_port and mv to lib/iolog
	It is not used outside of the I/O log client and server and the
	host:port syntax may change in the future.

diffstat:

 MANIFEST                                     |    4 +-
 include/sudo_iolog.h                         |    3 +
 include/sudo_util.h                          |    4 -
 lib/iolog/Makefile.in                        |   34 +++++-
 lib/iolog/host_port.c                        |  106 ++++++++++++++++++
 lib/iolog/regress/host_port/host_port_test.c |  151 +++++++++++++++++++++++++++
 lib/util/Makefile.in                         |   34 +-----
 lib/util/host_port.c                         |  106 ------------------
 lib/util/regress/host_port/host_port_test.c  |  148 --------------------------
 lib/util/util.exp.in                         |    1 -
 logsrvd/logsrvd_conf.c                       |    2 +-
 plugins/sudoers/iolog_client.c               |    3 +-
 12 files changed, 299 insertions(+), 297 deletions(-)


More information about the sudo-commits mailing list