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_decode_ticket  Decode a formatted ticket krb5_decode_ticket Decode a formatted ticket
go to next page: krb5_enctype_to_string  Convert a Kerberos encryption type value to a stringkrb5_enctype_to_string Convert a Kerberos encryption type value...
end of book navigation links

krb5_deltat_to_string -- Convert a Kerberos relative time value to a string 



C Prototype 

krb5_error_code krb5_deltat_to_string (
        krb5_deltat     deltat,
        char            *buffer,
        size_t          buflen );

Arguments 

deltat (input) The relative time value to convert.
buffer (output)  A pointer to a buffer to hold the time string.
buflen (input)  The maximum length of the string that will fit in buffer.

Description 

This routine converts a Kerberos relative time value into the corresponding string.

Return Values 

This routine returns the following KRB5 status codes:

0
Successful completion.
ENOMEM
Insufficient memory.


go to previous page: krb5_decode_ticket  Decode a formatted ticket krb5_decode_ticket Decode a formatted ticket
go to next page: krb5_enctype_to_string  Convert a Kerberos encryption type value to a stringkrb5_enctype_to_string Convert a Kerberos encryption type value...