[sudo-commits] sudo changeset 7439:4cf9ac831222

Todd C. Miller Todd.Miller at courtesan.com
Fri Dec 2 17:28:58 EST 2011


changeset:	7439:4cf9ac831222 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/4cf9ac831222
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Dec 02 17:28:50 2011 -0500

Log Message:
	Add getaddrinfo() for those without it, written by Russ Allbery

diffstat:

 MANIFEST                  |    2 +
 aclocal.m4                |    2 +-
 compat/getaddrinfo.c      |  436 ++++++++++++++++++++++++++++++++++++++++++++++
 compat/getaddrinfo.h      |   75 +++++++
 config.h.in               |   10 +-
 configure                 |   33 +++-
 configure.in              |   12 +-
 plugins/sudoers/sudoers.c |   15 +-
 src/net_ifs.c             |    4 +-
 9 files changed, 567 insertions(+), 22 deletions(-)



More information about the sudo-commits mailing list