Document krb5_get_kdc_sec_offset()
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18527 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
.Nm krb5_get_fcache_version ,
|
||||
.Nm krb5_set_dns_canonize_hostname ,
|
||||
.Nm krb5_get_dns_canonize_hostname ,
|
||||
.Nm krb5_get_kdc_sec_offset ,
|
||||
.Nm krb5_set_config_files ,
|
||||
.Nm krb5_prepend_config_files ,
|
||||
.Nm krb5_prepend_config_files_default ,
|
||||
@@ -132,6 +133,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Fa "krb5_context context"
|
||||
.Fc
|
||||
.Ft krb5_error_code
|
||||
.Fo krb5_get_kdc_sec_offset
|
||||
.Fa "krb5_context context"
|
||||
.Fc "int32_t *sec"
|
||||
.Fc "int32_t *usec"
|
||||
.Fc
|
||||
.Ft krb5_error_code
|
||||
.Fo krb5_set_config_files
|
||||
.Fa "krb5_context context"
|
||||
.Fa "char **filenames"
|
||||
@@ -233,6 +240,15 @@ sets if the context is configured to canonicalize hostnames using DNS.
|
||||
.Fn krb5_get_dns_canonize_hostname
|
||||
returns if the context is configured to canonicalize hostnames using DNS.
|
||||
.Pp
|
||||
.Fn krb5_get_kdc_sec_offset
|
||||
returns the offset between the localtime and the KDC's time.
|
||||
.Fa sec
|
||||
and
|
||||
.Fa usec
|
||||
are both optional argument and
|
||||
.Dv NULL
|
||||
can be passed in.
|
||||
.Pp
|
||||
.Fn krb5_set_config_files
|
||||
set the list of configuration files to use and re-initialize the
|
||||
configuration from the files.
|
||||
|
Reference in New Issue
Block a user