diff options
author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-12-02 10:34:34 +0000 |
---|---|---|
committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-12-02 10:34:34 +0000 |
commit | 469a923cec9900a48204578e4f4c0656d11fb89b (patch) | |
tree | 80df51b3e779c91f51cf69bd96acde44d37aa6bf /src/windows/identity/doc | |
parent | b5f6a77b27b8b942c0179f99131edca986f916d1 (diff) | |
download | krb5-469a923cec9900a48204578e4f4c0656d11fb89b.tar.gz krb5-469a923cec9900a48204578e4f4c0656d11fb89b.tar.xz krb5-469a923cec9900a48204578e4f4c0656d11fb89b.zip |
Network Identity Manager updates for KFW 3.0 Beta 3
Fix the handling of case sensitive names being stored in the
registry. Only apply case sensitive encoding logic to the
keys below the NetIdMgr key.
Fix the importing of credentials from MSLSA:
Apply an ugly hack to krb5configcc.c that forces _WIN32_WINNT
to 0x0501 for the one file so that the executable can be built
as APPVER=5.0 and yet still gain access to balloon tips on XP
and above.
ticket: new
component: windows
status: open
target_version: 1.4.4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17535 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/doc')
-rw-r--r-- | src/windows/identity/doc/main_page.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windows/identity/doc/main_page.h b/src/windows/identity/doc/main_page.h index 2a74e8f4a..238ce3e6c 100644 --- a/src/windows/identity/doc/main_page.h +++ b/src/windows/identity/doc/main_page.h @@ -105,5 +105,6 @@ - <b>0.1.1</b> First Alpha release <em>Nov 01, 2005</em>\n
Released along with Kerberos for Windows 3.0.0 beta.
- - <b>0.1.2</b> (tbd) <em>[tbd]</em>\n
+ - <b>0.1.2</b> Second Alpha release <em>Nov 30, 2005</em>\n
+ Released along with Kerberos for Windows 3.0.0 beta 2.
*/
|