Re: cvs commit: ports/dns/nss_mdns/files patch-src__bsdnss.c

2007-01-20 Thread Bruce M. Simpson
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

cvs commit: ports/dns/nss_mdns/files patch-src__bsdnss.c

2007-01-20 Thread Bruce M Simpson
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

Re: cvs commit: ports/dns/nss_mdns/files patch-src__bsdnss.c

2007-01-20 Thread Bruce M. Simpson
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

Re: cvs commit: ports/dns/nss_mdns/files patch-src__bsdnss.c

2007-01-20 Thread Hajimu UMEMOTO
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

cvs commit: ports/dns/nss_mdns/files patch-src__bsdnss.c

2007-01-20 Thread Bruce M Simpson
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().