From owner-cvs-all Sat Jan 19 5:37:44 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 45F9537B417; Sat, 19 Jan 2002 05:37:38 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id g0JDbWH09414; Sat, 19 Jan 2002 16:37:32 +0300 (MSK) (envelope-from ache) Date: Sat, 19 Jan 2002 16:37:31 +0300 From: "Andrey A. Chernov" To: Jim Bloom Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libpam/modules/pam_opie pam_opie.c Message-ID: <20020119133731.GA9275@nagual.pp.ru> References: <200201191009.g0JA95b91076@freefall.freebsd.org> <20020119042808.A67985@xor.obsecurity.org> <20020119123903.GA8776@nagual.pp.ru> <3C4973ED.D048EB70@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C4973ED.D048EB70@acm.org> User-Agent: Mutt/1.3.24i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jan 19, 2002 at 08:26:06 -0500, Jim Bloom wrote: > That was not the case with S/Key under PAM. When I created pam_opie.c, it > behaved identically to pam_skey.c. It is not possible in strict sense, because SKEY and OPIE functions may have subtle differences and simple changing skey* prefix to opie* prefix not means that they behaved identically. Subtle differences mainly comes through various configuration options for OPIE and changing some functions. F.e. tty-level S/key access mechanism is completely removed in OPIE. It definitely NOT improves security (but maybe not lowers it too). > Maybe PAM worked differently from some of > the programs that had S/Key support hard coded in them and the migration to PAM > changed the behavior. Yes, and I try to fix this attempting to stay completely inside PAM concept. See my previous message why pam_opie needs 3-state return code, and can't work properly with 2-state. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message