summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/ChangeLog6
-rw-r--r--doc/api/krb5.tex2
2 files changed, 7 insertions, 1 deletions
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 <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 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