From: Theodore Tso Date: Fri, 22 Jan 1999 05:12:52 +0000 (+0000) Subject: krb5.tex (krb5_mk_safe): Fix reference to a non-existent flag. X-Git-Tag: krb5-1.1-beta1~408 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6348dd8d111e487dc8a88c77ae0ee747a9b34cc5;p=krb5.git krb5.tex (krb5_mk_safe): Fix reference to a non-existent flag. (KRB5_AUTH_CONTEXT_DO_TIME_NOTIME should have been KRB5_AUTH_CONTEXT_DO_TIME). [krb5-doc/528] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11116 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog index 0f902ad5d..a26f66faa 100644 --- a/doc/api/ChangeLog +++ b/doc/api/ChangeLog @@ -1,3 +1,9 @@ +1999-01-20 Theodore Ts'o + + * krb5.tex (krb5_mk_safe): Fix reference to a non-existent flag. + (KRB5_AUTH_CONTEXT_DO_TIME_NOTIME should have been + KRB5_AUTH_CONTEXT_DO_TIME). [krb5-doc/528] + Thu Jun 6 15:50:39 1996 Theodore Y. Ts'o * krb5.tex: Update function prototype for krb5_encrypt_tkt_part diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 6cb7f94a5..b529c1107 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -1479,7 +1479,7 @@ KRB5_AUTH_CONTEXT_RET_SEQUENCE & Copy sequence numbers\\ If timestamps are to be used (i.e., if KRB5_AUTH_CONTEXT_DO_TIME is set), an entry describing the message will be entered in the replay cache so that the caller may detect if this message is sent -back to him by an attacker. If KRB5_AUTH_CONTEXT_DO_TIME_NOTIME is not set, +back to him by an attacker. If KRB5_AUTH_CONTEXT_DO_TIME is not set, the \funcparam{auth_context} replay cache is not used. If sequence numbers are to be used (i.e., if either