def_realm.c (krb5_get_default_realm): Use the profile code to
authorTheodore Tso <tytso@mit.edu>
Sat, 22 Apr 1995 00:59:31 +0000 (00:59 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 22 Apr 1995 00:59:31 +0000 (00:59 +0000)
commit37990cb9a9149cbee5851125793deddc3745be30
tree463f29066f0215925b2532d06186189d19761bf5
parent189ad2bf4dcc2e4b87c669f7d71f5c34488d4669
def_realm.c (krb5_get_default_realm): Use the profile code to
get the default realm from [libdefaults]/default_realm.

get_krbhst.c (krb5_get_krbhst): Use the profile code to get the
list of Kerberos servers for a particualar realm from
[realms]/<realm>/kdc

realm_dom.c (krb5_get_realm_domain):  Use the profile code to
get the default domain postfix for a realm (used only to
convert V4 -> V5 principals) from
[realms]/<realm>/default_domain

hst_realm.c (krb5_get_host_realm): Use the profile code to get
the default realm given a particular host from
[domain_realm]/<host|domain>

init_os_ctx.c (krb5_os_init_context): When the OS context is
initialized, also initialize the profile file.  This loads
in the /etc/krb5.conf file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5438 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/def_realm.c
src/lib/krb5/os/get_krbhst.c
src/lib/krb5/os/hst_realm.c
src/lib/krb5/os/init_os_ctx.c
src/lib/krb5/os/realm_dom.c