-

krb5_mk_req - Create a KRB_AP_REQ message.

+

krb5_mk_req - Create a KRB_AP_REQ message.

-krb5_error_code krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, krb5_flags ap_req_options, const char *service, const char *hostname, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf)
+krb5_error_code krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, krb5_flags ap_req_options, const char *service, const char *hostname, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf)
-
param
+
param:

[in] context - Library context

[inout] auth_context - Pre-existing or newly created auth context

[in] ap_req_options - Options (see AP_OPTS macros)

@@ -72,7 +70,7 @@
-
retval
+
retval:
  • 0 Success; otherwise - Kerberos error codes

@@ -141,8 +139,8 @@