Re: GSS-APIv3 sketch

Love Hörnquist Åstrand <lha@apple.com> Wed, 11 November 2009 18:56 UTC

Return-Path: <lha@apple.com>
X-Original-To: kitten@core3.amsl.com
Delivered-To: kitten@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 136543A6863 for <kitten@core3.amsl.com>; Wed, 11 Nov 2009 10:56:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.299
X-Spam-Level:
X-Spam-Status: No, score=-106.299 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68QEWfppum2O for <kitten@core3.amsl.com>; Wed, 11 Nov 2009 10:56:53 -0800 (PST)
Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by core3.amsl.com (Postfix) with ESMTP id 6B13B3A6AF4 for <kitten@ietf.org>; Wed, 11 Nov 2009 10:56:53 -0800 (PST)
Received: from relay16.apple.com (relay16.apple.com [17.128.113.55]) by mail-out3.apple.com (Postfix) with ESMTP id 05051793EFE7 for <kitten@ietf.org>; Wed, 11 Nov 2009 10:57:22 -0800 (PST)
X-AuditID: 11807137-b7bd4ae000000f0d-a9-4afb0911e54f
Received: from elliott.apple.com (elliott.apple.com [17.151.62.13]) by relay16.apple.com (Apple SCV relay) with SMTP id 60.EE.03853.1190BFA4; Wed, 11 Nov 2009 10:57:21 -0800 (PST)
MIME-version: 1.0
Content-type: text/plain; charset="iso-8859-1"
Received: from xn--i-a--a-euaf1n.apple.com (xn--i-a--a-euaf1n.apple.com [17.201.27.32]) by elliott.apple.com (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPSA id <0KSY002B0KNLR010@elliott.apple.com> for kitten@ietf.org; Wed, 11 Nov 2009 10:57:21 -0800 (PST)
Subject: Re: GSS-APIv3 sketch
From: Love Hörnquist Åstrand <lha@apple.com>
In-reply-to: <20091111184244.GN1105@Sun.COM>
Date: Wed, 11 Nov 2009 10:57:30 -0800
Content-transfer-encoding: quoted-printable
Message-id: <68453834-10E4-48A2-8147-D26969FF37C9@apple.com>
References: <20091111181140.GC10501@Sun.COM> <C111F570-A844-4782-B561-08B6685D7E09@apple.com> <20091111184244.GN1105@Sun.COM>
To: Nicolas Williams <Nicolas.Williams@sun.com>
X-Mailer: Apple Mail (2.1126)
X-Brightmail-Tracker: AAAAAQAAAZE=
X-Mailman-Approved-At: Wed, 11 Nov 2009 11:24:47 -0800
Cc: "kitten@ietf.org" <kitten@ietf.org>
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/kitten>
List-Post: <mailto:kitten@ietf.org>
List-Help: <mailto:kitten-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Nov 2009 18:56:54 -0000

11 nov 2009 kl. 10:42 skrev Nicolas Williams:

> On Wed, Nov 11, 2009 at 10:40:50AM -0800, Love Hörnquist Åstrand wrote:
>> 
>> I have so many comments that I don't know where to start.
>> 
>> First out: any work that doesn't include async is dead in the water.
> 
> Oh, I forgot to mention that.  It does include async.

If the api requires calling sane function serveral times with the same arguments, the API is broken.

>> Its not mentioned how this is gss3 objects relates to gss2 object.
> 
> They are distinct.  The compat shims take care of that.
> 
>> Well-defined SPI will force everything to reimplemnent GSS-API
>> semantics in all layer, this sucks and duplicates code.
> 
> No, see the compat shims.

That doesn't answer my question, making the SPI look like the API is the problem.

Love