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_get_server_rcache  Create a replay cache for server use krb5_get_server_rcache Create a replay cache for server use
go to next page: krb5_get_validated_creds  Get validated credentialskrb5_get_validated_creds Get validated credentials
end of book navigation links

krb5_get_time_offsets -- Get the time offsets from the os context 



C Prototype 

krb5_error_code krb5_get_time_offsets (
        krb5_context            context,
        krb5_int32              *seconds,
        krb5_int32              *microseconds );

Arguments 

context
(input/output)
 The context structure.
seconds (output)  A pointer to os context time_offset.
microseconds (output)  A pointer to the os context usec_offset.

Description 

This routine returns the second and microsecond time offsets from the os context.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_get_server_rcache  Create a replay cache for server use krb5_get_server_rcache Create a replay cache for server use
go to next page: krb5_get_validated_creds  Get validated credentialskrb5_get_validated_creds Get validated credentials