summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1993-07-14 21:37:53 +0000
committerTom Yu <tlyu@mit.edu>1993-07-14 21:37:53 +0000
commita854898f216e1f85101e73825fcb262d327bfa5d (patch)
treec2006c0ba84d47fde63a93de440a57df75804b93 /doc/api
parent1c7a4c7abac75d6d30a2aace5cd465f81f80cefa (diff)
downloadkrb5-a854898f216e1f85101e73825fcb262d327bfa5d.tar.gz
krb5-a854898f216e1f85101e73825fcb262d327bfa5d.tar.xz
krb5-a854898f216e1f85101e73825fcb262d327bfa5d.zip
fixed mk_req and rd_req
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2619 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/krb5.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex
index 5cabeb1ab3..0343e5ee18 100644
--- a/doc/api/krb5.tex
+++ b/doc/api/krb5.tex
@@ -797,8 +797,8 @@ Returns system errors, integrity errors.
\funcarg{krb5_data *}{userdata}
\funcarg{krb5_enctype}{etype}
\funcarg{krb5_keyblock *}{key}
-\funcarg{krb5_fulladdr *}{sender_addr}
-\funcarg{krb5_fulladdr *}{recv_addr}
+\funcarg{krb5_address *}{sender_addr}
+\funcarg{krb5_address *}{recv_addr}
\funcarg{krb5_int32}{seq_number}
\funcarg{krb5_int32}{priv_flags}
\funcarg{krb5_rcache}{rcache}
@@ -813,8 +813,8 @@ Formats a KRB_PRIV message into \funcparam{outbuf}.
\funcparam{userdata} is formatted as the user data in the message.
\funcparam{etype} specifies the encryption type; \funcparam{key}
specifies the key for the encryption; \funcparam{sender_addr} and
-\funcparam{recv_addr} specify the full addresses (host and port) of the
-sender and receiver.
+\funcparam{recv_addr} specify the addresses of the sender and
+receiver.
\funcparam{i_vector} is used as an initialization vector for the
encryption, and if non-NULL its contents are replaced with the last
@@ -838,8 +838,8 @@ Returns system errors.
\begin{funcdecl}{krb5_rd_priv}{krb5_error_code}{\funcin}
\funcarg{krb5_data *}{inbuf}
\funcarg{krb5_keyblock *}{key}
-\funcarg{krb5_fulladdr *}{sender_addr}
-\funcarg{krb5_fulladdr *}{recv_addr}
+\funcarg{krb5_address *}{sender_addr}
+\funcarg{krb5_address *}{recv_addr}
\funcarg{krb5_int32}{seq_number}
\funcarg{krb5_int32}{priv_flags}
\funcinout
@@ -854,8 +854,8 @@ data in \funcparam{*outbuf}.
\funcparam{key} specifies the key to be used for decryption of the message.
-\funcparam{sender_addr} and \funcparam{recv_addr} specify the full
-addresses (host and port) of the sender and receiver.
+\funcparam{sender_addr} and \funcparam{recv_addr} specify the addresses
+of the sender and receiver.
\funcparam{outbuf} points to allocated storage which the caller should
free when finished.