Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 12:11:53 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp Makefile README.changes bundle.c bundle.h chap.c chap_ms.c command.c defs.h ether.c filter.c filter.h iface.c ip.c ipcp.c main.c mp.c pap.c physical.c ppp.8 prompt.c radius.c radius.h route.c route.h server.c server.h ...
Message-ID:  <200105171911.f4HJBsJ10925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/05/17 12:11:53 PDT

  Modified files:        (Branch: RELENG_4)
    usr.sbin/ppp         Makefile README.changes bundle.c bundle.h 
                         chap.c chap_ms.c command.c defs.h ether.c 
                         filter.c filter.h iface.c ip.c ipcp.c 
                         main.c mp.c pap.c physical.c ppp.8 
                         prompt.c radius.c radius.h route.c 
                         route.h server.c server.h systems.c tun.c 
  Log:
  MFC: Support -DPPP_CONFDIR
       Send PROTO_IP traffic when possible in single-link MP mode
       MAXPATHLEN -> PATH_MAX
       Update route MTUs when the interface MTU changes
       Show diagnostic socket info in ``show bundle''
       Support ``set server open'', ``set server closed'' and SIGUSR1
       Load netgraph.ko when required
       Support ipencap packets
       Be more consistent with the NET_RT_IFLIST sysctl when creating an interface
       Optimise out deleting and re-adding the same ifaddr on the tun interface
       Fix some man page markup and add some further examples.
       Call ourself ``localhost'' if we have no hostname
       Allow embedded NULs in radius passwords and challenges
       Do ioctl(TUNSIFINFO) as uid 0
  
  Revision    Changes    Path
  1.73.2.5    +5 -1      src/usr.sbin/ppp/Makefile
  1.16.2.5    +4 -1      src/usr.sbin/ppp/README.changes
  1.84.2.10   +41 -148   src/usr.sbin/ppp/bundle.c
  1.33.2.6    +1 -3      src/usr.sbin/ppp/bundle.h
  1.61.2.4    +6 -10     src/usr.sbin/ppp/chap.c
  1.9.2.3     +2 -3      src/usr.sbin/ppp/chap_ms.c
  1.230.2.9   +33 -10    src/usr.sbin/ppp/command.c
  1.52.2.9    +4 -2      src/usr.sbin/ppp/defs.h
  1.9.2.7     +8 -3      src/usr.sbin/ppp/ether.c
  1.39.2.5    +8 -2      src/usr.sbin/ppp/filter.c
  1.21.2.4    +5 -4      src/usr.sbin/ppp/filter.h
  1.13.2.5    +85 -52    src/usr.sbin/ppp/iface.c
  1.78.2.7    +24 -13    src/usr.sbin/ppp/ip.c
  1.90.2.7    +10 -3     src/usr.sbin/ppp/ipcp.c
  1.167.2.5   +16 -5     src/usr.sbin/ppp/main.c
  1.36.2.6    +79 -33    src/usr.sbin/ppp/mp.c
  1.42.2.2    +2 -2      src/usr.sbin/ppp/pap.c
  1.34.2.6    +5 -5      src/usr.sbin/ppp/physical.c
  1.209.2.22  +59 -10    src/usr.sbin/ppp/ppp.8
  1.20.2.3    +4 -4      src/usr.sbin/ppp/prompt.c
  1.11.2.4    +5 -5      src/usr.sbin/ppp/radius.c
  1.3.2.3     +4 -3      src/usr.sbin/ppp/radius.h
  1.60.2.4    +260 -14   src/usr.sbin/ppp/route.c
  1.13.2.2    +5 -1      src/usr.sbin/ppp/route.h
  1.28.2.5    +113 -40   src/usr.sbin/ppp/server.c
  1.6.2.2     +19 -7     src/usr.sbin/ppp/server.h
  1.58.2.5    +5 -5      src/usr.sbin/ppp/systems.c
  1.20.2.2    +4 -3      src/usr.sbin/ppp/tun.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?200105171911.f4HJBsJ10925>