skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_copy_checksum  Copy a checksum structure krb5_copy_checksum Copy a checksum structure
go to next page: krb5_copy_data  Copy a Kerberos data structurekrb5_copy_data Copy a Kerberos data structure
end of book navigation links

krb5_copy_creds -- Copy a credentials structure 



C Prototype 

krb5_error_code krb5_copy_creds(
         krb5_context           context,
         const krb5_creds       *incred,
         krb5_creds             **outcred );

Arguments 

context
(input/output)
 The context structure.
incred (input)  The credentials structure to be copied.
outcred (output)  A pointer to a copy of the credentials structure.

Description 

This routine copies a credentials structure, filling in *outcred to point to the newly allocated copy, which should be freed with krb5_free_creds.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.
ENOMEM
Insufficient memory.


go to previous page: krb5_copy_checksum  Copy a checksum structure krb5_copy_checksum Copy a checksum structure
go to next page: krb5_copy_data  Copy a Kerberos data structurekrb5_copy_data Copy a Kerberos data structure