From owner-cvs-all Thu Feb 25 12: 6:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99F8A14EE4; Thu, 25 Feb 1999 12:06:12 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA30870; Thu, 25 Feb 1999 12:05:56 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199902252005.MAA30870@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Feb 1999 12:05:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c defs.c defs.h modem.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/02/25 12:05:56 PST Modified files: usr.sbin/ppp command.c defs.c defs.h modem.c Log: Parse IP addresses more securely - specifically, don't allow a bum name to return as 0.0.0.0... we don't want ``delete xxx'' to delete the default route when xxx doesn't resolve. Support IP number specifications as the host when specifying a tcp-style device (rather than *just* hostnames). Revision Changes Path 1.183 +7 -22 src/usr.sbin/ppp/command.c 1.18 +38 -1 src/usr.sbin/ppp/defs.c 1.40 +2 -1 src/usr.sbin/ppp/defs.h 1.103 +4 -9 src/usr.sbin/ppp/modem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message