|
NAMEkrb5_timeofday ,
krb5_set_real_time ,
krb5_us_timeofday ,
krb5_format_time ,
krb5_string_to_deltat —
Kerberos 5 time handling functions
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
krb5_error_code
krb5_error_code
krb5_error_code
krb5_error_code
DESCRIPTIONkrb5_set_real_time sets the absolute time that the
caller knows the KDC has. With this the Kerberos library can calculate the
relative difference between the KDC time and the local system time and store
it in the context. With this information the Kerberos
library can adjust all time stamps in Kerberos packages.
SEE ALSOgettimeofday(2), krb5(3)
Visit the GSP FreeBSD Man Page Interface. |