From owner-cvs-all Wed Nov 7 4:56:41 2001 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id D158D37B417; Wed, 7 Nov 2001 04:56:32 -0800 (PST) Received: from shade.nectar.com (shade.nectar.com [10.0.1.110]) by gw.nectar.com (Postfix) with ESMTP id A703E39; Wed, 7 Nov 2001 06:56:30 -0600 (CST) Received: (from nectar@localhost) by shade.nectar.com (8.11.6/8.11.3) id fA7CuQ110672; Wed, 7 Nov 2001 06:56:26 -0600 (CST) (envelope-from nectar) Date: Wed, 7 Nov 2001 06:56:26 -0600 From: "Jacques A. Vidrine" To: Bill Fenner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, lukem@netbsd.org Subject: Re: cvs commit: src/lib/libc/net nslexer.l nsparser.y Message-ID: <20011107065625.H10346@shade.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Bill Fenner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, lukem@netbsd.org References: <200111070005.fA705QU31621@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111070005.fA705QU31621@freefall.freebsd.org>; from fenner@FreeBSD.org on Tue, Nov 06, 2001 at 04:05:26PM -0800 X-Url: http://www.nectar.com/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 06, 2001 at 04:05:26PM -0800, Bill Fenner wrote: > fenner 2001/11/06 16:05:26 PST > > Modified files: > lib/libc/net nslexer.l nsparser.y > Log: > Don't ignore unknown characters. The previous code treated a line like: > > hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns > > exactly the same as: > > hosts: files dns > > Recover from parse errors by looking for the end of a line; this > allows entries without errors to still be parsed even if there is > an erroneous entry earlier in the file. Please coordinate such changes with . The intent is to keep the nsswitch implementation in sync as much as possible, particularly the administration part of it (i.e. configuration file format). Cheers, -- Jacques A. Vidrine http://www.nectar.com/ Verio/NTT SME = FreeBSD UNIX = Heimdal Kerberos jvidrine@verio.net = nectar@FreeBSD.org = nectar@pdc.kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message