Date: Fri, 19 Nov 1999 15:48:08 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.c ether.h nat_cmd.c nat_cmd.h Makefile bundle.c bundle.h cbcp.c chap.c chat.c chat.h command.c datalink.c datalink.h exec.c exec.h filter.c filter.h fsm.c hdlc.h i4b.c i4b.h id.c id.h iface.c ip.c ipcp.c ipcp.h link.c link.h ... Message-ID: <199911192348.PAA05843@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/11/19 15:48:08 PST
Modified files: (Branch: RELENG_3)
usr.sbin/ppp Makefile bundle.c bundle.h cbcp.c chap.c
chat.c chat.h command.c datalink.c
datalink.h exec.c exec.h filter.c
filter.h fsm.c hdlc.h i4b.c i4b.h id.c
id.h iface.c ip.c ipcp.c ipcp.h link.c
link.h log.c log.h lqr.c main.c mp.c
pap.c physical.c physical.h ppp.8
prompt.c slcompress.c systems.c tcp.c
tcp.h timer.c tty.c tty.h udp.c udp.h
Added files: (Branch: RELENG_3)
usr.sbin/ppp ether.c ether.h nat_cmd.c nat_cmd.h
Log:
MFC: Support PPPoE (PPP over Ethernet), but disabled for now.
Moan about -alias (but still honour it).
kldload the tun module if required.
Add -unit and -foreground command line arguments.
Support fast-queue configuration.
Make ``set autoload'' functional.
Allow GRE packet filtering
Many bug fixes
Revision Changes Path
1.50.2.9 +19 -8 src/usr.sbin/ppp/Makefile
1.43.2.9 +132 -49 src/usr.sbin/ppp/bundle.c
1.20.2.6 +2 -5 src/usr.sbin/ppp/bundle.h
1.8.2.6 +2 -2 src/usr.sbin/ppp/cbcp.c
1.37.2.7 +2 -2 src/usr.sbin/ppp/chap.c
1.52.2.7 +3 -3 src/usr.sbin/ppp/chat.c
1.10.2.3 +2 -2 src/usr.sbin/ppp/chat.h
1.177.2.9 +82 -28 src/usr.sbin/ppp/command.c
1.25.2.13 +54 -26 src/usr.sbin/ppp/datalink.c
1.5.4.6 +16 -13 src/usr.sbin/ppp/datalink.h
1.8.2.3 +5 -2 src/usr.sbin/ppp/exec.c
1.3.2.3 +2 -2 src/usr.sbin/ppp/exec.h
1.26.2.7 +25 -2 src/usr.sbin/ppp/filter.c
1.13.2.6 +4 -1 src/usr.sbin/ppp/filter.h
1.37.2.7 +16 -7 src/usr.sbin/ppp/fsm.c
1.15.2.5 +1 -14 src/usr.sbin/ppp/hdlc.h
1.1.2.3 +4 -3 src/usr.sbin/ppp/i4b.c
1.1.2.3 +2 -2 src/usr.sbin/ppp/i4b.h
1.11.2.2 +35 -4 src/usr.sbin/ppp/id.c
1.7.2.2 +6 -2 src/usr.sbin/ppp/id.h
1.2.4.6 +7 -5 src/usr.sbin/ppp/iface.c
1.54.2.7 +53 -21 src/usr.sbin/ppp/ip.c
1.68.2.9 +136 -2 src/usr.sbin/ppp/ipcp.c
1.22.2.6 +35 -2 src/usr.sbin/ppp/ipcp.h
1.6.4.6 +15 -9 src/usr.sbin/ppp/link.c
1.4.4.3 +5 -3 src/usr.sbin/ppp/link.h
1.35.2.7 +8 -4 src/usr.sbin/ppp/log.c
1.23.2.3 +2 -1 src/usr.sbin/ppp/log.h
1.30.2.6 +4 -3 src/usr.sbin/ppp/lqr.c
1.146.2.8 +72 -44 src/usr.sbin/ppp/main.c
1.17.4.7 +3 -3 src/usr.sbin/ppp/mp.c
1.27.2.8 +4 -3 src/usr.sbin/ppp/pap.c
1.7.2.4 +90 -56 src/usr.sbin/ppp/physical.c
1.5.2.6 +23 -10 src/usr.sbin/ppp/physical.h
1.142.2.16 +148 -36 src/usr.sbin/ppp/ppp.8
1.12.4.6 +7 -2 src/usr.sbin/ppp/prompt.c
1.20.2.6 +13 -17 src/usr.sbin/ppp/slcompress.c
1.40.2.8 +11 -2 src/usr.sbin/ppp/systems.c
1.5.2.3 +7 -4 src/usr.sbin/ppp/tcp.c
1.3.2.3 +2 -2 src/usr.sbin/ppp/tcp.h
1.32.2.3 +31 -12 src/usr.sbin/ppp/timer.c
1.12.2.3 +15 -6 src/usr.sbin/ppp/tty.c
1.3.2.3 +2 -2 src/usr.sbin/ppp/tty.h
1.4.2.3 +8 -5 src/usr.sbin/ppp/udp.c
1.2.2.3 +2 -2 src/usr.sbin/ppp/udp.h
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?199911192348.PAA05843>
