From: | jaltman@mit.edu |
Subject: | SVN Commit |
The following patch updates the NetIDMgr:
* allow plug-ins to be marked "do not unload" in order
to support DLLs that create threads that are not
properly cleaned up as part of library unload.
* allow plug-ins to be marked "disabled"
* Additional changes to deal with Microsoft's efforts
to deprecate all of the str C runtime functions.
* Improvements to Manifest processing in the build
system
* Addition of Tooltip support to the Toolbar. Dragging
the mouse over toolbar buttons displays textual
descriptions.
* Correct the behavior of the New Credentials Dialog
to disable the "Ok" button after it has been pressed.
* Add support to allow plugin configuration data to
be distributed as part of transforms to the MSI
installer.
Commit By: jaltman
Revision: 18344
Changed Files:
U trunk/src/windows/identity/apiversion.txt
U trunk/src/windows/identity/config/Makefile.w32
U trunk/src/windows/identity/kconfig/api.c
U trunk/src/windows/identity/kconfig/kconfig.h
U trunk/src/windows/identity/kconfig/kconfiginternal.h
U trunk/src/windows/identity/kmm/kmm.h
U trunk/src/windows/identity/kmm/kmm_plugin.c
U trunk/src/windows/identity/kmm/kmm_reg.c
U trunk/src/windows/identity/kmm/kmm_registrar.c
U trunk/src/windows/identity/kmm/kmmconfig.csv
U trunk/src/windows/identity/kmm/kmminternal.h
U trunk/src/windows/identity/nidmgrdll/Makefile
U trunk/src/windows/identity/plugins/krb4/Makefile
U trunk/src/windows/identity/plugins/krb4/krb4configdlg.c
U trunk/src/windows/identity/plugins/krb4/krb4funcs.c
U trunk/src/windows/identity/plugins/krb4/krb4newcreds.c
U trunk/src/windows/identity/plugins/krb4/krb4plugin.c
U trunk/src/windows/identity/plugins/krb4/krbconfig.csv
U trunk/src/windows/identity/plugins/krb5/Makefile
U trunk/src/windows/identity/plugins/krb5/krb5configcc.c
U trunk/src/windows/identity/plugins/krb5/krb5configdlg.c
U trunk/src/windows/identity/plugins/krb5/krb5configid.c
U trunk/src/windows/identity/plugins/krb5/krb5configids.c
U trunk/src/windows/identity/plugins/krb5/krb5funcs.c
U trunk/src/windows/identity/plugins/krb5/krb5newcreds.c
U trunk/src/windows/identity/plugins/krb5/krbconfig.csv
U trunk/src/windows/identity/plugins/krb5/krbcred.h
U trunk/src/windows/identity/ui/Makefile
U trunk/src/windows/identity/ui/aboutwnd.c
U trunk/src/windows/identity/ui/configwnd.c
U trunk/src/windows/identity/ui/lang/en_us/khapp.rc
U trunk/src/windows/identity/ui/main.c
U trunk/src/windows/identity/ui/newcredwnd.c
U trunk/src/windows/identity/ui/resource.h
U trunk/src/windows/identity/ui/toolbar.c
U trunk/src/windows/identity/uilib/actions.csv
U trunk/src/windows/identity/uilib/khnewcred.h
U trunk/src/windows/identity/uilib/khuidefs.h
U trunk/src/windows/identity/util/perfstat.c
* allow plug-ins to be marked "do not unload" in order
to support DLLs that create threads that are not
properly cleaned up as part of library unload.
* allow plug-ins to be marked "disabled"
* Additional changes to deal with Microsoft's efforts
to deprecate all of the str C runtime functions.
* Improvements to Manifest processing in the build
system
* Addition of Tooltip support to the Toolbar. Dragging
the mouse over toolbar buttons displays textual
descriptions.
* Correct the behavior of the New Credentials Dialog
to disable the "Ok" button after it has been pressed.
* Add support to allow plugin configuration data to
be distributed as part of transforms to the MSI
installer.
Commit By: jaltman
Revision: 18344
Changed Files:
U trunk/src/windows/identity/apiversion.txt
U trunk/src/windows/identity/config/Makefile.w32
U trunk/src/windows/identity/kconfig/api.c
U trunk/src/windows/identity/kconfig/kconfig.h
U trunk/src/windows/identity/kconfig/kconfiginternal.h
U trunk/src/windows/identity/kmm/kmm.h
U trunk/src/windows/identity/kmm/kmm_plugin.c
U trunk/src/windows/identity/kmm/kmm_reg.c
U trunk/src/windows/identity/kmm/kmm_registrar.c
U trunk/src/windows/identity/kmm/kmmconfig.csv
U trunk/src/windows/identity/kmm/kmminternal.h
U trunk/src/windows/identity/nidmgrdll/Makefile
U trunk/src/windows/identity/plugins/krb4/Makefile
U trunk/src/windows/identity/plugins/krb4/krb4configdlg.c
U trunk/src/windows/identity/plugins/krb4/krb4funcs.c
U trunk/src/windows/identity/plugins/krb4/krb4newcreds.c
U trunk/src/windows/identity/plugins/krb4/krb4plugin.c
U trunk/src/windows/identity/plugins/krb4/krbconfig.csv
U trunk/src/windows/identity/plugins/krb5/Makefile
U trunk/src/windows/identity/plugins/krb5/krb5configcc.c
U trunk/src/windows/identity/plugins/krb5/krb5configdlg.c
U trunk/src/windows/identity/plugins/krb5/krb5configid.c
U trunk/src/windows/identity/plugins/krb5/krb5configids.c
U trunk/src/windows/identity/plugins/krb5/krb5funcs.c
U trunk/src/windows/identity/plugins/krb5/krb5newcreds.c
U trunk/src/windows/identity/plugins/krb5/krbconfig.csv
U trunk/src/windows/identity/plugins/krb5/krbcred.h
U trunk/src/windows/identity/ui/Makefile
U trunk/src/windows/identity/ui/aboutwnd.c
U trunk/src/windows/identity/ui/configwnd.c
U trunk/src/windows/identity/ui/lang/en_us/khapp.rc
U trunk/src/windows/identity/ui/main.c
U trunk/src/windows/identity/ui/newcredwnd.c
U trunk/src/windows/identity/ui/resource.h
U trunk/src/windows/identity/ui/toolbar.c
U trunk/src/windows/identity/uilib/actions.csv
U trunk/src/windows/identity/uilib/khnewcred.h
U trunk/src/windows/identity/uilib/khuidefs.h
U trunk/src/windows/identity/util/perfstat.c