Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 16:57:10 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
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
Message-ID:  <200204162357.g3GNvAb78734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204162357.g3GNvAb78734>