diff options
author | Theodore Tso <tytso@mit.edu> | 1999-01-22 05:12:52 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1999-01-22 05:12:52 +0000 |
commit | 6348dd8d111e487dc8a88c77ae0ee747a9b34cc5 (patch) | |
tree | da5263377df64f4650484fd95b952e26e78240c6 | |
parent | 3b6f19e413b1b0abc997767eb481cbf45fe74c0d (diff) | |
download | krb5-6348dd8d111e487dc8a88c77ae0ee747a9b34cc5.tar.gz krb5-6348dd8d111e487dc8a88c77ae0ee747a9b34cc5.tar.xz krb5-6348dd8d111e487dc8a88c77ae0ee747a9b34cc5.zip |
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
-rw-r--r-- | doc/api/ChangeLog | 6 | ||||
-rw-r--r-- | doc/api/krb5.tex | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog index 0f902ad5d4..a26f66faa4 100644 --- a/doc/api/ChangeLog +++ b/doc/api/ChangeLog @@ -1,3 +1,9 @@ +1999-01-20 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * 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 <tytso@mit.edu> * krb5.tex: Update function prototype for krb5_encrypt_tkt_part diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 6cb7f94a5e..b529c11071 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 |