Add krb5_set_dns_canonize_hostname and krb5_get_dns_canonize_hostname

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18507 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 09:23:50 +00:00
parent 8a8fec8f96
commit 37dce24803

View File

@@ -48,6 +48,8 @@
.Nm krb5_set_ignore_addresses ,
.Nm krb5_set_fcache_version ,
.Nm krb5_get_fcache_version ,
.Nm krb5_set_dns_canonize_hostname ,
.Nm krb5_get_dns_canonize_hostname ,
.Nm krb5_set_config_files ,
.Nm krb5_prepend_config_files ,
.Nm krb5_prepend_config_files_default ,
@@ -120,6 +122,15 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fa "krb5_context context"
.Fa "int *version"
.Fc
.Ft void
.Fn krb5_set_dns_canonize_hostname
.Fa "krb5_context context"
.Fa "krb5_boolean flag"
.Fc
.Ft krb5_boolean
.Fn krb5_get_dns_canonize_hostname
.Fa "krb5_context context"
.Fc
.Ft krb5_error_code
.Fo krb5_set_config_files
.Fa "krb5_context context"
@@ -216,6 +227,12 @@ sets the version of file credentials caches that should be used.
.Fn krb5_get_fcache_version
gets the version of file credentials caches that should be used.
.Pp
.Fn krb5_set_dns_canonize_hostname
sets if the context is configured to canonicalize hostnames using DNS.
.Pp
.Fn krb5_get_dns_canonize_hostname
returns if the context is configured to canonicalize hostnames using DNS.
.Pp
.Fn krb5_set_config_files
set the list of configuration files to use and re-initialize the
configuration from the files.