summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 05:28:03 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 05:28:03 +0000
commitf5d385e8beca3d24cb079848e46f81fbf7809b21 (patch)
tree4ebc6edc032c374340d4c8fce78eaa0d05dd49f7 /src
parent928cc973cd9d83c22d49e3688d333acfe562bd00 (diff)
downloadkrb5-f5d385e8beca3d24cb079848e46f81fbf7809b21.tar.gz
krb5-f5d385e8beca3d24cb079848e46f81fbf7809b21.tar.xz
krb5-f5d385e8beca3d24cb079848e46f81fbf7809b21.zip
Forgot to check this in earlier
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11066 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb4/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog
index 0162fc450..8f1b77952 100644
--- a/src/lib/krb4/ChangeLog
+++ b/src/lib/krb4/ChangeLog
@@ -1,3 +1,20 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
+ * configure.in: Remove KRB5_POSIX_LOCKS test.
+
+ * win_store.c (krb__get_srvtabname):
+ * g_cnffile.c: Use krb5__krb4_context instead of init'ing and
+ free'ing a krb5_context each time we need to read data
+ from the configuration file. We also define
+ krb5__krb4_context in g_cnnfile.c, since it's a likely
+ that any use of the krb4 library will pull in that file.
+
+ * tf_util.c (tf_init): Use krb5_lock_file instead of trying to
+ roll our own flock emulation.
+
Wed Aug 12 18:32:44 1998 Tom Yu <tlyu@mit.edu>
* rd_req.c (krb_set_key): Nuke the krb5_keyblock if it's set.