[592] in Kerberos-V5-bugs
Re: Telnet kerberos.c bug
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Jul 20 16:55:21 1994
Date: Wed, 20 Jul 94 16:55:07 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: "Doug Engert" <DEEngert@anl.gov>
Cc: <krb5-bugs@MIT.EDU>
In-Reply-To: [561]
[0561]F daemon@ATHENA.MIT.EDU (Doug Engert) Kerberos-V5-bugs 07/05/94 17:43 (18 lines)
Date: Tue, 05 Jul 94 16:42:38 CDT
From: "Doug Engert" <DEEngert@anl.gov>
In beta 5.4 patch level 1 appl/telnet/libtelnet/kerberos5.c
Two references to "krb5_copy_keyblocks_contents" should be
"krb5_copy_keyblock_contents". (No "s" in "keyblock")
lines 273, 277
Fixed. This is in encryption code which isn't guaranteed to work. (The
encryption code in the telnet, and in the released Berkeley 4.4 telnet,
does not conform to the latest internet-draft of the telnet
authentication/encryption option. This is mainly due to lack of time of
the telnet maintainer, but hopefully I or he will be able to recruit
someone to actually update the telnet code to the latest I-D draft in
the near future.)
- Ted