[24121] in Kerberos

home help back first fref pref prev next nref lref last post

RE: Problems with ksu in krb5-1.4.1

daemon@ATHENA.MIT.EDU (Heilke, Rainer)
Tue Jun 21 11:01:19 2005

Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Date: Tue, 21 Jun 2005 09:00:25 -0600
Message-ID: <AD1D482E7127AF4AB30E2B3763F1E4A6017F16@is051.atco.com>
From: "Heilke, Rainer" <Rainer.Heilke@atcoitek.com>
To: "Ken Raeburn" <raeburn@mit.edu>
Content-Transfer-Encoding: 8bit
cc: Garrett Wollman <wollman@khavrinen.csail.mit.edu>
cc: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu

Yes, this patch is indeed working, both on Solaris 8 and Solaris 10. A
thousand thank-you's.

Rainer

> -----Original Message-----
> From: kerberos-bounces@mit.edu 
> [mailto:kerberos-bounces@mit.edu] On Behalf Of Heilke, Rainer
> Sent: Tuesday, June 21, 2005 8:43 AM
> To: Ken Raeburn
> Cc: Garrett Wollman; kerberos@mit.edu
> Subject: RE: Problems with ksu in krb5-1.4.1
> 
> 
> My colleague has been testing the patch you provided, and so 
> far, things
> are looking good. I'll update when we have a definitive answer.
> 
> Thanks again for all of your help.
> 
> Rainer
> 
> > -----Original Message-----
> > From: Ken Raeburn [mailto:raeburn@MIT.EDU] 
> > Sent: Wednesday, June 15, 2005 5:03 PM
> > To: Heilke, Rainer
> > Cc: Garrett Wollman; kerberos@mit.edu
> > Subject: Re: Problems with ksu in krb5-1.4.1
> > 
> > 
> > On Jun 15, 2005, at 18:00, Heilke, Rainer wrote:
> > > This is on Solaris 8.
> > >
> > > I've passed the patch on. Thanks.
> > 
> > That patch was for a thread support problem that I thought might've 
> > been Garrett Wollman's problem.
> > 
> > This patch to src/lib/krb5/ccache/cc_file.c should fix your 
> problem.  
> > It might also fix the problem he ran into, I'm not sure.  
> > Please let me 
> > know...
> > 
> > Ken
> > 
> > Index: cc_file.c
> > ===================================================================
> > RCS file: /cvs/krbdev/krb5/src/lib/krb5/ccache/cc_file.c,v
> > retrieving revision 5.45
> > diff -p -u -r5.45 cc_file.c
> > --- cc_file.c	13 Apr 2005 16:55:40 -0000	5.45
> > +++ cc_file.c	15 Jun 2005 22:58:03 -0000
> > @@ -1459,7 +1459,7 @@ static krb5_error_code dereference(krb5_
> >       kerr = k5_mutex_lock(&krb5int_cc_file_mutex);
> >       if (kerr)
> >   	return kerr;
> > -    for (fccsp = &fccs; *fccsp == NULL; fccsp = &(*fccsp)->next)
> > +    for (fccsp = &fccs; *fccsp != NULL; fccsp = &(*fccsp)->next)
> >   	if ((*fccsp)->data == data)
> >   	    break;
> >       assert(*fccsp != NULL);
> > 
> > 
> 
> ________________________________________________
> Kerberos mailing list           Kerberos@mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
> 

________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post