summaryrefslogtreecommitdiffstats
path: root/src/lib/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-07-11 00:34:12 +0000
committerTheodore Tso <tytso@mit.edu>1996-07-11 00:34:12 +0000
commitad18915077cf3b79174dc03b89b39c69200012f5 (patch)
tree8fdaf419ee23951e4687aae0c017e049b0705f53 /src/lib/ChangeLog
parent04e37babae72d1da44edca732468d745bf11dcf6 (diff)
downloadkrb5-ad18915077cf3b79174dc03b89b39c69200012f5.tar.gz
krb5-ad18915077cf3b79174dc03b89b39c69200012f5.tar.xz
krb5-ad18915077cf3b79174dc03b89b39c69200012f5.zip
New routine which does the timebomb and version server checking.
Windows 3.1 doesn't allow you to do any messaging calls in LibMain, so the timebomb and version server code was moved to krb5_win_do_init(), which is called by krb5_init_context(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8678 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
-rw-r--r--src/lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index 25043838e8..1d360f8dcb 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jul 10 20:32:22 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * win_glue.c (krb5_win_do_init): New routine which does the
+ timebomb and version server checking. Windows 3.1 doesn't
+ allow you to do any messaging calls in LibMain, so the
+ timebomb and version server code was moved to
+ krb5_win_do_init(), which is called by krb5_init_context().
+
Tue Jul 9 16:44:22 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* win_glue.c: Add a quick hack so we can time-bomb the libkrb5.dll