RT RT/krbdev.mit.edu: Ticket #5696 NIM: FEATURE: ALL: 64-bit Windows Support and Removal of Compile Time Warnings Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

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

 
 

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

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

 Relationships  
Depends on:
Depended on by:
Parents:
  • 5691: (jaltman) Post KFW 3.2.1 Tracking Ticket [resolved]
Children:

Refers to:
Referred to by:
  • 5772: (jaltman) NIM: BUG: SRC: Increase size of max ccache name buffers and remove extraneous trailing path component separators [resolved]
 
 Dates  
Created: Tue Aug 28 16:58:52 2007
Starts: Not set
Started: Tue Aug 28 16:58:55 2007
Last Contact: Fri Sep 28 21:03:09 2007
Due: Not set
Updated: Tue May 6 05:55:44 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]
      Tue Aug 28 16:58:52 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

This patch permits Network Identity Manager to be built for 64-bit Windows.
In the process all compile time warnings have been taken care of.

For 64-bit Windows, we do not build the Kerberos v4 Credential Provider
and we will not attempt to load the krb524 library.

Note that when testing the 64-bit NIM, there is no CCAPI at the
moment so you must manually specify a FILE: ccache as part of the
identity's Kerberos v5 configuration if you want to use cache's
other than the MSLSA.

This patch also consolidates the computation of the default ccache
name into utility functions:

  khm_krb5_get_identity_default_ccache
  khm_krb5_get_identity_default_ccacheA


Commit By: jaltman



Revision: 19891
Changed Files:
U   trunk/src/windows/identity/Makefile
U   trunk/src/windows/identity/kcreddb/credential.c
U   trunk/src/windows/identity/kcreddb/credset.c
U   trunk/src/windows/identity/kcreddb/identity.c
U   trunk/src/windows/identity/kcreddb/kcreddb.h
U   trunk/src/windows/identity/kherr/kherr.c
U   trunk/src/windows/identity/kherr/kherr.h
U   trunk/src/windows/identity/kmm/kmm.c
U   trunk/src/windows/identity/kmm/kmm_module.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/kmminternal.h
U   trunk/src/windows/identity/kmq/consumer.c
U   trunk/src/windows/identity/kmq/init.c
U   trunk/src/windows/identity/plugins/common/dynimport.c
U   trunk/src/windows/identity/plugins/common/dynimport.h
U   trunk/src/windows/identity/plugins/krb4/krb4configdlg.c
U   trunk/src/windows/identity/plugins/krb4/krb4funcs.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/krb5funcs.c
U   trunk/src/windows/identity/plugins/krb5/krb5funcs.h
U   trunk/src/windows/identity/plugins/krb5/krb5identpro.c
U   trunk/src/windows/identity/plugins/krb5/krb5newcreds.c
U   trunk/src/windows/identity/ui/addrchange.c
U   trunk/src/windows/identity/ui/cfg_appear_wnd.c
U   trunk/src/windows/identity/ui/cfg_general_wnd.c
U   trunk/src/windows/identity/ui/cfg_plugins_wnd.c
U   trunk/src/windows/identity/ui/configwnd.c
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/main.c
U   trunk/src/windows/identity/ui/mainmenu.c
U   trunk/src/windows/identity/ui/mainwnd.c
U   trunk/src/windows/identity/ui/newcredwnd.c
U   trunk/src/windows/identity/ui/notifier.c
U   trunk/src/windows/identity/uilib/action.c
U   trunk/src/windows/identity/uilib/creddlg.c
U   trunk/src/windows/identity/uilib/khaction.h


Download (untitled) 2.6k
      Tue Aug 28 16:58:55 2007  jaltman - Requestor jaltman@mit.edu added    
      Tue Aug 28 16:58:55 2007  jaltman - Status changed from new to resolved    
      Tue Aug 28 16:58:56 2007  jaltman - Component windows added    
      Tue Sep 25 00:13:13 2007  jaltman - Correspondence added    
     
From: jaltman@mit.edu
Subject: SVN Commit

More consolidation of the computation of the default ccache name.


Commit By: jaltman



Revision: 19974
Changed Files:
U   trunk/src/windows/identity/plugins/krb5/krb5identpro.c


Download (untitled) 222b
      Fri Sep 28 17:25:22 2007  jaltman - Target_Version 1.6.4 added    
      Fri Sep 28 17:25:22 2007  jaltman - Tags pullup added    
      Fri Sep 28 18:19:59 2007  tlyu - Target_Version 1.6.4 changed to 1.6.3    
      Fri Sep 28 20:01:28 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r19891 from trunk

 r19891@cathode-dark-space:  jaltman | 2007-08-28 16:58:45 -0400
 ticket: new
 subject: NIM: 64-bit Windows Support and Removal of Compile Time Warnings
 component: windows

 This patch permits Network Identity Manager to be built for 64-bit Windows.
 In the process all compile time warnings have been taken care of.

 For 64-bit Windows, we do not build the Kerberos v4 Credential Provider
 and we will not attempt to load the krb524 library.

 Note that when testing the 64-bit NIM, there is no CCAPI at the
 moment so you must manually specify a FILE: ccache as part of the
 identity's Kerberos v5 configuration if you want to use cache's
 other than the MSLSA.

 This patch also consolidates the computation of the default ccache
 name into utility functions:

   khm_krb5_get_identity_default_ccache
   khm_krb5_get_identity_default_ccacheA




Commit By: tlyu



Revision: 20005
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/Makefile
U   branches/krb5-1-6/src/windows/identity/kcreddb/credential.c
U   branches/krb5-1-6/src/windows/identity/kcreddb/credset.c
U   branches/krb5-1-6/src/windows/identity/kcreddb/identity.c
U   branches/krb5-1-6/src/windows/identity/kcreddb/kcreddb.h
U   branches/krb5-1-6/src/windows/identity/kherr/kherr.c
U   branches/krb5-1-6/src/windows/identity/kherr/kherr.h
U   branches/krb5-1-6/src/windows/identity/kmm/kmm.c
U   branches/krb5-1-6/src/windows/identity/kmm/kmm_module.c
U   branches/krb5-1-6/src/windows/identity/kmm/kmm_reg.c
U   branches/krb5-1-6/src/windows/identity/kmm/kmm_registrar.c
U   branches/krb5-1-6/src/windows/identity/kmm/kmminternal.h
U   branches/krb5-1-6/src/windows/identity/kmq/consumer.c
U   branches/krb5-1-6/src/windows/identity/kmq/init.c
U   branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.c
U   branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.h
U   branches/krb5-1-6/src/windows/identity/plugins/krb4/krb4configdlg.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb4/krb4funcs.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5configdlg.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5configid.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5funcs.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5funcs.h
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5identpro.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5newcreds.c
U   branches/krb5-1-6/src/windows/identity/ui/addrchange.c
U   branches/krb5-1-6/src/windows/identity/ui/cfg_appear_wnd.c
U   branches/krb5-1-6/src/windows/identity/ui/cfg_general_wnd.c
U   branches/krb5-1-6/src/windows/identity/ui/cfg_plugins_wnd.c
U   branches/krb5-1-6/src/windows/identity/ui/configwnd.c
U   branches/krb5-1-6/src/windows/identity/ui/credwnd.c
U   branches/krb5-1-6/src/windows/identity/ui/debugfuncs.c
U   branches/krb5-1-6/src/windows/identity/ui/htwnd.c
U   branches/krb5-1-6/src/windows/identity/ui/main.c
U   branches/krb5-1-6/src/windows/identity/ui/mainmenu.c
U   branches/krb5-1-6/src/windows/identity/ui/mainwnd.c
U   branches/krb5-1-6/src/windows/identity/ui/newcredwnd.c
U   branches/krb5-1-6/src/windows/identity/ui/notifier.c
U   branches/krb5-1-6/src/windows/identity/uilib/action.c
U   branches/krb5-1-6/src/windows/identity/uilib/creddlg.c
U   branches/krb5-1-6/src/windows/identity/uilib/khaction.h


Download (untitled) 3.3k
      Fri Sep 28 21:03:06 2007  tlyu - Version_Fixed 1.6.3 added    
      Fri Sep 28 21:03:06 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

 r19974@cathode-dark-space:  jaltman | 2007-09-24 23:16:18 -0400
 ticket: 5691

 More consolidation of the computation of the default ccache name.




Commit By: tlyu



Revision: 20015
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5identpro.c


Download (untitled) 298b
      Wed Oct  3 15:30:27 2007  jaltman - Subject changed from NIM: 64-bit Windows Support and Removal of Compile Time Warnings to NIM: FEATURE: ALL: 64-bit Windows Support and Removal of Compile Time Warnings