[1222] in Kerberos-V5-bugs
Re: Kerberos 5-B4-pl3 bug report (lib/krb5/os/sendto_kdc.c) patch #2
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Mar 21 12:39:35 1995
Date: Tue, 21 Mar 1995 12:39:26 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: Craig Leres <leres@ee.lbl.gov>
Cc: krb5-bugs@MIT.EDU, hobbit@asylum.sf.ca.us
In-Reply-To: "[938] in Kerberos-V5-bugs"
[0938]F daemon@ATHENA.MIT.EDU (Craig Leres) Kerberos-V5-bugs 11/04/94 01:57 (227 lines)
Cc: hobbit@asylum.sf.ca.us
Date: Thu, 03 Nov 94 22:57:04 PST
From: Craig Leres <leres@ee.lbl.gov>
We noticed that retries when doing things like getting an initial
ticket with kinit were broken. It usually took two tries to get a
ticket over an isdn line and it didn't seem to be possible over a slip
line.
The problem was krb5_sendto_kdc() was opening one socket per address
family (!?!?) and trying to do a connect to change the address before
each send().
This bug has been fixed in our sources. Thanks for reporting it!
- Ted