From owner-cvs-all Sat Feb 28 17:08:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15715 for cvs-all-outgoing; Sat, 28 Feb 1998 17:08:45 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15709; Sat, 28 Feb 1998 17:08:43 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA03337; Sat, 28 Feb 1998 17:07:52 -0800 (PST) Date: Sat, 28 Feb 1998 17:07:52 -0800 (PST) Message-Id: <199803010107.RAA03337@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c auth.h bundle.c bundle.h ccp.c chap.c chap.h command.c datalink.c datalink.h hdlc.c lcp.c main.c modem.c pap.c pap.h prompt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/02/28 17:07:52 PST Modified files: (Branch: MP) usr.sbin/ppp auth.c auth.h bundle.c bundle.h ccp.c chap.c chap.h command.c datalink.c datalink.h hdlc.c lcp.c main.c modem.c pap.c pap.h prompt.c Log: Do authentication at the datalink level, not the bundle level. The bundle doesn't get a LayerUp 'till we're authenticated. Introduce DATALINK_LCP and DATALINK_AUTH phases. Revision Changes Path 1.27.2.10 +19 -19 src/usr.sbin/ppp/auth.c 1.10.2.4 +6 -3 src/usr.sbin/ppp/auth.h 1.1.2.18 +26 -20 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.12 +3 -1 src/usr.sbin/ppp/Attic/bundle.h 1.30.2.17 +3 -1 src/usr.sbin/ppp/ccp.c 1.28.2.11 +25 -24 src/usr.sbin/ppp/chap.c 1.9.2.3 +9 -2 src/usr.sbin/ppp/chap.h 1.131.2.30 +2 -1 src/usr.sbin/ppp/command.c 1.1.2.16 +122 -54 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.10 +9 -2 src/usr.sbin/ppp/Attic/datalink.h 1.28.2.15 +2 -1 src/usr.sbin/ppp/hdlc.c 1.55.2.23 +1 -4 src/usr.sbin/ppp/lcp.c 1.121.2.29 +2 -1 src/usr.sbin/ppp/main.c 1.77.2.27 +4 -3 src/usr.sbin/ppp/modem.c 1.20.2.11 +15 -14 src/usr.sbin/ppp/pap.c 1.5.2.3 +2 -3 src/usr.sbin/ppp/pap.h 1.1.2.10 +2 -1 src/usr.sbin/ppp/Attic/prompt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message