From owner-cvs-usrsbin Mon Feb 5 09:03:51 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA09387 for cvs-usrsbin-outgoing; Mon, 5 Feb 1996 09:03:51 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA09379 Mon, 5 Feb 1996 09:03:49 -0800 (PST) Date: Mon, 5 Feb 1996 09:03:49 -0800 (PST) From: Doug Rabson Message-Id: <199602051703.JAA09379@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile arp.c async.c auth.c auth.h ccp.c ccp.h chap.c chap.h command.c defs.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ipcp.c lcp.c log.h lqr.c lqr.h main.c modem.c modem.h os.c os.h pap.c ppp.8 pred.c route.c slcompress.c timer.c uucplock.c vars.c vars.h vjcomp.c md5.h md5c.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk dfr 96/02/05 09:03:48 Branch: usr.sbin/ppp RELENG_2_1_0 Modified: usr.sbin/ppp Makefile arp.c async.c auth.c auth.h ccp.c ccp.h chap.c chap.h command.c defs.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ipcp.c lcp.c log.h lqr.c lqr.h main.c modem.c modem.h os.c os.h pap.c ppp.8 pred.c route.c slcompress.c timer.c uucplock.c vars.c vars.h vjcomp.c Removed: usr.sbin/ppp md5.h md5c.c Log: Brought in changes from main branch: Compile time warnings, various stability fixes Revision Changes Path 1.2.4.2 +5 -2 src/usr.sbin/ppp/Makefile 1.2.4.1 +6 -3 src/usr.sbin/ppp/arp.c 1.4.4.1 +2 -1 src/usr.sbin/ppp/async.c 1.4.4.2 +10 -6 src/usr.sbin/ppp/auth.c 1.2.4.1 +3 -1 src/usr.sbin/ppp/auth.h 1.3.4.1 +4 -6 src/usr.sbin/ppp/ccp.c 1.2.4.1 +7 -1 src/usr.sbin/ppp/ccp.h 1.3.4.1 +5 -3 src/usr.sbin/ppp/chap.c 1.2.4.1 +2 -2 src/usr.sbin/ppp/chap.h 1.5.4.3 +96 -19 src/usr.sbin/ppp/command.c 1.2.4.2 +2 -2 src/usr.sbin/ppp/defs.h 1.4.4.2 +2 -4 src/usr.sbin/ppp/filter.c 1.3.4.1 +2 -1 src/usr.sbin/ppp/filter.h 1.3.4.2 +4 -3 src/usr.sbin/ppp/fsm.c 1.4.4.1 +2 -2 src/usr.sbin/ppp/fsm.h 1.3.4.3 +8 -4 src/usr.sbin/ppp/hdlc.c 1.2.4.1 +11 -4 src/usr.sbin/ppp/hdlc.h 1.4.4.2 +18 -38 src/usr.sbin/ppp/ip.c 1.4.4.2 +3 -3 src/usr.sbin/ppp/ipcp.c 1.4.4.3 +11 -7 src/usr.sbin/ppp/lcp.c 1.4.4.1 +2 -1 src/usr.sbin/ppp/log.h 1.4.4.1 +13 -6 src/usr.sbin/ppp/lqr.c 1.2.4.1 +2 -1 src/usr.sbin/ppp/lqr.h 1.5.4.3 +76 -35 src/usr.sbin/ppp/main.c 1.6.4.3 +21 -9 src/usr.sbin/ppp/modem.c 1.4.4.1 +7 -2 src/usr.sbin/ppp/modem.h 1.3.4.1 +5 -1 src/usr.sbin/ppp/os.c 1.2.4.1 +3 -1 src/usr.sbin/ppp/os.h 1.3.4.1 +3 -3 src/usr.sbin/ppp/pap.c 1.8.4.3 +45 -9 src/usr.sbin/ppp/ppp.8 1.3.4.1 +11 -4 src/usr.sbin/ppp/pred.c 1.3.4.2 +2 -2 src/usr.sbin/ppp/route.c 1.3.4.1 +2 -2 src/usr.sbin/ppp/slcompress.c 1.4.4.1 +6 -3 src/usr.sbin/ppp/timer.c 1.5.4.1 +9 -2 src/usr.sbin/ppp/uucplock.c 1.3.4.3 +4 -5 src/usr.sbin/ppp/vars.c 1.3.4.1 +5 -1 src/usr.sbin/ppp/vars.h 1.3.4.1 +3 -4 src/usr.sbin/ppp/vjcomp.c