* krb5.tex Documented change of krb5_enctype to krb5_enctypes
authorChris Provenzano <proven@mit.edu>
Fri, 3 Feb 1995 04:14:07 +0000 (04:14 +0000)
committerChris Provenzano <proven@mit.edu>
Fri, 3 Feb 1995 04:14:07 +0000 (04:14 +0000)
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

doc/api/ChangeLog
doc/api/krb5.tex

index 5622f60fbc4fc8f4210d304473c30733807dad9f..738c7688cf8246a71ae9ffa192c4ab7316d8dcc2 100644 (file)
@@ -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 
index 265f64e0b941feb206ca7fac887f5abf235f9ac4..460fd0a46e1299bfaa0da5c2e6c35bc659d6a48f 100644 (file)
@@ -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}