summaryrefslogtreecommitdiffstats
path: root/doc/api/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-21 19:25:57 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-21 19:25:57 +0000
commit321c295fda927322ce07d78f974d72e0876d86e5 (patch)
treec3c28545863989ddf7df1a4b618a73cf0771b32c /doc/api/ChangeLog
parent792981cd982d791b593fc303ee5a922d815b73e0 (diff)
downloadkrb5-321c295fda927322ce07d78f974d72e0876d86e5.tar.gz
krb5-321c295fda927322ce07d78f974d72e0876d86e5.tar.xz
krb5-321c295fda927322ce07d78f974d72e0876d86e5.zip
library.tex (internalfunc): Define \internalfunc, which prints a
disclaimer in front of "internal functions". We should move them somewhere else, but for now, let's start marking those functions which we believe are internal. krb5.tex: Documented changed interfaces to krb5_encode_kdc_rep and krb5_encrypt_tkt_part. Document krb5_encode_kdc_rep, krb5_decode_kdc_rep, krb5_encrypt_tkt_part, krb5_decrypt_tkt_part, and krb5_send_tgs as all internal functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4708 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/ChangeLog')
-rw-r--r--doc/api/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog
index 4548ba0c0..e03cd0bb4 100644
--- a/doc/api/ChangeLog
+++ b/doc/api/ChangeLog
@@ -1,3 +1,16 @@
+Mon Nov 21 14:17:50 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * library.tex (internalfunc): Define \internalfunc, which prints a
+ disclaimer in front of "internal functions". We should
+ move them somewhere else, but for now, let's start marking
+ those functions which we believe are internal.
+
+ * krb5.tex: Documented changed interfaces to krb5_encode_kdc_rep
+ and krb5_encrypt_tkt_part. Document krb5_encode_kdc_rep,
+ krb5_decode_kdc_rep, krb5_encrypt_tkt_part,
+ krb5_decrypt_tkt_part, and krb5_send_tgs as all internal
+ functions.
+
Thu Oct 13 13:14:48 1994 Theodore Y. Ts'o (tytso@dcl)
* krb5.tex: Fixed typo; extra space in \funcname{ krb5_recvauth}.