From: Theodore Tso Date: Sat, 5 Dec 1998 05:28:03 +0000 (+0000) Subject: Forgot to check this in earlier X-Git-Tag: krb5-1.1-beta1~455 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5d385e8beca3d24cb079848e46f81fbf7809b21;p=krb5.git Forgot to check this in earlier git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11066 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * 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 * rd_req.c (krb_set_key): Nuke the krb5_keyblock if it's set.