summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/ChangeLog
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-07 13:55:01 +0000
committerRichard Basch <probe@mit.edu>1997-02-07 13:55:01 +0000
commit067bc3c815b0a870436fd3886d770cc66dea4abc (patch)
tree8a6e057580d3887311d58ca64d055b34d4ef64fc /src/windows/cns/ChangeLog
parent06035540bf2f20df59df3f20541809b436400a68 (diff)
downloadkrb5-067bc3c815b0a870436fd3886d770cc66dea4abc.tar.gz
krb5-067bc3c815b0a870436fd3886d770cc66dea4abc.tar.xz
krb5-067bc3c815b0a870436fd3886d770cc66dea4abc.zip
cns.c:
Declare blocking_hook_proc with __export keyword so that it works with Win16. Win32 will only generate a warning message. Reworked timeout logic to accomodate the 49.7 day wraparound of GetTickCount() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9813 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/ChangeLog')
-rw-r--r--src/windows/cns/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog
index 1fd2a5eec3..d07b3d5899 100644
--- a/src/windows/cns/ChangeLog
+++ b/src/windows/cns/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 7 08:08:39 1997 Richard Basch <basch@lehman.com>
+
+ * cns.c (blocking_hook_proc): Additional logic is required to
+ prevent instantaneous timeouts when GetTickCount()
+ wraps every 49.7 days.
+
Sun Feb 2 11:22:57 1997 Richard Basch <basch@lehman.com>
* cns.c (k5_name_from_ccache):