summaryrefslogtreecommitdiffstats
path: root/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2004-03-31 21:22:25 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2004-03-31 21:22:25 +0000
commit29751c62da571957e397ba3875b6bf79959ae41d (patch)
treeff6d5a492e4399756f03693c1927f9f9c49cd133 /src/lib/ChangeLog
parent8f28d6aac5109199f321fc2f90e5e0fea8654505 (diff)
downloadkrb5-29751c62da571957e397ba3875b6bf79959ae41d.tar.gz
krb5-29751c62da571957e397ba3875b6bf79959ae41d.tar.xz
krb5-29751c62da571957e397ba3875b6bf79959ae41d.zip
Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLL
Then modify the MSLSA implementation to ensure that none of the APIs loaded from those DLLs are executed on Windows platforms prior to Windows 2000. This ensures that the DLLs will never be loaded enabling KRB5_32.DLL to continue to be used on Windows 9x. ticket: new target_version: 1.3.3 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16217 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
-rw-r--r--src/lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index 80e49d9fc9..d411299f4c 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-31 Jeffrey Altman <jaltman@mit.edu>
+
+ * Makefile.in: Delay Load the ADVAPI32.DLL and SECUR32.DLL libraries
+ to enable the KRB5_32.DLL to load on Windows 9x systems which do
+ not support the LSA Kerberos functionality.
+
2004-03-08 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (LOCAL_SUBDIRS): Renamed from MY_SUBDIRS.