Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2003 10:32:28 -0500
From:      "Aaron Sloan" <security@adtu.org>
To:        "David Malone" <dwmalone@maths.tcd.ie>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: good address will not resolve in freebsd 
Message-ID:  <014501c38ce8$37fcedd0$d3a8a8c0@barney>
References:  <200310071631.aa97061@salmon.maths.tcd.ie>

next in thread | previous in thread | raw e-mail | index | archive | help
> It has to be in the resolver because windows pulls it from the same
> NS's.

You could edit:

/usr/src/lib/libc/net/res_comp.c

and look for the line that says:

#define hyphenchar(c) ((c) == 0x2d)

and replace that with:

#define hyphenchar(c) ((c) == 0x2d || (c) == 0x5f)

Then recompile and install libc

cd /usr/src/lib/libc && make depend && make && make install

David.

Thanks David, 
I'll give it a try for fun. Something I haven't done before.

take care,
Aaron



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014501c38ce8$37fcedd0$d3a8a8c0>