From owner-cvs-usrsbin Sun Dec 7 15:58:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA05072 for cvs-usrsbin-outgoing; Sun, 7 Dec 1997 15:58:02 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA05008; Sun, 7 Dec 1997 15:56:59 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA25809; Sun, 7 Dec 1997 15:55:31 -0800 (PST) Date: Sun, 7 Dec 1997 15:55:31 -0800 (PST) Message-Id: <199712072355.PAA25809@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chap.c lcp.c phase.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/07 15:55:31 PST Modified files: usr.sbin/ppp chap.c lcp.c phase.c Log: Fix PAP, CHAP & LQR req (I broke the byte ordering when I did the deflate re-org). Make PAP & CHAP negotiation prettier in the log file. If both PAP & CHAP are `enabled' and the peer NAKs CHAP suggesting PAP, be friendly and REQ PAP the next time. This is in line with the rfc. Revision Changes Path 1.27 +2 -2 src/usr.sbin/ppp/chap.c 1.50 +51 -12 src/usr.sbin/ppp/lcp.c 1.4 +17 -2 src/usr.sbin/ppp/phase.c