summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>1999-07-23 18:05:31 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>1999-07-23 18:05:31 +0000
commita6013c5bbad378bcd15b60adb1107a42a0145dbb (patch)
treef3590b729bb8f0cf58d2bde461eb1b40d0745798 /src/lib
parentbd439c316efa659a47ec3800dd8eaf4a10eed99c (diff)
downloadkrb5-a6013c5bbad378bcd15b60adb1107a42a0145dbb.tar.gz
krb5-a6013c5bbad378bcd15b60adb1107a42a0145dbb.tar.xz
krb5-a6013c5bbad378bcd15b60adb1107a42a0145dbb.zip
Updating ChangeLog
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11594 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/ChangeLog15
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