From owner-cvs-bin Sat Feb 15 02:09:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA14255 for cvs-bin-outgoing; Sat, 15 Feb 1997 02:09:37 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA14244; Sat, 15 Feb 1997 02:09:33 -0800 (PST) Date: Sat, 15 Feb 1997 02:09:33 -0800 (PST) From: Joerg Wunsch Message-Id: <199702151009.CAA14244@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh main.c options.c options.h sh.1 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/15 02:09:31 Branch: bin/sh RELENG_2_1_0 Modified: bin/sh main.c options.c options.h sh.1 Log: Merge the -p option here, to plug an ugly security hole involving $ENV forwarding over telnet. Revision Changes Path 1.3.4.1 +10 -6 src/bin/sh/main.c 1.3.4.4 +10 -1 src/bin/sh/options.c 1.2.6.1 +4 -2 src/bin/sh/options.h 1.3.4.2 +11 -2 src/bin/sh/sh.1