Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 1997 18:22:23 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit:  src/usr.sbin/ppp auth.c ccp.c chap.c chat.c command.c filter.c filter.h fsm.c hdlc.c ip.c ipcp.c lcp.c main.c mbuf.c modem.c pred.c route.c systems.c timer.c
Message-ID:  <199705100122.SAA16271@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       97/05/09 18:22:22

  Modified:    usr.sbin/ppp  auth.c ccp.c chap.c chat.c command.c filter.c
                        filter.h fsm.c  hdlc.c ip.c ipcp.c lcp.c main.c
                        mbuf.c modem.c pred.c route.c  systems.c timer.c
  Log:
  Tidy up the code - bounds checking, return
  value checking etc.
  
  Submitted by:	eivind
  
  Revision  Changes    Path
  1.12      +12 -6     src/usr.sbin/ppp/auth.c
  1.11      +3 -4      src/usr.sbin/ppp/ccp.c
  1.14      +5 -1      src/usr.sbin/ppp/chap.c
  1.24      +34 -16    src/usr.sbin/ppp/chat.c
  1.43      +27 -14    src/usr.sbin/ppp/command.c
  1.9       +2 -2      src/usr.sbin/ppp/filter.c
  1.7       +2 -2      src/usr.sbin/ppp/filter.h
  1.10      +2 -2      src/usr.sbin/ppp/fsm.c
  1.14      +3 -8      src/usr.sbin/ppp/hdlc.c
  1.16      +2 -4      src/usr.sbin/ppp/ip.c
  1.14      +8 -4      src/usr.sbin/ppp/ipcp.c
  1.15      +4 -4      src/usr.sbin/ppp/lcp.c
  1.47      +23 -26    src/usr.sbin/ppp/main.c
  1.6       +11 -1     src/usr.sbin/ppp/mbuf.c
  1.35      +37 -12    src/usr.sbin/ppp/modem.c
  1.10      +4 -7      src/usr.sbin/ppp/pred.c
  1.13      +2 -2      src/usr.sbin/ppp/route.c
  1.10      +33 -13    src/usr.sbin/ppp/systems.c
  1.16      +7 -3      src/usr.sbin/ppp/timer.c



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