From: John Kohl Date: Wed, 5 Sep 1990 11:03:41 +0000 (+0000) Subject: allow null rcache to rd_req & friends X-Git-Tag: krb5-1.0-alpha2~334 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0d2f0185b8f9a1ed66bd9ac34dc342297477f76;p=krb5.git allow null rcache to rd_req & friends git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1077 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index a53b3f4a1..0700002d5 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -462,7 +462,8 @@ Parses a KRB_AP_REQ message, returning its contents. in the ticket. \funcparam{rcache} specifies a replay detection cache used to store -authenticators and server names. +authenticators and server names. If \funcparam{rcache} is NULL, then no +replay detection is performed. \funcparam{keyproc} specifies a procedure to generate a decryption key for the ticket. If \funcparam{keyproc} is non-NULL, \funcparam{keyprocarg} is