[2559] in Kerberos_V5_Development
Re: Prototype hell
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Fri Oct 10 20:48:09 1997
Date: Fri, 10 Oct 1997 20:47:49 -0400
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
Cc: "Theodore Y. Ts'o" <tytso@MIT.EDU>, krbdev@MIT.EDU
In-Reply-To: Ken Hornstein's message of Fri, 10 Oct 1997 16:23:33 -0400,
<199710102023.QAA16305@ginger.cmf.nrl.navy.mil>
Date: Fri, 10 Oct 1997 16:23:33 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
It makes things easier when you depend on the mathematical properties of
32-bit integers ... such as when you're shifting bits around when
doing DES calculations, for instance. I'd agree that's a bug too, but
I was going for minimum work :-)
I take it you actually tried setting krb5_int32 to be an int on the
Cray, and it failed the self-test? That's interesting. I wouldn't have
expected that. I had thought the DES code didn't make 32-bit
assumptions, but if it does, that would be quite unfortunate.
- Ted