RT RT/krbdev.mit.edu: Ticket #3938 NetIDMgr updates Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

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

 
 

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

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

 Relationships  
Depends on:
  • 3542: (jaltman) Updates to NetIDMgr for KFW 3.1 [resolved]
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Sun Jun 25 15:21:49 2006
Starts: Not set
Started: Sun Jun 25 15:21:53 2006
Last Contact: Fri Jul 21 19:28:03 2006
Due: Not set
Updated: Sun Jun 15 04:33:36 2008 by guest
 

 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]
      Sun Jun 25 15:21:50 2006  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

* add scrollbars to option tree pane in configuration dialog

* convert to using Microsoft's safe string library both to ensure
  safe string manipulation and to avoid deprecation warnings

* disable deprecation warnings for Platform SDK header shlwapi.h
  which cannot otherwise be compiled

* add kerberos 5 kvno property to tickets.  display in properties
  dialog and main window if column selected by user

* improve manifest handling in order to support both manifests
  generated by the compiler and those hand crafted in order to
  specify the correct versions of the custom control libraries.

* update khimaira message types and credential acquisition
  documentation


Commit By: jaltman



Revision: 18212
Changed Files:
U   trunk/src/windows/identity/apiversion.txt
U   trunk/src/windows/identity/config/Makefile.w2k
U   trunk/src/windows/identity/config/Makefile.w32
U   trunk/src/windows/identity/include/khmsgtypes.h
U   trunk/src/windows/identity/kconfig/api.c
U   trunk/src/windows/identity/kcreddb/credential.c
U   trunk/src/windows/identity/kcreddb/credtype.c
U   trunk/src/windows/identity/kcreddb/type.c
U   trunk/src/windows/identity/nidmgrdll/Makefile
U   trunk/src/windows/identity/plugins/common/krb5common.c
U   trunk/src/windows/identity/plugins/common/krb5common.h
U   trunk/src/windows/identity/plugins/krb4/Makefile
U   trunk/src/windows/identity/plugins/krb4/errorfuncs.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/krb5/Makefile
U   trunk/src/windows/identity/plugins/krb5/datarep.c
U   trunk/src/windows/identity/plugins/krb5/datarep.h
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/krb5identpro.c
U   trunk/src/windows/identity/plugins/krb5/krb5main.c
U   trunk/src/windows/identity/plugins/krb5/krbcred.h
U   trunk/src/windows/identity/plugins/krb5/lang/en_us/langres.rc
U   trunk/src/windows/identity/plugins/krb5/langres.h
U   trunk/src/windows/identity/ui/Makefile
U   trunk/src/windows/identity/ui/credwnd.c
U   trunk/src/windows/identity/ui/debugfuncs.c
U   trunk/src/windows/identity/ui/htwnd.c
U   trunk/src/windows/identity/ui/htwnd.h
U   trunk/src/windows/identity/ui/newcredwnd.c
U   trunk/src/windows/identity/uilib/action.c
U   trunk/src/windows/identity/uilib/alert.c
U   trunk/src/windows/identity/uilib/configui.c
U   trunk/src/windows/identity/uilib/creddlg.c
U   trunk/src/windows/identity/uilib/khnewcred.h
U   trunk/src/windows/identity/util/perfstat.c


Download (untitled) 2.7k
      Sun Jun 25 15:21:53 2006  jaltman - Status changed from new to resolved    
      Sun Jun 25 15:21:54 2006  jaltman - Requestor jaltman@mit.edu added    
      Sun Jun 25 15:24:25 2006  jaltman - Status changed from resolved to open    
      Sun Jun 25 15:24:26 2006  jaltman - Component windows added    
      Sun Jun 25 15:27:46 2006  jaltman - Comments added    
     
these changes are on the trunk but were committed after the 1.5 branch
was cut.  they will require a pullup when work on kfw 3.1 begins again.




Download (untitled) 145b
      Fri Jul 21 16:35:03 2006  jaltman - Status changed from open to resolved    
      Fri Jul 21 16:35:03 2006  jaltman - Target_Version 1.4.4 added    
      Fri Jul 21 16:35:04 2006  jaltman - Tags pullup added    
      Fri Jul 21 19:17:10 2006  tlyu - Version_Fixed 1.4.4 added    
      Fri Jul 21 19:17:11 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r18212 from trunk

 r18212@cathode-dark-space:  jaltman | 2006-06-25 15:21:41 -0400
 ticket: new
 subject: NetIDMgr updates

 * add scrollbars to option tree pane in configuration dialog

 * convert to using Microsoft's safe string library both to ensure
   safe string manipulation and to avoid deprecation warnings

 * disable deprecation warnings for Platform SDK header shlwapi.h
   which cannot otherwise be compiled

 * add kerberos 5 kvno property to tickets.  display in properties
   dialog and main window if column selected by user

 * improve manifest handling in order to support both manifests
   generated by the compiler and those hand crafted in order to
   specify the correct versions of the custom control libraries.

 * update khimaira message types and credential acquisition
   documentation




Commit By: tlyu



Revision: 18358
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.w2k
U   branches/krb5-1-4/src/windows/identity/config/Makefile.w32
U   branches/krb5-1-4/src/windows/identity/include/khmsgtypes.h
U   branches/krb5-1-4/src/windows/identity/kconfig/api.c
U   branches/krb5-1-4/src/windows/identity/kcreddb/credential.c
U   branches/krb5-1-4/src/windows/identity/kcreddb/credtype.c
U   branches/krb5-1-4/src/windows/identity/kcreddb/type.c
U   branches/krb5-1-4/src/windows/identity/nidmgrdll/Makefile
U   branches/krb5-1-4/src/windows/identity/plugins/common/krb5common.c
U   branches/krb5-1-4/src/windows/identity/plugins/common/krb5common.h
U   branches/krb5-1-4/src/windows/identity/plugins/krb4/Makefile
U   branches/krb5-1-4/src/windows/identity/plugins/krb4/errorfuncs.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/krb5/Makefile
U   branches/krb5-1-4/src/windows/identity/plugins/krb5/datarep.c
U   branches/krb5-1-4/src/windows/identity/plugins/krb5/datarep.h
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/krb5identpro.c
U   branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5main.c
U   branches/krb5-1-4/src/windows/identity/plugins/krb5/krbcred.h
U   branches/krb5-1-4/src/windows/identity/plugins/krb5/lang/en_us/langres.rc
U   branches/krb5-1-4/src/windows/identity/plugins/krb5/langres.h
U   branches/krb5-1-4/src/windows/identity/ui/Makefile
U   branches/krb5-1-4/src/windows/identity/ui/credwnd.c
U   branches/krb5-1-4/src/windows/identity/ui/debugfuncs.c
U   branches/krb5-1-4/src/windows/identity/ui/htwnd.c
U   branches/krb5-1-4/src/windows/identity/ui/htwnd.h
U   branches/krb5-1-4/src/windows/identity/ui/newcredwnd.c
U   branches/krb5-1-4/src/windows/identity/uilib/action.c
U   branches/krb5-1-4/src/windows/identity/uilib/alert.c
U   branches/krb5-1-4/src/windows/identity/uilib/configui.c
U   branches/krb5-1-4/src/windows/identity/uilib/creddlg.c
U   branches/krb5-1-4/src/windows/identity/uilib/khnewcred.h
U   branches/krb5-1-4/src/windows/identity/util/perfstat.c


Download (untitled) 3.3k
      Fri Jul 21 19:28:01 2006  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r18212 from trunk

 r18212@cathode-dark-space:  jaltman | 2006-06-25 15:21:41 -0400
 ticket: new
 subject: NetIDMgr updates

 * add scrollbars to option tree pane in configuration dialog

 * convert to using Microsoft's safe string library both to ensure
   safe string manipulation and to avoid deprecation warnings

 * disable deprecation warnings for Platform SDK header shlwapi.h
   which cannot otherwise be compiled

 * add kerberos 5 kvno property to tickets.  display in properties
   dialog and main window if column selected by user

 * improve manifest handling in order to support both manifests
   generated by the compiler and those hand crafted in order to
   specify the correct versions of the custom control libraries.

 * update khimaira message types and credential acquisition
   documentation




Commit By: tlyu



Revision: 18361
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.w2k
U   branches/krb5-1-5/src/windows/identity/config/Makefile.w32
U   branches/krb5-1-5/src/windows/identity/include/khmsgtypes.h
U   branches/krb5-1-5/src/windows/identity/kconfig/api.c
U   branches/krb5-1-5/src/windows/identity/kcreddb/credential.c
U   branches/krb5-1-5/src/windows/identity/kcreddb/credtype.c
U   branches/krb5-1-5/src/windows/identity/kcreddb/type.c
U   branches/krb5-1-5/src/windows/identity/nidmgrdll/Makefile
U   branches/krb5-1-5/src/windows/identity/plugins/common/krb5common.c
U   branches/krb5-1-5/src/windows/identity/plugins/common/krb5common.h
U   branches/krb5-1-5/src/windows/identity/plugins/krb4/Makefile
U   branches/krb5-1-5/src/windows/identity/plugins/krb4/errorfuncs.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/krb5/Makefile
U   branches/krb5-1-5/src/windows/identity/plugins/krb5/datarep.c
U   branches/krb5-1-5/src/windows/identity/plugins/krb5/datarep.h
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/krb5identpro.c
U   branches/krb5-1-5/src/windows/identity/plugins/krb5/krb5main.c
U   branches/krb5-1-5/src/windows/identity/plugins/krb5/krbcred.h
U   branches/krb5-1-5/src/windows/identity/plugins/krb5/lang/en_us/langres.rc
U   branches/krb5-1-5/src/windows/identity/plugins/krb5/langres.h
U   branches/krb5-1-5/src/windows/identity/ui/Makefile
U   branches/krb5-1-5/src/windows/identity/ui/credwnd.c
U   branches/krb5-1-5/src/windows/identity/ui/debugfuncs.c
U   branches/krb5-1-5/src/windows/identity/ui/htwnd.c
U   branches/krb5-1-5/src/windows/identity/ui/htwnd.h
U   branches/krb5-1-5/src/windows/identity/ui/newcredwnd.c
U   branches/krb5-1-5/src/windows/identity/uilib/action.c
U   branches/krb5-1-5/src/windows/identity/uilib/alert.c
U   branches/krb5-1-5/src/windows/identity/uilib/configui.c
U   branches/krb5-1-5/src/windows/identity/uilib/creddlg.c
U   branches/krb5-1-5/src/windows/identity/uilib/khnewcred.h
U   branches/krb5-1-5/src/windows/identity/util/perfstat.c


Download (untitled) 3.3k