[sudo-commits] sudo changeset 13134:d2eebba41618

Todd C. Miller Todd.Miller at sudo.ws
Tue Mar 23 07:44:53 MDT 2021


changeset:	13134:d2eebba41618 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d2eebba41618
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Mar 22 19:51:40 2021 -0600

Log Message:
	Use SIOCGLIFCONF to get interface list where supported (Solaris).
	HP-UX has a SIOCGLIFCONF but it is incompatible (and appears to only
	return IPv6 addresses).
	Also add IPv6 support using SIOCGIFCONF (probably AIX only) and make
	sure ifr_tmpbuf[] is properly aligned.

diffstat:

 src/net_ifs.c |  459 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 367 insertions(+), 92 deletions(-)



More information about the sudo-commits mailing list