Network Identity Manager updates for KFW 3.0 Beta 3
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 2 Dec 2005 10:34:34 +0000 (10:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 2 Dec 2005 10:34:34 +0000 (10:34 +0000)
commit469a923cec9900a48204578e4f4c0656d11fb89b
tree80df51b3e779c91f51cf69bd96acde44d37aa6bf
parentb5f6a77b27b8b942c0179f99131edca986f916d1
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
32 files changed:
src/windows/identity/apiversion.txt
src/windows/identity/config/Makefile
src/windows/identity/config/Makefile.w32
src/windows/identity/doc/main_page.h
src/windows/identity/help/khhelp.h
src/windows/identity/kconfig/api.c
src/windows/identity/kcreddb/credential.c
src/windows/identity/kmm/kmm_registrar.c
src/windows/identity/kmm/kmmconfig.csv
src/windows/identity/nidmgrdll/Makefile
src/windows/identity/plugins/common/dynimport.c
src/windows/identity/plugins/common/dynimport.h
src/windows/identity/plugins/common/krb5common.c
src/windows/identity/plugins/krb5/krb5configcc.c
src/windows/identity/plugins/krb5/krb5funcs.c
src/windows/identity/plugins/krb5/krb5identpro.c
src/windows/identity/plugins/krb5/krb5main.c
src/windows/identity/plugins/krb5/krb5newcreds.c
src/windows/identity/plugins/krb5/krb5plugin.c
src/windows/identity/plugins/krb5/krbcred.h
src/windows/identity/ui/Makefile
src/windows/identity/ui/aboutwnd.c
src/windows/identity/ui/appglobal.h
src/windows/identity/ui/cfg_identities_wnd.c
src/windows/identity/ui/cfg_plugins_wnd.c
src/windows/identity/ui/main.c
src/windows/identity/ui/mainwnd.c
src/windows/identity/ui/notifier.c
src/windows/identity/ui/reqdaemon.c
src/windows/identity/uilib/Makefile
src/windows/identity/uilib/khuidefs.h
src/windows/identity/uilib/version.c [new file with mode: 0644]