cvs commit: src/lib/libc/resolv res_comp.c

2008-03-05 Thread Xin LI
delphij 2008-03-06 01:05:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/resolv res_comp.c Log: MFC revision 1.5 date: 2008/02/16 00:16:49; author: delphij; state: Exp; lines: +2 -1 Allow underscore in domain names while resolving. Wh

cvs commit: src/lib/libc/resolv res_comp.c

2008-03-05 Thread Xin LI
delphij 2008-03-06 01:05:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/resolv res_comp.c Log: MFC revision 1.5 date: 2008/02/16 00:16:49; author: delphij; state: Exp; lines: +2 -1 Allow underscore in domain names while resolving. Wh

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-18 Thread Doug Barton
Guy Helmer wrote: I've been recently looking at DomainKeys, and underscores appear to be typically used in the domain components for domain keys TXT records (example below from http://www.elandsys.com/resources/sendmail/domainkeys.html): mail._domainkey.example.com. IN TXT "k=rsa; t=y;

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-18 Thread Wes Peters
On Feb 18, 2008, at 6:38 AM, Guy Helmer wrote: Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 M. Warner Losh wrote: I don't think it would be the end of world if we allow _ in host names. All other (lame) OSes allows it, their resolver just accepts this character and give the

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-18 Thread Guy Helmer
Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Andrey Chernov <[EMAIL PROTECTED]> writes: : On Sat, Feb 16, 2008 at 12:16:49AM +, Xin LI wrote: : > delphij 2008-02-16 00:16:49 UTC : > : > FreeBSD src re

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-16 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Andrey Chernov <[EMAIL PROTECTED]> writes: > : On Sat, Feb 16, 2008 at 12:16:49AM +, Xin LI wrote: > : > delphij 2008-02-16 00:16:49 UTC > : > > : > FreeBSD src repository

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-16 Thread Hajimu UMEMOTO
Hi, > On Sat, 16 Feb 2008 14:58:13 +0100 > Pawel Worach <[EMAIL PROTECTED]> said: pawel> Dag-Erling Smørgrav wrote: > "M. Warner Losh" <[EMAIL PROTECTED]> writes: >> Plus there was a very long, very heated thread about removing _ as a >> valid name years ago. Have conditions changed sinc

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-16 Thread Pawel Worach
Dag-Erling Smørgrav wrote: "M. Warner Losh" <[EMAIL PROTECTED]> writes: Plus there was a very long, very heated thread about removing _ as a valid name years ago. Have conditions changed since then? Frankly, I'd like to have seen a change like this discussed more widely. There was much debate

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-16 Thread Dag-Erling Smørgrav
"M. Warner Losh" <[EMAIL PROTECTED]> writes: > Plus there was a very long, very heated thread about removing _ as a > valid name years ago. Have conditions changed since then? Frankly, > I'd like to have seen a change like this discussed more widely. There > was much debate before, and there tur

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andrey Chernov <[EMAIL PROTECTED]> writes: : On Sat, Feb 16, 2008 at 12:16:49AM +, Xin LI wrote: : > delphij 2008-02-16 00:16:49 UTC : > : > FreeBSD src repository : > : > Modified files: : > lib/libc/resolv res_comp.c : > Log: :

Re: cvs commit: src/lib/libc/resolv res_comp.c

2008-02-15 Thread Andrey Chernov
On Sat, Feb 16, 2008 at 12:16:49AM +, Xin LI wrote: > delphij 2008-02-16 00:16:49 UTC > > FreeBSD src repository > > Modified files: > lib/libc/resolv res_comp.c > Log: > Allow underscore in domain names while resolving. While having underscore > is a violation of RFC

cvs commit: src/lib/libc/resolv res_comp.c

2008-02-15 Thread Xin LI
delphij 2008-02-16 00:16:49 UTC FreeBSD src repository Modified files: lib/libc/resolv res_comp.c Log: Allow underscore in domain names while resolving. While having underscore is a violation of RFC 1034 [STD 13], it is accepted by certain name servers as well as other