[212] in Kerberos_V5_Development
replay cache
daemon@ATHENA.MIT.EDU (eguzovsk@ATHENA.MIT.EDU)
Mon Mar 26 13:31:13 1990
From: eguzovsk@ATHENA.MIT.EDU
To: krbdev@ATHENA.MIT.EDU
Date: Mon, 26 Mar 90 13:30:50 EST
1. Replay cache implementation should be generalized a little to include
caching of krb5_priv and krb5_safe structures (without user data) and
may be even any krb5_data structures with sort of "compare function"
supplied by the caller. The caller should also be able to specify if
usage of non-volatile storage is necessary.
2. Provided the first proposal is accepted a new input parameter
krb5_rcache rcache
should be added to functions "krb5_rd_safe" and "krb5_rd_priv" similarly
to the function "krb_rd_req".