Xu, Qiang (FXSGSC) wrote:
-----Original Message-----
From: Alexey Melnikov [mailto:alexey.melnikov@xxxxxxxxx]
Sent: Thursday, August 06, 2009 6:40 PM
To: Xu, Qiang (FXSGSC)
Cc: cyrus-sasl@xxxxxxxxxxxxxxxxxxxx
Subject: Re: IPv6 Kerberos server address handling in SASL2
GSSAPI plugin
There are some IP manipulation calls being done when the
calling application provides local/remote IP addresses. These
are in "<ip>;<port>" format, so functions manipulating them
are not looking for ':'. So I think this is not relevant to
GSSAPI plugin.
To be honest, I still don't quite understand what you said. Could you elaborate? What functions are manipulating the IP addresses? You mean getaddrinfo() or getnameinfo()?
Neither. I meant _sasl_ipfromstring() called from sasl_setprop() [in
lib/common.c].