[sudo-commits] sudo changeset 9308:fe61a27c76d3

Todd C. Miller Todd.Miller at courtesan.com
Wed Feb 5 12:41:25 MST 2014


changeset:	9308:fe61a27c76d3 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/fe61a27c76d3
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Feb 05 10:00:07 2014 -0700

Log Message:
	Use inet_pton() instead of inet_aton() and include a version from
	BIND for those without it.

diffstat:

 MANIFEST                     |    1 +
 compat/getaddrinfo.c         |    2 +-
 compat/inet_pton.c           |  256 +++++++++++++++++++++++++++++++++++++++++++
 config.h.in                  |    3 +
 configure                    |  122 +++++--------------
 configure.ac                 |   33 +---
 doc/LICENSE                  |   18 +++
 include/missing.h            |    3 +
 mkdep.pl                     |    2 +-
 plugins/sudoers/interfaces.c |    4 +-
 plugins/sudoers/match_addr.c |    6 +-
 11 files changed, 332 insertions(+), 118 deletions(-)


More information about the sudo-commits mailing list