From owner-cvs-usrsbin Sun Oct 13 08:05:33 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA19419 for cvs-usrsbin-outgoing; Sun, 13 Oct 1996 08:05:33 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA19389; Sun, 13 Oct 1996 08:05:20 -0700 (PDT) Date: Sun, 13 Oct 1996 08:05:20 -0700 (PDT) From: Soren Schmidt Message-Id: <199610131505.IAA19389@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/10/13 08:05:18 Modified: usr.sbin/ppp command.c Log: Fixed the security leek I introduced the other day, now shell command is only executabel from command files, not from the commandline. Revision Changes Path 1.24 +10 -3 src/usr.sbin/ppp/command.c