diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <jaltman@columbia.edu> + + * 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 <raeburn@mit.edu> * init_os_ctx.c (os_get_default_config_files): Fix some typos and |
