Skip Menu |
 

Download (untitled) / with headers
text/plain 1.5KiB
From mikec@geek.grf.ov.com Mon Oct 14 08:57:33 1996
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id IAA22771 for <bugs@RT-11.MIT.EDU>; Mon, 14 Oct 1996 08:57:32 -0400
Received: from pad-thai.cam.ov.com by MIT.EDU with SMTP
id AA25734; Mon, 14 Oct 96 08:57:31 EDT
Received: from big-bird by pad-thai.cam.ov.com (8.7.5/) with SMTP
id <MAA13252@pad-thai.cam.ov.com>; Mon, 14 Oct 1996 12:57:30 GMT
Message-Id: <32623910.7C7D@geek.grf.ov.com>
Date: Mon, 14 Oct 1996 08:58:56 -0400
From: "Michael J. Callahan" <mikec@geek.grf.ov.com>
To: Barry Jaspan <bjaspan@MIT.EDU>
Cc: Sheila Coleman <sheilac@grf.ov.com>,
Prasad Jonnalagadda <prasadj@grf.ov.com>, Joe.Gagnon@ov.com,
harryc@cam.ov.com, krb5-bugs@MIT.EDU
Subject: Re: Beta 7 RPC
References: <9610112157.AA18958@DUN-DUN-NOODLES.MIT.EDU>

Show quoted text
>Number: 109
>Category: pending
>Synopsis: Re: Beta 7 RPC
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Mon Oct e 08:58:01 EDT 1996
>Last-Modified: Tue Oct e 16:34:21 EDT 1996
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

State-Changed-From-To: open-closed
State-Changed-By: bjaspan
State-Changed-When: Tue Oct 15 16:34:12 1996
State-Changed-Why:

This is a duplicate of krb5-libs/106.

Show quoted text
>Unformatted:
Barry,


Show quoted text
> I'll send you a patch to the beta 7 RPC library when it is done so you
> can test it.

Thanks,

Mike
From bjaspan@MIT.EDU Fri Oct 11 17:57:33 1996
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA06712 for <bugs@RT-11.MIT.EDU>; Fri, 11 Oct 1996 17:57:33 -0400
Received: from DUN-DUN-NOODLES.MIT.EDU by MIT.EDU with SMTP
id AA15813; Fri, 11 Oct 96 17:57:29 EDT
Received: by DUN-DUN-NOODLES.MIT.EDU (5.x/4.7) id AA18958; Fri, 11 Oct 1996 17:57:27 -0400
Message-Id: <9610112157.AA18958@DUN-DUN-NOODLES.MIT.EDU>
Date: Fri, 11 Oct 1996 17:57:27 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: mikec@geek.grf.ov.com
Cc: Joe.Gagnon@ov.com, harryc@cam.ov.com, krb5-bugs@MIT.EDU
In-Reply-To: <325E7CA0.1661@geek.grf.ov.com> (mikec@geek.grf.ov.com)
Subject: Re: Beta 7 RPC

Show quoted text
>Number: 106
>Category: krb5-libs
>Synopsis: Re: Beta 7 RPC
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Oct e 17:58:01 EDT 1996
>Last-Modified: Tue Oct e 13:10:01 EST 1996
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

Responsible-Changed-From-To: gnats-admin->krb5-unassigned
Responsible-Changed-By: bjaspan
Responsible-Changed-When: Tue Oct 15 16:37:41 1996
Responsible-Changed-Why:


From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: bjaspan@MIT.EDU
Cc: mikec@geek.grf.ov.com, Joe.Gagnon@ov.com, harryc@cam.ov.com,
krb5-bugs@MIT.EDU
Subject: Re: pending/106: Re: Beta 7 RPC
Date: Tue, 15 Oct 1996 16:37:10 -0400

Michael or Harry,

Please send me the programs rpc/unit-test/client and
rpc/unit-test/server from the beta-4-based Authenticate build tree for
Solaris. I'll use them to test my changes to the beta 7 rpc to be
compatible with OV's rpc.

Also, if you could, please send me the RPC functional specs, which
when I left OV were in /afs/gza.com/product/secure/specs/rpc, I
think. We have all the admin system specs here, but not the RPC, and
since I am creating a new GSS-RPC protocol version I'd like to add it
to the spec (and include it in the public release).

Thanks!

Barry

State-Changed-From-To: open-closed
State-Changed-By: bjaspan
State-Changed-When: Tue Oct 29 13:09:18 1996
State-Changed-Why:

Fixed, and verified against OV's RPC test client and server
(Authenticate 1.3). Files:

lib/rpc/ChangeLog

Show quoted text
>Unformatted:
Mike,

What Ted told you on the phone earlier is correct. The mechanism oid
for gss-api krb5 changed during the development of beta 7. I did not
catch the incompatibility problem because I tested kadm5/OV
compatibility before the oid change was introduced into the source
tree.

As Ted explained, new servers can handle old clients, but old gss-api
servers cannot automatically support new clients, which is what you
discovered. However, because of the versioning support in the RPC
layer, KADM5 and Authenticate can remain fully compatible. I will add
versioning support the RPC library in the MIT tree to support it.
I'll send you a patch to the beta 7 RPC library when it is done so you
can test it.

Barry