Skip Menu |
 

From: jaltman@mit.edu
Subject: CVS Commit
Download (untitled) / with headers
text/plain 3.7KiB
This commit updates:

+ the HTMLHelp formatted documentation

+ the build system to produce separate binaries for Windows 2000
and Windows XP and beyond. Separate binaries are required
because we make heavy use of some of the UI features found in
XP that don't exist in 2000. If we build only for XP then the
binaries won't run on 2000 and if we build for 2000, then the
functionality we desire for balloon text and the tracker
windows does not work properly on XP or above. (Note for Vista
we will need to build three sets of binaries if we want to take
advantage of the new functionality that is available only there.)

+ Add more debugging to the krb4 plug-in and ensure that all
checkboxes are initialized.

+ remove plugins/krb5/krb5util.c which is an unused file

+ Use mixed case for Alt, Ctrl and Shift text designators

+ Increment the build number to 1.1.0.1

+ Plug a memory leak when dialogs are closed

+ Add a new Options->Appearance configuration page that can be
used to allow user customized font selection. This page will
also be used for custom color selection in a future release.


Commit By: jaltman



Revision: 17752
Changed Files:
U trunk/src/windows/identity/Makefile
U trunk/src/windows/identity/config/Makefile
A trunk/src/windows/identity/config/Makefile.w2k
U trunk/src/windows/identity/config/Makefile.w32
U trunk/src/windows/identity/doc/netidmgr.doc
U trunk/src/windows/identity/help/Makefile
U trunk/src/windows/identity/help/html/act_new_creds.htm
U trunk/src/windows/identity/help/html/act_renew_creds.htm
U trunk/src/windows/identity/help/html/act_set_default.htm
U trunk/src/windows/identity/help/html/concept_cred_pro.htm
U trunk/src/windows/identity/help/html/concept_ident_pro.htm
U trunk/src/windows/identity/help/html/concept_identity.htm
U trunk/src/windows/identity/help/html/concepts.htm
U trunk/src/windows/identity/help/html/copyright.htm
U trunk/src/windows/identity/help/html/howdoi.htm
U trunk/src/windows/identity/help/html/images/screen_menu_bar.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_credential.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_file.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_help.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_options.bmp
U trunk/src/windows/identity/help/html/images/screen_menu_view.bmp
U trunk/src/windows/identity/help/html/menu_all.htm
U trunk/src/windows/identity/help/html/menu_credential.htm
U trunk/src/windows/identity/help/html/menu_file.htm
U trunk/src/windows/identity/help/html/menu_help.htm
U trunk/src/windows/identity/help/html/menu_options.htm
U trunk/src/windows/identity/help/html/menu_view.htm
U trunk/src/windows/identity/help/html/use_start.htm
U trunk/src/windows/identity/help/html/using.htm
U trunk/src/windows/identity/help/toc.hhc
A trunk/src/windows/identity/nidmgrdll/Makefile.w2k
U trunk/src/windows/identity/plugins/krb4/krb4newcreds.c
D trunk/src/windows/identity/plugins/krb5/krb5util.c
U trunk/src/windows/identity/ui/Makefile
A trunk/src/windows/identity/ui/Makefile.w2k
A 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/configwnd.c
U trunk/src/windows/identity/ui/configwnd.h
U trunk/src/windows/identity/ui/credwnd.c
U trunk/src/windows/identity/ui/credwnd.h
U trunk/src/windows/identity/ui/lang/en_us/khapp.rc
U trunk/src/windows/identity/ui/mainwnd.c
U trunk/src/windows/identity/ui/notifier.c
U trunk/src/windows/identity/ui/resource.h
A trunk/src/windows/identity/uilib/Makefile.w2k
U trunk/src/windows/identity/uilib/action.c
U trunk/src/windows/identity/uilib/actions.csv
U trunk/src/windows/identity/uilib/khactiondef.h
Things that remain to be done include updating the PDF end user
documentation and modifying the installers to conditionally install the
Windows 2000 versions of the netidmgr.exe and netidmgr.dll (plus pdb)
files. These will be done after the credential cache work is performed.
From: jaltman@mit.edu
Subject: CVS Commit
Updates for the Network Identity Manager User Guide for KFW 3.1.0.


Commit By: jaltman



Revision: 17753
Changed Files:
U trunk/src/windows/identity/doc/netidmgr.doc
U trunk/src/windows/identity/doc/netidmgr.pdf
From: jaltman@mit.edu
Subject: CVS Commit
Commit By: jaltman



Revision: 17831
Changed Files:
U trunk/src/windows/identity/help/html/concept_identity.htm
U trunk/src/windows/identity/help/html/concepts.htm
A trunk/src/windows/identity/help/html/images/appicon_empty.bmp
A trunk/src/windows/identity/help/html/images/appicon_expired.bmp
A trunk/src/windows/identity/help/html/images/appicon_good.bmp
A trunk/src/windows/identity/help/html/images/appicon_warnexp.bmp
A trunk/src/windows/identity/help/html/images/appicon_warning.bmp
A trunk/src/windows/identity/help/html/images/screen_menu_view_cols.bmp
A trunk/src/windows/identity/help/html/use_icon.htm
A trunk/src/windows/identity/help/html/use_layout.htm
From: jaltman@mit.edu
Subject: CVS Commit
Download (untitled) / with headers
text/plain 2.4KiB
Results from Kerberos Interop session:

- 64-bit Windows compatibility

- correct uninitialized variables

- work without kerberos 4 libraries including krb524

- add a mechanism to add and remove identities from
the options dialog. This allows a configuration
to be specified using a separate file based ccache
for each identity

- work without availability of ccapi

- force a renew of credentials on startup to support
the case when MSLSA is the only credential cache


Commit By: jaltman



Revision: 17832
Changed Files:
U trunk/src/windows/identity/kconfig/api.c
U trunk/src/windows/identity/kconfig/kconfiginternal.h
U trunk/src/windows/identity/kcreddb/buf.c
U trunk/src/windows/identity/kcreddb/identity.c
U trunk/src/windows/identity/kcreddb/kcreddb.h
U trunk/src/windows/identity/kcreddb/type.c
U trunk/src/windows/identity/kherr/kherr.c
U trunk/src/windows/identity/kherr/kherr.h
U trunk/src/windows/identity/kherr/kherrinternal.h
U trunk/src/windows/identity/kmm/kmm_registrar.c
U trunk/src/windows/identity/kmm/kplugin.h
U trunk/src/windows/identity/kmq/init.c
U trunk/src/windows/identity/kmq/msgtype.c
U trunk/src/windows/identity/plugins/common/dynimport.c
U trunk/src/windows/identity/plugins/common/krb5common.c
U trunk/src/windows/identity/plugins/krb4/errorfuncs.c
U trunk/src/windows/identity/plugins/krb4/krb4plugin.c
U trunk/src/windows/identity/plugins/krb5/krb5configdlg.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/krb5newcreds.c
U trunk/src/windows/identity/ui/cfg_general_wnd.c
U trunk/src/windows/identity/ui/cfg_identities_wnd.c
U trunk/src/windows/identity/ui/configwnd.c
U trunk/src/windows/identity/ui/credfuncs.c
U trunk/src/windows/identity/ui/credfuncs.h
U trunk/src/windows/identity/ui/credwnd.c
U trunk/src/windows/identity/ui/htwnd.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/mainwnd.c
U trunk/src/windows/identity/ui/newcredwnd.c
U trunk/src/windows/identity/ui/resource.h
U trunk/src/windows/identity/ui/statusbar.c
U trunk/src/windows/identity/uilib/configui.c
U trunk/src/windows/identity/uilib/creddlg.c
U trunk/src/windows/identity/uilib/khconfigui.h
U trunk/src/windows/identity/util/mstring.c
U trunk/src/windows/identity/util/sync.c
From: jaltman@mit.edu
Subject: CVS Commit
During the interop session we concluded that the ccapi32.dll should
not be required for netidmgr to operate. netidmgr should work with
only FILE: ccaches. After the interop the removal of the error
check post-load was not removed.

identity/doc/Makefile:
The 'clean' rules failed to specify the /Q switch which silently
removes the directory tree. As a result, during the build the
user was prompted.


Commit By: jaltman



Revision: 17907
Changed Files:
U trunk/src/windows/identity/doc/Makefile
U trunk/src/windows/identity/plugins/common/dynimport.c
this changes have not been pulled up to the 1.4 branch but they are in
the 1.5 branch because they were on the trunk when the 1.5 branch was cut.
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 4.4KiB
pull up r17752 from trunk

r17752@cathode-dark-space: jaltman | 2006-03-20 18:23:33 -0500
ticket: new

This commit updates:

+ the HTMLHelp formatted documentation

+ the build system to produce separate binaries for Windows 2000
and Windows XP and beyond. Separate binaries are required
because we make heavy use of some of the UI features found in
XP that don't exist in 2000. If we build only for XP then the
binaries won't run on 2000 and if we build for 2000, then the
functionality we desire for balloon text and the tracker
windows does not work properly on XP or above. (Note for Vista
we will need to build three sets of binaries if we want to take
advantage of the new functionality that is available only there.)

+ Add more debugging to the krb4 plug-in and ensure that all
checkboxes are initialized.

+ remove plugins/krb5/krb5util.c which is an unused file

+ Use mixed case for Alt, Ctrl and Shift text designators

+ Increment the build number to 1.1.0.1

+ Plug a memory leak when dialogs are closed

+ Add a new Options->Appearance configuration page that can be
used to allow user customized font selection. This page will
also be used for custom color selection in a future release.




Commit By: tlyu



Revision: 18353
Changed Files:
_U branches/krb5-1-4/
U branches/krb5-1-4/src/windows/identity/Makefile
U branches/krb5-1-4/src/windows/identity/config/Makefile
A 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/doc/netidmgr.doc
U branches/krb5-1-4/src/windows/identity/help/Makefile
U branches/krb5-1-4/src/windows/identity/help/html/act_new_creds.htm
U branches/krb5-1-4/src/windows/identity/help/html/act_renew_creds.htm
U branches/krb5-1-4/src/windows/identity/help/html/act_set_default.htm
U branches/krb5-1-4/src/windows/identity/help/html/concept_cred_pro.htm
U branches/krb5-1-4/src/windows/identity/help/html/concept_ident_pro.htm
U branches/krb5-1-4/src/windows/identity/help/html/concept_identity.htm
U branches/krb5-1-4/src/windows/identity/help/html/concepts.htm
U branches/krb5-1-4/src/windows/identity/help/html/copyright.htm
U branches/krb5-1-4/src/windows/identity/help/html/howdoi.htm
U branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_bar.bmp
U branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_credential.bmp
U branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_file.bmp
U branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_help.bmp
U branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_options.bmp
U branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_view.bmp
U branches/krb5-1-4/src/windows/identity/help/html/menu_all.htm
U branches/krb5-1-4/src/windows/identity/help/html/menu_credential.htm
U branches/krb5-1-4/src/windows/identity/help/html/menu_file.htm
U branches/krb5-1-4/src/windows/identity/help/html/menu_help.htm
U branches/krb5-1-4/src/windows/identity/help/html/menu_options.htm
U branches/krb5-1-4/src/windows/identity/help/html/menu_view.htm
U branches/krb5-1-4/src/windows/identity/help/html/use_start.htm
U branches/krb5-1-4/src/windows/identity/help/html/using.htm
U branches/krb5-1-4/src/windows/identity/help/toc.hhc
A branches/krb5-1-4/src/windows/identity/nidmgrdll/Makefile.w2k
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4newcreds.c
D branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5util.c
U branches/krb5-1-4/src/windows/identity/ui/Makefile
A branches/krb5-1-4/src/windows/identity/ui/Makefile.w2k
A branches/krb5-1-4/src/windows/identity/ui/cfg_appear_wnd.c
U branches/krb5-1-4/src/windows/identity/ui/cfg_general_wnd.c
U branches/krb5-1-4/src/windows/identity/ui/configwnd.c
U branches/krb5-1-4/src/windows/identity/ui/configwnd.h
U branches/krb5-1-4/src/windows/identity/ui/credwnd.c
U branches/krb5-1-4/src/windows/identity/ui/credwnd.h
U branches/krb5-1-4/src/windows/identity/ui/lang/en_us/khapp.rc
U branches/krb5-1-4/src/windows/identity/ui/mainwnd.c
U branches/krb5-1-4/src/windows/identity/ui/notifier.c
U branches/krb5-1-4/src/windows/identity/ui/resource.h
A branches/krb5-1-4/src/windows/identity/uilib/Makefile.w2k
U branches/krb5-1-4/src/windows/identity/uilib/action.c
U branches/krb5-1-4/src/windows/identity/uilib/actions.csv
U branches/krb5-1-4/src/windows/identity/uilib/khactiondef.h
From: tlyu@mit.edu
Subject: SVN Commit
pull up r17753 from trunk

r17753@cathode-dark-space: jaltman | 2006-03-21 00:27:43 -0500
ticket: 3542

Updates for the Network Identity Manager User Guide for KFW 3.1.0.




Commit By: tlyu



Revision: 18354
Changed Files:
_U branches/krb5-1-4/
U branches/krb5-1-4/src/windows/identity/doc/netidmgr.doc
U branches/krb5-1-4/src/windows/identity/doc/netidmgr.pdf
From: tlyu@mit.edu
Subject: SVN Commit
pull up r17831 from trunk

r17831@cathode-dark-space: jaltman | 2006-04-01 23:21:29 -0500
ticket: new




Commit By: tlyu



Revision: 18355
Changed Files:
_U branches/krb5-1-4/
U branches/krb5-1-4/src/windows/identity/help/html/concept_identity.htm
U branches/krb5-1-4/src/windows/identity/help/html/concepts.htm
A branches/krb5-1-4/src/windows/identity/help/html/images/appicon_empty.bmp
A branches/krb5-1-4/src/windows/identity/help/html/images/appicon_expired.bmp
A branches/krb5-1-4/src/windows/identity/help/html/images/appicon_good.bmp
A branches/krb5-1-4/src/windows/identity/help/html/images/appicon_warnexp.bmp
A branches/krb5-1-4/src/windows/identity/help/html/images/appicon_warning.bmp
A branches/krb5-1-4/src/windows/identity/help/html/images/screen_menu_view_cols.bmp
A branches/krb5-1-4/src/windows/identity/help/html/use_icon.htm
A branches/krb5-1-4/src/windows/identity/help/html/use_layout.htm
From: tlyu@mit.edu
Subject: SVN Commit
pull up r17832 from trunk

r17832@cathode-dark-space: jaltman | 2006-04-01 23:28:26 -0500
ticket: new

Results from Kerberos Interop session:

- 64-bit Windows compatibility

- correct uninitialized variables

- work without kerberos 4 libraries including krb524

- add a mechanism to add and remove identities from
the options dialog. This allows a configuration
to be specified using a separate file based ccache
for each identity

- work without availability of ccapi

- force a renew of credentials on startup to support
the case when MSLSA is the only credential cache




Commit By: tlyu



Revision: 18356
Changed Files:
_U branches/krb5-1-4/
U branches/krb5-1-4/src/windows/identity/kconfig/api.c
U branches/krb5-1-4/src/windows/identity/kconfig/kconfiginternal.h
U branches/krb5-1-4/src/windows/identity/kcreddb/buf.c
U branches/krb5-1-4/src/windows/identity/kcreddb/identity.c
U branches/krb5-1-4/src/windows/identity/kcreddb/kcreddb.h
U branches/krb5-1-4/src/windows/identity/kcreddb/type.c
U branches/krb5-1-4/src/windows/identity/kherr/kherr.c
U branches/krb5-1-4/src/windows/identity/kherr/kherr.h
U branches/krb5-1-4/src/windows/identity/kherr/kherrinternal.h
U branches/krb5-1-4/src/windows/identity/kmm/kmm_registrar.c
U branches/krb5-1-4/src/windows/identity/kmm/kplugin.h
U branches/krb5-1-4/src/windows/identity/kmq/init.c
U branches/krb5-1-4/src/windows/identity/kmq/msgtype.c
U branches/krb5-1-4/src/windows/identity/plugins/common/dynimport.c
U branches/krb5-1-4/src/windows/identity/plugins/common/krb5common.c
U branches/krb5-1-4/src/windows/identity/plugins/krb4/errorfuncs.c
U branches/krb5-1-4/src/windows/identity/plugins/krb4/krb4plugin.c
U branches/krb5-1-4/src/windows/identity/plugins/krb5/krb5configdlg.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/krb5newcreds.c
U branches/krb5-1-4/src/windows/identity/ui/cfg_general_wnd.c
U branches/krb5-1-4/src/windows/identity/ui/cfg_identities_wnd.c
U branches/krb5-1-4/src/windows/identity/ui/configwnd.c
U branches/krb5-1-4/src/windows/identity/ui/credfuncs.c
U branches/krb5-1-4/src/windows/identity/ui/credfuncs.h
U branches/krb5-1-4/src/windows/identity/ui/credwnd.c
U branches/krb5-1-4/src/windows/identity/ui/htwnd.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/mainwnd.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/statusbar.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/khconfigui.h
U branches/krb5-1-4/src/windows/identity/util/mstring.c
U branches/krb5-1-4/src/windows/identity/util/sync.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r17907 from trunk

r17907@cathode-dark-space: jaltman | 2006-04-13 22:48:45 -0400
ticket: 3542
status: open

identity/plugins/common/dynimport.c:
During the interop session we concluded that the ccapi32.dll should
not be required for netidmgr to operate. netidmgr should work with
only FILE: ccaches. After the interop the removal of the error
check post-load was not removed.

identity/doc/Makefile:
The 'clean' rules failed to specify the /Q switch which silently
removes the directory tree. As a result, during the build the
user was prompted.




Commit By: tlyu



Revision: 18357
Changed Files:
_U branches/krb5-1-4/
U branches/krb5-1-4/src/windows/identity/doc/Makefile
U branches/krb5-1-4/src/windows/identity/plugins/common/dynimport.c