[51] in Kerberos_V5_Development
libncc.spec
qjb@ATHENA.MIT.EDU (qjb@ATHENA.MIT.EDU)
Tue Jan 16 12:30:01 1990
Sorry about this -- I'll keep all my remaining comments in this transaction
Shouldn't delete_cred be remove_cred?
libncc.spec has routines that return something other than error status.
We had agreed that all routines would return an int32 (or krb5_...) error
status and that all returns of other types should be passed in.
resolve should return an error status if the name is badly formatted
register should return an error if the requirement is not met.
get_name should return an error if id is invalid.
I guess it's okay to have get_default_name return a char *. What do people
think about that?
It means that you could say resove(default_name())