summaryrefslogtreecommitdiffstats
path: root/src/windows/ms2mit/ChangeLog
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>2001-11-28 21:20:38 +0000
committerDanilo Almeida <dalmeida@mit.edu>2001-11-28 21:20:38 +0000
commit2f36eb05aa78e91b9fc7d6019178ef501de7a6fd (patch)
treedc198d36cca19e3d53d3073cf0e0e5d40a3b4eff /src/windows/ms2mit/ChangeLog
parentff00d000b744cab1b1931e39e4df1c5fa4e29309 (diff)
downloadkrb5-2f36eb05aa78e91b9fc7d6019178ef501de7a6fd.tar.gz
krb5-2f36eb05aa78e91b9fc7d6019178ef501de7a6fd.tar.xz
krb5-2f36eb05aa78e91b9fc7d6019178ef501de7a6fd.zip
* ms2mit.c: Make sure we get a des-cbc-crc session key instead of
potentially getting whatever happens to be in the cache. Remove unnecessary static variables. Make function headers use a consistent format. Rename ShowLastError() to ShowWinError() and ShowNTError() to ShowLsaError(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14024 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/ms2mit/ChangeLog')
-rw-r--r--src/windows/ms2mit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/windows/ms2mit/ChangeLog b/src/windows/ms2mit/ChangeLog
new file mode 100644
index 000000000..f2731ff4b
--- /dev/null
+++ b/src/windows/ms2mit/ChangeLog
@@ -0,0 +1,8 @@
+2001-11-28 Danilo Almeida <dalmeida@mit.edu>
+
+ * ms2mit.c: Make sure we get a des-cbc-crc session key instead of
+ potentially getting whatever happens to be in the cache. Remove
+ unnecessary static variables. Make function headers use a
+ consistent format. Rename ShowLastError() to ShowWinError() and
+ ShowNTError() to ShowLsaError().
+