[151] in Kerberos_V5_Development
kdc, ticket interface changes (libkrb)
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Jan 29 14:47:26 1990
I found that the interface specs for the kdc & ticket encode/decode
functions is not sufficient; in particular, the kdc needs to be able
to encrypt parts of the ticket without encoding it (so that the lower
level encodings for the kdc_rep work properly).
I've modified /mit/krb5/doc/v5lib/libkrb.spec to reflect
the changes I found necessary.
Briefly:
split the encode_ticket routines into two pieces: encrypt, encode
remove some unnecessary arguments (etypes are in the passed-in
structures)
updated comments accordingly
I also updated the function prototypes