Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 11:42:33 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp ipv6cp.c ipv6cp.h ncp.c ncp.h ncpaddr.c ncpaddr.h Makefile arp.c auth.c bundle.c bundle.h ccp.c chap.c chat.c command.c datalink.c ether.c filter.c filter.h fsm.c hdlc.c iface.c iface.h ip.c ip.h ipcp.c ipcp.h lcp.c link.c log.c ...
Message-ID:  <200108141842.f7EIgXP17746@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/08/14 11:42:33 PDT

  Modified files:        (Branch: NETGRAPH)
    usr.sbin/ppp         Makefile arp.c auth.c bundle.c bundle.h 
                         ccp.c chap.c chat.c command.c datalink.c 
                         ether.c filter.c filter.h fsm.c hdlc.c 
                         iface.c iface.h ip.c ip.h ipcp.c ipcp.h 
                         lcp.c link.c log.c log.h main.c mbuf.c 
                         mbuf.h mp.c mp.h nat_cmd.c netgraph.c 
                         pap.c physical.c ppp.8.m4 prompt.c 
                         proto.h radius.c route.c route.h server.c 
                         slcompress.c tcpmss.c tun.c vjcomp.c 
  Added files:           (Branch: NETGRAPH)
    usr.sbin/ppp         ipv6cp.c ipv6cp.h ncp.c ncp.h ncpaddr.c 
                         ncpaddr.h 
  Log:
  MFC: IPv6 support
  
  Revision    Changes    Path
  1.76.2.9    +5 -5      src/usr.sbin/ppp/Makefile
  1.38.2.3    +5 -2      src/usr.sbin/ppp/arp.c
  1.50.4.2    +6 -1      src/usr.sbin/ppp/auth.c
  1.105.2.15  +89 -104   src/usr.sbin/ppp/bundle.c
  1.42.2.4    +18 -18    src/usr.sbin/ppp/bundle.h
  1.56.2.10   +6 -1      src/usr.sbin/ppp/ccp.c
  1.65.2.9    +6 -1      src/usr.sbin/ppp/chap.c
  1.73.2.2    +6 -1      src/usr.sbin/ppp/chat.c
  1.248.2.16  +199 -122  src/usr.sbin/ppp/command.c
  1.62.2.6    +7 -2      src/usr.sbin/ppp/datalink.c
  1.12.2.10   +5 -1      src/usr.sbin/ppp/ether.c
  1.45.2.4    +163 -293  src/usr.sbin/ppp/filter.c
  1.25.2.3    +12 -35    src/usr.sbin/ppp/filter.h
  1.55.2.4    +16 -2     src/usr.sbin/ppp/fsm.c
  1.46.4.2    +3 -1      src/usr.sbin/ppp/hdlc.c
  1.15.2.7    +329 -232  src/usr.sbin/ppp/iface.c
  1.4.2.3     +12 -13    src/usr.sbin/ppp/iface.h
  1.86.2.8    +312 -292  src/usr.sbin/ppp/ip.c
  1.16.2.2    +9 -7      src/usr.sbin/ppp/ip.h
  1.100.2.9   +278 -327  src/usr.sbin/ppp/ipcp.c
  1.32.2.3    +9 -54     src/usr.sbin/ppp/ipcp.h
  1.84.2.11   +6 -1      src/usr.sbin/ppp/lcp.c
  1.17.2.1    +12 -3     src/usr.sbin/ppp/link.c
  1.46.2.3    +3 -2      src/usr.sbin/ppp/log.c
  1.29.2.1    +15 -14    src/usr.sbin/ppp/log.h
  1.175.2.8   +6 -2      src/usr.sbin/ppp/main.c
  1.38.2.4    +8 -8      src/usr.sbin/ppp/mbuf.c
  1.24.4.3    +42 -38    src/usr.sbin/ppp/mbuf.h
  1.42.2.4    +22 -15    src/usr.sbin/ppp/mp.c
  1.10.2.1    +4 -3      src/usr.sbin/ppp/mp.h
  1.49.2.7    +8 -3      src/usr.sbin/ppp/nat_cmd.c
  1.1.2.2     +5 -1      src/usr.sbin/ppp/Attic/netgraph.c
  1.43.2.3    +6 -1      src/usr.sbin/ppp/pap.c
  1.42.2.7    +6 -1      src/usr.sbin/ppp/physical.c
  1.277.2.2   +105 -82   src/usr.sbin/ppp/ppp.8.m4
  1.22.2.4    +6 -1      src/usr.sbin/ppp/prompt.c
  1.2.4.2     +7 -1      src/usr.sbin/ppp/proto.h
  1.16.2.7    +22 -14    src/usr.sbin/ppp/radius.c
  1.68.2.4    +177 -221  src/usr.sbin/ppp/route.c
  1.15.2.3    +20 -18    src/usr.sbin/ppp/route.h
  1.31.2.5    +62 -21    src/usr.sbin/ppp/server.c
  1.32.2.1    +6 -1      src/usr.sbin/ppp/slcompress.c
  1.1.2.4     +5 -1      src/usr.sbin/ppp/tcpmss.c
  1.20.4.4    +5 -1      src/usr.sbin/ppp/tun.c
  1.35.4.2    +6 -1      src/usr.sbin/ppp/vjcomp.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?200108141842.f7EIgXP17746>