]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add header comments for gss_krb5_copy_ccache() 578/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 14 Dec 2016 16:12:46 +0000 (11:12 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Dec 2016 16:53:15 +0000 (11:53 -0500)
src/lib/gssapi/krb5/gssapi_krb5.h

index 390b00032cce4657d2d6a7141dec88d143aac12b..37fa3da27d46e0078518d0d3b8b14e47af8a57b5 100644 (file)
@@ -169,6 +169,11 @@ OM_uint32 KRB5_CALLCONV gss_krb5_get_tkt_flags(
     gss_ctx_id_t context_handle,
     krb5_flags *ticket_flags);
 
+/*
+ * Copy krb5 creds from cred_handle into out_ccache, which must already be
+ * initialized.  Use gss_store_cred_into() (new in krb5 1.11) instead, if
+ * possible.
+ */
 OM_uint32 KRB5_CALLCONV gss_krb5_copy_ccache(
     OM_uint32 *minor_status,
     gss_cred_id_t cred_handle,