Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 632 Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addresses when setting up krb5_address structures. kpropd still only binds to one socket to avoid the need for a select() loop, so we turn off IPV6_V6ONLY on that socket to ensure that IPv4 connections will still be accepted. Based on a patch from Michael Stapelberg . https://github.com/krb5/krb5/commit/c58f231b1a988eecc99e73f8394f298bf1d2a166 Commit By: ghudson Revision: 24134 Changed Files: U trunk/src/slave/Makefile.in U trunk/src/slave/kprop.c U trunk/src/slave/kprop.h A trunk/src/slave/kprop_sock.c U trunk/src/slave/kpropd.c