[710] in Kerberos-V5-bugs
Small tiny bug (maybe)
daemon@ATHENA.MIT.EDU (georges rahbani)
Tue Sep 6 13:46:45 1994
Date: Tue, 06 Sep 1994 10:46:34 -0700
To: krb5-bugs@MIT.EDU
From: georgesr@wrq.com (georges rahbani)
Cc: Georgesr@elmer.wrq.com
Hi Ted,
I just completed the implementation of kinit for the PC. I am trying to
do minor test initially and I found a minor problem in file parse.c in
krb5_pase_name. In pass 1 we try to find the number of components of the
name. There are two places where we record the component size. One is at
line 114 and the other at line 127.
fcompsize[i] = size;. But "i" never changes values and I don't know whether
this is intentional or not. But It is giving me problems. May be the
staments should be
fcompsize[i++] = size; Please let me know if this is proper. Thanks.
Also, A while ago I asked you for an account for a short time to test this
stuff. I think by next week I will be able to run kinit from my part. Could
you please give me an account and some information on what I need to do to
use it. If you need any more info to creat the account, I will be very happy
to provide you with it.
Another question, When I get kinit to work, my plan is to do telnet. is this
appropriate next step or do I need to implement other tools before telnet?
Thank you for your help.
Georges Rahbani
Walker, Richer & Quinn, Inc.
georgesr@wrq.com