[43] in Kerberos_V5_Development
libac.spec
bjaspan@ATHENA.MIT.EDU (bjaspan@ATHENA.MIT.EDU)
Tue Jan 16 00:25:29 1990
I have written up a spec for the authenticator cache "library". For
some reason I am not in the krbdev group so I cannot write to the
filesystem; libac.spec is in ~bjaspan/world. Note that there is an
XXX on one of the functions.
**************************
Required changes to libkrb
**************************
krb5_rd_req is specified as returning "replay errors". To do that, it
must take an additional argument, a krb5_acache, to check for replay
errors against.
krb5_check_replay's second argument should be "krb5_acache acache".
I'm not entirely sure this function needs to exist at all, as it will
consist of exactly one function call to the acache "library".
Barr3y