[sudo-commits] sudo changeset 9682:1a1a70dba9c0

Todd C. Miller Todd.Miller at courtesan.com
Thu Oct 2 07:55:18 MDT 2014


changeset:	9682:1a1a70dba9c0 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1a1a70dba9c0
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Oct 02 07:55:08 2014 -0600

Log Message:
	Use inet_ntop() instead of inet_ntoa() and include a version for
	systems that are missing it.

diffstat:

 MANIFEST             |    1 +
 config.h.in          |    4 +-
 configure            |   47 +++++----
 configure.ac         |   17 ++-
 lib/util/inet_ntop.c |  230 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/net_ifs.c        |   71 +++++++--------
 6 files changed, 304 insertions(+), 66 deletions(-)


More information about the sudo-commits mailing list