[sudo-commits] sudo changeset 7531:57dd9b565bb6

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:07:07 EST 2012


changeset:	7531:57dd9b565bb6 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/57dd9b565bb6
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 12:55:48 2012 -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