[2344] in Kerberos-V5-bugs
pending/104: Re: k5b7 HP-UX appl/bsd fails
daemon@ATHENA.MIT.EDU (Gus Massey)
Fri Oct 11 14:26:57 1996
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, Gus Massey <amassey@ntg02.gsfc.nasa.gov>
Date: Fri, 11 Oct 1996 14:21:35 -0400 (EDT)
From: Gus Massey <amassey@ntg02.gsfc.nasa.gov>
To: Doug Engert <DEEngert@anl.gov>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: <199610111538.KAA39302@pembroke.ctd.anl.gov>
>Number: 104
>Category: pending
>Synopsis: Re: k5b7 HP-UX appl/bsd fails
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Oct e 14:24:00 EDT 1996
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
Doug,
On Fri, 11 Oct 1996, Doug Engert wrote:
> Gus,
>
> Did I send you this fix for kcmd.c for the hp?
>
>
> ------- kcmd.c -------
> 600c600
> < int real,eff;
> ---
> > uid_t real,eff;
> 602c602
> < int tmpint = -1;
> ---
> > uid_t tmpint = -1;
>
> This sounds like your problem. I sent this on July 8, to be fixed in
> K5b6. Apperently it never got in.
>
Thanks, the patch fixed my problem!
Gus