From owner-cvs-all Tue Apr 16 16:57:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A24337B400; Tue, 16 Apr 2002 16:57:10 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3GNvAb78734; Tue, 16 Apr 2002 16:57:10 -0700 (PDT) (envelope-from brian) Message-Id: <200204162357.g3GNvAb78734@freefall.freebsd.org> From: Brian Somers Date: Tue, 16 Apr 2002 16:57:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h command.c deflate.c fsm.c fsm.h ipcp.c ipv6cp.c lcp.c lcp.h mppe.c pred.c X-FreeBSD-CVS-Branch: HEAD 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 brian 2002/04/16 16:57:10 PDT Modified files: usr.sbin/ppp ccp.c ccp.h command.c deflate.c fsm.c fsm.h ipcp.c ipv6cp.c lcp.c lcp.h mppe.c pred.c Log: Make the way FSM options are processed easier to read by using structures instead of u_char *. The changes are cosmetic except: RecvConfigAck() now displays the options that are being ACK'd Huge (bogus) options sent from the peer won't cause an infinite loop SendIdent and ReceiveIdent are displayed consistenlty with other FSM data LCP AUTHPROTO options that aren't understood are NAK'd, not REJ'd Revision Changes Path 1.71 +42 -68 src/usr.sbin/ppp/ccp.c 1.30 +8 -8 src/usr.sbin/ppp/ccp.h 1.281 +1 -1 src/usr.sbin/ppp/command.c 1.23 +10 -10 src/usr.sbin/ppp/deflate.c 1.63 +127 -29 src/usr.sbin/ppp/fsm.c 1.26 +41 -21 src/usr.sbin/ppp/fsm.h 1.113 +142 -159 src/usr.sbin/ppp/ipcp.c 1.6 +36 -50 src/usr.sbin/ppp/ipv6cp.c 1.101 +324 -346 src/usr.sbin/ppp/lcp.c 1.30 +0 -14 src/usr.sbin/ppp/lcp.h 1.17 +8 -8 src/usr.sbin/ppp/mppe.c 1.33 +11 -21 src/usr.sbin/ppp/pred.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message