From owner-cvs-usrbin Mon Mar 11 18:44:36 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16974 for cvs-usrbin-outgoing; Mon, 11 Mar 1996 18:44:36 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA16968 Mon, 11 Mar 1996 18:44:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id SAA04018; Mon, 11 Mar 1996 18:44:26 -0800 (PST) To: Mark Murray cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/su su.c In-reply-to: Your message of "Mon, 11 Mar 1996 14:14:58 PST." <199603112214.OAA23958@freefall.freebsd.org> Date: Mon, 11 Mar 1996 18:44:26 -0800 Message-ID: <4016.826598666@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Actually, while you're hacking su, any chance of seeing the -c feature come back? We used to have it (I know, I committed it myself) then somebody blew it away somewhere along the line. Jordan > markm 96/03/11 14:14:56 > > Modified: usr.bin/su su.c > Log: > Make su a little less fascist about using Kerberos if it is not > configured or available. > > Also fix a _nasty_ bug that would let one in if su -K was used. > Any old password would work :-( :-(. > > Revision Changes Path > 1.13 +7 -6 src/usr.bin/su/su.c