Forgot to check this in earlier
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:28:03 +0000 (05:28 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 05:28:03 +0000 (05:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11066 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb4/ChangeLog

index 0162fc450f83088fa6983167ec7a0d5e76a9ae9b..8f1b779528451bb6800f432668b11fb5272d3660 100644 (file)
@@ -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.