From: Jeffrey Altman Date: Fri, 23 Jul 1999 18:05:31 +0000 (+0000) Subject: Updating ChangeLog X-Git-Tag: krb5-1.1-beta1~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6013c5bbad378bcd15b60adb1107a42a0145dbb;p=krb5.git Updating ChangeLog git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11594 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index f0d1c2cb6..a13280f70 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,18 @@ +1999-07-22 Jeffrey Altman + + * init_os_ctx.c (os_init_paths) + If profile_init() is unable to open a profile and returns ENOENT, + remember in the context that the profile_in_memory and then + call profile_init() with a NULL filespec. + + * def_realm.c (krb5_get_default_realm) + * hst_realm.c (krb5_get_host_realm) + * locate_kdc.c (krb5_locate_kdc) + Use the profile entry [libdefaults] dns_fallback to determine + if DNS SRV and TXT records should be used to find realms and + servers if they are not found in the profile. + + 1999-07-21 Ken Raeburn * init_os_ctx.c (os_get_default_config_files): Fix some typos and