From owner-cvs-usrsbin Thu Feb 6 22:11:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA07763 for cvs-usrsbin-outgoing; Thu, 6 Feb 1997 22:11:16 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA07753; Thu, 6 Feb 1997 22:11:10 -0800 (PST) Date: Thu, 6 Feb 1997 22:11:10 -0800 (PST) From: Warner Losh Message-Id: <199702070611.WAA07753@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp arp.c auth.c ccp.c chat.c chat.h command.c ipcp.c log.c main.c modem.c os.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 97/02/06 22:11:08 Branch: usr.sbin/ppp RELENG_2_1_0 Modified: usr.sbin/ppp arp.c auth.c ccp.c chat.c chat.h command.c ipcp.c log.c main.c modem.c os.c Log: Bring my buffer overflow changes back from -current Revision Changes Path 1.2.4.2 +3 -2 src/usr.sbin/ppp/arp.c 1.4.4.3 +3 -3 src/usr.sbin/ppp/auth.c 1.3.4.2 +3 -3 src/usr.sbin/ppp/ccp.c 1.4.4.4 +44 -24 src/usr.sbin/ppp/chat.c 1.1.2.1 +2 -2 src/usr.sbin/ppp/chat.h 1.5.4.5 +7 -1 src/usr.sbin/ppp/command.c 1.4.4.3 +7 -6 src/usr.sbin/ppp/ipcp.c 1.3.4.1 +8 -7 src/usr.sbin/ppp/log.c 1.5.4.4 +2 -2 src/usr.sbin/ppp/main.c 1.6.4.4 +6 -3 src/usr.sbin/ppp/modem.c 1.3.4.4 +5 -5 src/usr.sbin/ppp/os.c