krb5_error_code krb5_get_renewed_creds ( krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache ccache, char *in_tkt_service );
The context structure.
A pointer to a Kerberos credentials structure.
The client principal.
The credentials cache name.
A pointer to the principal name of the requesting server.
This routine renews a set of existing Kerberos credentials.
This routine returns the following KRB5 status codes:
Successful completion.
ENOMEM
Insufficient memory.
KRB5_PROG_ETYPE_NOSUPP
Program lacks support for encryption type.