summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-02-03 04:14:07 +0000
committerChris Provenzano <proven@mit.edu>1995-02-03 04:14:07 +0000
commitc3350535eb534c6c760d430a0452a4d8c84a5953 (patch)
tree77d76f77f1e05726c1c9d6ef0bc85cebfb0fe5bd
parent48e45f229b76c32de88004fd0f34310a839df36d (diff)
downloadkrb5-c3350535eb534c6c760d430a0452a4d8c84a5953.tar.gz
krb5-c3350535eb534c6c760d430a0452a4d8c84a5953.tar.xz
krb5-c3350535eb534c6c760d430a0452a4d8c84a5953.zip
* krb5.tex Documented change of krb5_enctype to krb5_enctypes
to krb5_send_tgs(). * krb5.tex Documented added krb5_keytype arg to (*keyproc)() arg for krb5_rd_req(), krb5_rd_req_decoded(), and krb5_recvauth(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4881 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/api/ChangeLog8
-rw-r--r--doc/api/krb5.tex7
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog
index 5622f60fb..738c7688c 100644
--- a/doc/api/ChangeLog
+++ b/doc/api/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 02 22:59:41 1995 Chris Provenzano (proven@mit.edu)
+
+ * krb5.tex Documented change of krb5_enctype to krb5_enctypes
+ to krb5_send_tgs().
+
+ * krb5.tex Documented added krb5_keytype arg to (*keyproc)() arg
+ for krb5_rd_req(), krb5_rd_req_decoded(), and krb5_recvauth().
+
Fri Jan 27 22:15:23 1995 Chris Provenzano (proven@mit.edu)
* keytab.tex Documented added krb5_keytab argunment to
diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex
index 265f64e0b..460fd0a46 100644
--- a/doc/api/krb5.tex
+++ b/doc/api/krb5.tex
@@ -103,7 +103,7 @@ Returns errors from encryption routines, system errors
\begin{funcdecl}{krb5_send_tgs}{krb5_error_code}{\funcin}
\funcarg{const krb5_flags}{options}
\funcarg{const krb5_ticket_times *}{timestruct}
-\funcarg{const krb5_enctype}{etype}
+\funcarg{const krb5_enctype *}{etypes}
\funcarg{const krb5_cksumtype}{sumtype}
\funcarg{krb5_const_principal}{sname}
\funcarg{krb5_address * const *}{addrs}
@@ -122,7 +122,7 @@ Sends a request to the TGS and waits for a response.
\funcparam{options} is used for the options in the KRB_TGS_REQ.
\funcparam{timestruct} values are used for from, till, and rtime in the
KRB_TGS_REQ.
-\funcparam{etype} is used for etype in the KRB_TGS_REQ.
+\funcparam{etypes} is a list of etypes used in the KRB_TGS_REQ.
\funcparam{sumtype} is used for the checksum in the AP_REQ in the KRB_TGS_REQ.
\funcparam{sname} is used for sname in the KRB_TGS_REQ.
\funcparam{addrs}, if non-NULL, is used for addresses in the KRB_TGS_REQ.
@@ -514,6 +514,7 @@ allocated and should be freed by the caller with
\funcarg{krb5_pointer}{keyprocarg}
\funcarg{krb5_principal}{principal}
\funcarg{krb5_kvno}{vno}
+ \funcarg{krb5_keytype}{keytype}
\funcarg{krb5_keyblock **}{key}
\funcendfuncarg
\funcarg{krb5_pointer}{keyprocarg}
@@ -602,6 +603,7 @@ Returns system errors, encryption errors, replay errors.
\funcarg{krb5_pointer}{keyprocarg}
\funcarg{krb5_principal}{principal}
\funcarg{krb5_kvno}{vno}
+ \funcarg{krb5_keytype}{keytype}
\funcarg{krb5_keyblock **}{key}
\funcendfuncarg
\funcarg{krb5_pointer}{keyprocarg}
@@ -788,6 +790,7 @@ from the server will be placed in it. This error should be freed with
\funcarg{krb5_pointer}{keyprocarg}
\funcarg{krb5_principal}{principal}
\funcarg{krb5_kvno}{vno}
+ \funcarg{krb5_keytype}{keytype}
\funcarg{krb5_keyblock **}{key}
\funcendfuncarg
\funcarg{krb5_pointer}{keyprocarg}