[716] in Kerberos_V5_Development
Re: XXX in lib/krb
jfc@ATHENA.MIT.EDU (jfc@ATHENA.MIT.EDU)
Mon May 20 17:02:22 1991
Two more
mk_priv has this code:
privmsg.enc_part.kvno = 0; /* XXX allow user-set? */
I don't think it is useful to allow the caller to set kvno, but maybe
the library should set it based on the credentials cache contents.
krb5_mk_req_extended has an argument "times" which is only used in
this statement:
creds->times = *times; /* XXX do we need times? */
There seems to be no need to have times as a separate argument. If
the value is useful, it can be set in the creds structure (which is
also an argument).