Skip Menu |
 

From: jaltman@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 2.7KiB
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
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 3.4KiB
pull up r18344 from trunk

r18344@cathode-dark-space: jaltman | 2006-07-19 18:36:00 -0400
ticket: new
subject: Windows NetIDMgr post-1.5 branch commits

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: tlyu



Revision: 18374
Changed Files:
_U branches/krb5-1-4/
U branches/krb5-1-4/src/windows/identity/apiversion.txt
U branches/krb5-1-4/src/windows/identity/config/Makefile.w32
U branches/krb5-1-4/src/windows/identity/kconfig/api.c
U branches/krb5-1-4/src/windows/identity/kconfig/kconfig.h
U branches/krb5-1-4/src/windows/identity/kconfig/kconfiginternal.h
U branches/krb5-1-4/src/windows/identity/kmm/kmm.h
U branches/krb5-1-4/src/windows/identity/kmm/kmm_plugin.c
U branches/krb5-1-4/src/windows/identity/kmm/kmm_reg.c
U branches/krb5-1-4/src/windows/identity/kmm/kmm_registrar.c
U branches/krb5-1-4/src/windows/identity/kmm/kmmconfig.csv
U branches/krb5-1-4/src/windows/identity/kmm/kmminternal.h
U branches/krb5-1-4/src/windows/identity/nidmgrdll/Makefile
U branches/krb5-1-4/src/windows/identity/plugins/krb4/Makefile
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4configdlg.c
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4funcs.c
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4newcreds.c
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4plugin.c
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krbconfig.csv
U branches/krb5-1-4/src/windows/identity/plugins/krb5/Makefile
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5configcc.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5configdlg.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5configid.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5configids.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5funcs.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5newcreds.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krbconfig.csv
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krbcred.h
U branches/krb5-1-4/src/windows/identity/ui/Makefile
U branches/krb5-1-4/src/windows/identity/ui/aboutwnd.c
U branches/krb5-1-4/src/windows/identity/ui/configwnd.c
U branches/krb5-1-4/src/windows/identity/ui/lang/en_us/khapp.rc
U branches/krb5-1-4/src/windows/identity/ui/main.c
U branches/krb5-1-4/src/windows/identity/ui/newcredwnd.c
U branches/krb5-1-4/src/windows/identity/ui/resource.h
U branches/krb5-1-4/src/windows/identity/ui/toolbar.c
U branches/krb5-1-4/src/windows/identity/uilib/actions.csv
U branches/krb5-1-4/src/windows/identity/uilib/khnewcred.h
U branches/krb5-1-4/src/windows/identity/uilib/khuidefs.h
U branches/krb5-1-4/src/windows/identity/util/perfstat.c
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 3.4KiB
pull up r18344 from trunk

r18344@cathode-dark-space: jaltman | 2006-07-19 18:36:00 -0400
ticket: new
subject: Windows NetIDMgr post-1.5 branch commits

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: tlyu



Revision: 18375
Changed Files:
_U branches/krb5-1-5/
U branches/krb5-1-5/src/windows/identity/apiversion.txt
U branches/krb5-1-5/src/windows/identity/config/Makefile.w32
U branches/krb5-1-5/src/windows/identity/kconfig/api.c
U branches/krb5-1-5/src/windows/identity/kconfig/kconfig.h
U branches/krb5-1-5/src/windows/identity/kconfig/kconfiginternal.h
U branches/krb5-1-5/src/windows/identity/kmm/kmm.h
U branches/krb5-1-5/src/windows/identity/kmm/kmm_plugin.c
U branches/krb5-1-5/src/windows/identity/kmm/kmm_reg.c
U branches/krb5-1-5/src/windows/identity/kmm/kmm_registrar.c
U branches/krb5-1-5/src/windows/identity/kmm/kmmconfig.csv
U branches/krb5-1-5/src/windows/identity/kmm/kmminternal.h
U branches/krb5-1-5/src/windows/identity/nidmgrdll/Makefile
U branches/krb5-1-5/src/windows/identity/plugins/krb4/Makefile
U branches/krb5-1-5/src/windows/identity/plugins/krb4/krb4configdlg.c
U branches/krb5-1-5/src/windows/identity/plugins/krb4/krb4funcs.c
U branches/krb5-1-5/src/windows/identity/plugins/krb4/krb4newcreds.c
U branches/krb5-1-5/src/windows/identity/plugins/krb4/krb4plugin.c
U branches/krb5-1-5/src/windows/identity/plugins/krb4/krbconfig.csv
U branches/krb5-1-5/src/windows/identity/plugins/krb5/Makefile
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5configcc.c
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5configdlg.c
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5configid.c
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5configids.c
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5funcs.c
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5newcreds.c
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krbconfig.csv
U branches/krb5-1-5/src/windows/identity/plugins/krb5/krbcred.h
U branches/krb5-1-5/src/windows/identity/ui/Makefile
U branches/krb5-1-5/src/windows/identity/ui/aboutwnd.c
U branches/krb5-1-5/src/windows/identity/ui/configwnd.c
U branches/krb5-1-5/src/windows/identity/ui/lang/en_us/khapp.rc
U branches/krb5-1-5/src/windows/identity/ui/main.c
U branches/krb5-1-5/src/windows/identity/ui/newcredwnd.c
U branches/krb5-1-5/src/windows/identity/ui/resource.h
U branches/krb5-1-5/src/windows/identity/ui/toolbar.c
U branches/krb5-1-5/src/windows/identity/uilib/actions.csv
U branches/krb5-1-5/src/windows/identity/uilib/khnewcred.h
U branches/krb5-1-5/src/windows/identity/uilib/khuidefs.h
U branches/krb5-1-5/src/windows/identity/util/perfstat.c