RT RT/krbdev.mit.edu: Ticket #4028 Windows NetIDMgr post-1.5 branch commits Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
4028
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • windows
Version_reported
Version_Fixed
  • 1.4.4
Target_Version
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Wed Jul 19 18:36:14 2006
Starts: Not set
Started: Wed Jul 19 18:36:17 2006
Last Contact: Fri Jul 21 20:27:58 2006
Due: Not set
Updated: Fri Jul 21 20:27:58 2006 by tlyu
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Wed Jul 19 18:36:14 2006  jaltman - Ticket created    
     
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


Download (untitled) 2.7k
      Wed Jul 19 18:36:17 2006  jaltman - Status changed from new to resolved    
      Wed Jul 19 18:36:18 2006  jaltman - Requestor jaltman@mit.edu added    
      Wed Jul 19 18:37:21 2006  jaltman - Component windows added    
      Fri Jul 21 18:36:29 2006  jaltman - Tags pullup added    
      Fri Jul 21 20:26:51 2006  tlyu - Version_Fixed 1.4.4 added    
      Fri Jul 21 20:26:51 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

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


Download (untitled) 3.4k
      Fri Jul 21 20:27:55 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

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


Download (untitled) 3.4k