[1729] in Kerberos-V5-bugs
Re: 3-DES seems to work a lot better with this...
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Nov 17 22:44:31 1995
Date: Fri, 17 Nov 1995 22:44:12 -0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Richard Basch" <basch@lehman.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: Richard Basch's message of Wed, 15 Nov 1995 19:45:13 -0500,
<9511160045.AA06806@badger.lehman.com>
Date: Wed, 15 Nov 1995 19:45:13 -0500
From: "Richard Basch" <basch@lehman.com>
I have even been able to use the TGTs without a problem, but that is not
to say I have put this through more than a cursory set of tests yet...
Both of these patches look correct. I applied the patch get_in_tkt.c
and made a similar change to preauth.c. For encode_kdc_rep, I moved the
use of krb5_use_enctype to within krb5_encode_kdc_rep, and removed the
eblock argument from the code.
- Ted