From owner-cvs-usrsbin Sun Jan 12 13:52:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA25726 for cvs-usrsbin-outgoing; Sun, 12 Jan 1997 13:52:56 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA25715; Sun, 12 Jan 1997 13:52:54 -0800 (PST) Date: Sun, 12 Jan 1997 13:52:54 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122152.NAA25715@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp alias_ftp.c arp.c auth.c ccp.c chat.c chat.h command.c ipcp.c log.c main.c modem.c os.c passwdauth.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 13:52:54 Branch: usr.sbin/ppp RELENG_2_2 Modified: usr.sbin/ppp alias_ftp.c arp.c auth.c ccp.c chat.c chat.h command.c ipcp.c log.c main.c modem.c os.c passwdauth.c Log: YAMFC (various buffer overflow condx, imp's commit from 97/01/09 23:53:31) Revision Changes Path 1.1.2.1 +1 -1 src/usr.sbin/ppp/alias_ftp.c 1.5.2.1 +3 -2 src/usr.sbin/ppp/arp.c 1.7.2.1 +3 -3 src/usr.sbin/ppp/auth.c 1.7.2.1 +3 -3 src/usr.sbin/ppp/ccp.c 1.11.2.3 +43 -24 src/usr.sbin/ppp/chat.c 1.1.4.1 +2 -2 src/usr.sbin/ppp/chat.h 1.24.2.3 +7 -1 src/usr.sbin/ppp/command.c 1.9.2.3 +8 -6 src/usr.sbin/ppp/ipcp.c 1.4.2.1 +8 -7 src/usr.sbin/ppp/log.c 1.22.2.4 +2 -2 src/usr.sbin/ppp/main.c 1.24.2.2 +6 -4 src/usr.sbin/ppp/modem.c 1.7.2.3 +5 -5 src/usr.sbin/ppp/os.c 1.2.2.1 +1 -1 src/usr.sbin/ppp/passwdauth.c