krb5_init_creds_set_service(krb5_context context, krb5_init_creds_context ctx,
const char *service);
-krb5_error_code KRB5_CALLCONV
-krb5_init_creds_store_creds(krb5_context context, krb5_init_creds_context ctx,
- krb5_ccache ccache);
-
krb5_error_code KRB5_CALLCONV
krb5_init_creds_get_times(krb5_context context, krb5_init_creds_context ctx,
krb5_ticket_times *times);
return krb5int_copy_creds_contents(context, &ctx->cred, creds);
}
-krb5_error_code KRB5_CALLCONV
-krb5_init_creds_store_creds(krb5_context context,
- krb5_init_creds_context ctx,
- krb5_ccache ccache)
-{
- if ((ctx->flags & KRB5_INIT_CREDS_STEP_FLAG_COMPLETE) == 0)
- return KRB5_NO_TKT_SUPPLIED;
-
- return krb5_cc_store_cred(context, ccache, &ctx->cred);
-}
-
krb5_error_code KRB5_CALLCONV
krb5_init_creds_get_times(krb5_context context,
krb5_init_creds_context ctx,