It looks like nss_mdns does the right thing now; there were alignment
problems with my NSS wrapper for getaddrinfo() and the addresses it was
returning.
Sorry for the false alarm... I'll start looking at the Zeroconf kernel
bits next.
Regards,
BMS
bms 2007-01-20 18:15:06 UTC
FreeBSD ports repository (src committer)
Modified files:
dns/nss_mdns/files patch-src__bsdnss.c
Log:
Really fix the getaddrinfo() interface. Now 'ssh foo.local' should work.
Revision ChangesPath
1.3 +47 -15ports/dns/nss_mdns
Hajimu UMEMOTO wrote:
bms> Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, because
bms> the BSD NSS interface does not yet support dynamic getnameinfo().
What is dynamic getnameinfo()? Since our getnameinfo() is implemented
as a wrapper for getipnodebaddr(), I think NSS mod
Hi,
> On Sat, 20 Jan 2007 15:00:06 + (UTC)
> Bruce M Simpson <[EMAIL PROTECTED]> said:
bms> Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, because
bms> the BSD NSS interface does not yet support dynamic getnameinfo().
What is dynamic getnameinfo()? Since our ge
bms 2007-01-20 15:00:06 UTC
FreeBSD ports repository (src committer)
Modified files:
dns/nss_mdns/files patch-src__bsdnss.c
Log:
Fix getaddrinfo(). Note that 'ssh foo.local' still doesn't work, because
the BSD NSS interface does not yet support dynamic getnameinfo().