From 5cd15a3636595e3be9a6a4d470847f45053d7cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 15:59:04 +0000 Subject: [PATCH] Document krb5_get_kdc_sec_offset() git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18527 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_init_context.3 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/krb5/krb5_init_context.3 b/lib/krb5/krb5_init_context.3 index 7e50b9d29..f81af54e5 100644 --- a/lib/krb5/krb5_init_context.3 +++ b/lib/krb5/krb5_init_context.3 @@ -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.