>>>>> On Tue, 30 May 2000 17:05:15 +0900
>>>>> Jun-ichiro itojun Hagino <[EMAIL PROTECTED]> said:
>> ume and I discussed it a little bit, directly.
>Tested the patch on a 4.0S system against KRB5 tunnelled through VPN
>(pipsecd for now) then NATed (using IP Filter at the remote side) to my
>employer's network. Kerberos rlogin and KRB5 telnet now work however
>KRB5 ftp still has problems.
itojun> I personally believe the patch to getaddrinfo(3) by ume is
itojun> not very relevant - the patch may change part of its API,
itojun> and it can choke some of the callers. I personally prefer fixing
itojun> ftp(1) and other callers if necessary.
Yes. the patch convert all IPv4 mapped IPv6 address returned into
IPv4 address. If someone announce mapped address using AAAA RR, it
also converted. So, caller have no chance to know whether returned
address is mapped address or native IPv4 address. However, I think
this is rare case in at least now.
After correcting getaddrinfo()'s search order, in some case, A RR is
accidentaly converted into mapped address without expectation of
caller. This may confuse IPv4 people and force inconvenience. I
worry about this.
Fixing ftp(1) and other caller is also important. But, it is another
issue.
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
http://www.imasy.org/~ume/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message