From owner-cvs-ports Sat Feb 24 06:55:45 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA08633 for cvs-ports-outgoing; Sat, 24 Feb 1996 06:55:45 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA08613 Sat, 24 Feb 1996 06:55:38 -0800 (PST) Date: Sat, 24 Feb 1996 06:55:38 -0800 (PST) From: Peter Wemm Message-Id: <199602241455.GAA08613@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/rxvt/patches patch-ac Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk peter 96/02/24 06:55:38 Modified: x11/rxvt/patches patch-ac Log: Fix the utmp handling that was broken by the security patch. It was: - setting the euid from the real groupid (yow!) - not recovering it's setuid permissions when cleaning the utmp file. I've left in some diagnostic code for "shouldn't happen" cases. Revision Changes Path 1.2 +56 -22 ports/x11/rxvt/patches/patch-ac