From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5301 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Proposed RFC 3484/6724 subset for getaddrinfo Date: Sat, 21 Jun 2014 19:32:42 -0400 Message-ID: <20140621233242.GJ179@brightrain.aerifal.cx> References: <20140620155651.GA6823@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1403393579 6917 80.91.229.3 (21 Jun 2014 23:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Jun 2014 23:32:59 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5306-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jun 22 01:32:56 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WyUmG-0006FH-3A for gllmg-musl@plane.gmane.org; Sun, 22 Jun 2014 01:32:56 +0200 Original-Received: (qmail 9879 invoked by uid 550); 21 Jun 2014 23:32:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9871 invoked from network); 21 Jun 2014 23:32:55 -0000 Content-Disposition: inline In-Reply-To: <20140620155651.GA6823@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5301 Archived-At: On Fri, Jun 20, 2014 at 11:56:51AM -0400, Rich Felker wrote: > So I'd like to propose a subset of the rules in RFC 6724 which I think > suffice for getaddrinfo's use with DNS results. For reference, the > original rules are here in section 6: > [...] Implemented and committed. Rich