svn rev #17712: trunk/src/windows/identity/ config/ help/ help/html/ include/ ...

jaltman@MIT.EDU jaltman at MIT.EDU
Wed Mar 8 10:36:23 EST 2006


Commit By: jaltman
Log Message: 
ticket: new

2006-03-07  Jeffrey Altman <jaltman at mit.edu>

nidmgr32.dll (1.0.2.1)

- Attempting to obtain new credentials for a principal name that
  contains numbers may result in a 'Identity not specified'
  error. Fixed.

- If an invalid identity name was specified, an 'Identity not
  specified' error is reported without specifying that the cause was
  an invalid name.  Fixed: reports proper error.

- Identity names were being validated at the application layer before
  being sent to the identity provider.  This may cause valid names to
  be marked as invalid if the identity provider and the application
  disagree on what a valid name is.  Fixed: identity name validation
  is solely a function of the identity provider.

- Canonicalizing an identity name that contained certain characters
  failed due to a validation error.  Fixed.

- Possible deadlock in the new credentials dialog.  (If one plugin
  tries to synchronize custom prompter values from the plugin thread,
  while the UI thread tries to obtain a lock on the new credentials
  data, a deadlock occurs.) Fixed.

- State information for configuration panels may persist between two
  invocations of the configuration window.  Fixed to clean up state
  information properly.

- The UI library now has full support for custom actions and custom
  menus.

- When there are queued alerts and a normal alert is shown, a 'next
  alert...' button appears in the alert which lets the user view the
  next queued alert.  However, if the alert which is displayed
  requires the user to select a command button, selecting the 'next'
  button would be the equivalent of cancelling out of the alert and
  viewing the next one.  The library was updated to not show the
  'next' button if the alert requires user interaction.

- Credential renewal on half-lifes is now supported as a configurable
  option.

- Destroying all credentials on exiting netidmgr is a configurable
  option.

- Debug logging to a file has been added

netidmgr.exe (1.0.2.1)

- Selecting 'Ok' in the configuration window didn't notify all the
  configuration panels to apply the changes.  Fixed.

- PgUp / PgDn / Shift+PgUp / Shift+PgDn keys now work as expected.

- Root level configuration nodes in the Options dialog now also appear
  on the Options menu.  Configuration nodes that are registered at the
  root level are automatically added to the menu.

- The UI now has full support for custom actions and custom menus.

- The UI does not automatically add submenus for actions which are
  associated with menus unless the declaration specifies that it
  should be rendered as a submenu.

- When displaying alerts, the first button of the alert is always made
  the default.

- 'Change summary' button in the configuration dialog was removed,
  since it was unused and unnecessary.

- Ticket icons are displayed in the status column for all credentials.
  Clicking an icon opens the properties dialog for that credential.

- The UI now has View by Type functionality

- The UI now has Column selection and reorganization.  The choice
  of columns and their order are preserved between restarts.

- Handle multiple copies of NetIDMgr.exe being started with different
  version numbers.  Higher version number wins.

krb4cred.dll (1.0.2.1)

- During new credentials acquisition, under some circumstances, the
  Kerberos 4 plugin would not notify NetIDMgr about the state of the
  Kerberos 4 ticket acquisition.  This results in other plugins (such
  as AFS) which are depending on the feedback to fail.  Fixed.

krb5cred.dll (1.0.2.1)

- If no password is entered while obtaining new credentials, a new TGT
  will not be obtained, but the new credentials operation will not
  fail if there already is a TGT.  Added check to see if the TGT is
  expired and fail the operation if no valid TGT is found.

- The identity provider can set the Krb5 CCName property for an
  identity incorrectly if there is more than one credential cache
  containing tickets for the same principal.  Fixed.

- When enumerating ccaches, krb5_cc_resolve was being called with the
  name of the ccache without a type prefix.  Fixed.

- Tracker control usability issues due to loss of focus. Fixed.

- Realm Editor added.

- Addressed tickets can be requested as in Leash


All modules:

- removed grayed out UI components that are not being backed
  by current functionality.

- new icons

- support for 64-bit Windows builds under Visual Studio 8

- proper versioning for language resources





Changed Files:
U   trunk/src/windows/identity/ChangeLog
U   trunk/src/windows/identity/Makefile
U   trunk/src/windows/identity/apiversion.txt
U   trunk/src/windows/identity/config/Makefile
U   trunk/src/windows/identity/config/Makefile.w32
U   trunk/src/windows/identity/config/netidmgr_intver.h.in
U   trunk/src/windows/identity/config/netidmgr_version.h.in
U   trunk/src/windows/identity/help/Makefile
U   trunk/src/windows/identity/help/html/concept_identity.htm
U   trunk/src/windows/identity/help/html/welcome.htm
A   trunk/src/windows/identity/help/popups_password.txt
U   trunk/src/windows/identity/include/khmsgtypes.h
U   trunk/src/windows/identity/kconfig/api.c
U   trunk/src/windows/identity/kconfig/kconfig.h
U   trunk/src/windows/identity/kcreddb/attrib.c
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/kcreddb/type.c
U   trunk/src/windows/identity/kherr/kherr.c
U   trunk/src/windows/identity/kherr/kherr.h
U   trunk/src/windows/identity/kmm/kmm.h
U   trunk/src/windows/identity/kmm/kmm_module.c
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/kmminternal.h
U   trunk/src/windows/identity/kmm/kmmmain.c
U   trunk/src/windows/identity/kmm/lang/kmm_msgs.mc
U   trunk/src/windows/identity/kmq/consumer.c
U   trunk/src/windows/identity/kmq/init.c
U   trunk/src/windows/identity/kmq/kmq.h
U   trunk/src/windows/identity/nidmgrdll/Makefile
U   trunk/src/windows/identity/plugins/common/dynimport.c
U   trunk/src/windows/identity/plugins/krb4/Makefile
U   trunk/src/windows/identity/plugins/krb4/krb4funcs.c
U   trunk/src/windows/identity/plugins/krb4/krb4funcs.h
U   trunk/src/windows/identity/plugins/krb4/krb4main.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/krbcred.h
U   trunk/src/windows/identity/plugins/krb4/lang/en_us/langres.rc
A   trunk/src/windows/identity/plugins/krb4/lang/krb4_msgs.mc
U   trunk/src/windows/identity/plugins/krb4/langres.h
U   trunk/src/windows/identity/plugins/krb4/version.rc
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/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/krb5main.c
U   trunk/src/windows/identity/plugins/krb5/krb5newcreds.c
U   trunk/src/windows/identity/plugins/krb5/krb5plugin.c
U   trunk/src/windows/identity/plugins/krb5/krbconfig.csv
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/lang/krb5_msgs.mc
U   trunk/src/windows/identity/plugins/krb5/langres.h
U   trunk/src/windows/identity/plugins/krb5/version.rc
U   trunk/src/windows/identity/ui/Makefile
U   trunk/src/windows/identity/ui/appglobal.h
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/cfg_notif_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/configwnd.h
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/credwnd.h
A   trunk/src/windows/identity/ui/debugfuncs.c
A   trunk/src/windows/identity/ui/debugfuncs.h
U   trunk/src/windows/identity/ui/images/app_notify_none.ico
U   trunk/src/windows/identity/ui/images/cfg_plugin.ico
A   trunk/src/windows/identity/ui/images/cfg_plugin_dis.ico
A   trunk/src/windows/identity/ui/images/cfg_plugin_err.ico
U   trunk/src/windows/identity/ui/images/tk-delete.bmp
U   trunk/src/windows/identity/ui/images/tk-sm.bmp
U   trunk/src/windows/identity/ui/khmapp.h
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/mainmenu.c
U   trunk/src/windows/identity/ui/mainwnd.c
U   trunk/src/windows/identity/ui/mainwnd.h
A   trunk/src/windows/identity/ui/netidmgr.manifest.amd64.vc7
A   trunk/src/windows/identity/ui/netidmgr.manifest.amd64.vc7.debug
A   trunk/src/windows/identity/ui/netidmgr.manifest.amd64.vc8
A   trunk/src/windows/identity/ui/netidmgr.manifest.amd64.vc8.debug
U   trunk/src/windows/identity/ui/newcredwnd.c
U   trunk/src/windows/identity/ui/notifier.c
U   trunk/src/windows/identity/ui/reqdaemon.c
U   trunk/src/windows/identity/ui/resource.h
U   trunk/src/windows/identity/ui/timer.c
U   trunk/src/windows/identity/ui/uiconfig.csv
U   trunk/src/windows/identity/uilib/accel.csv
U   trunk/src/windows/identity/uilib/acceldef.cfg
U   trunk/src/windows/identity/uilib/action.c
U   trunk/src/windows/identity/uilib/actiondef.cfg
U   trunk/src/windows/identity/uilib/actions.csv
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/khaction.h
U   trunk/src/windows/identity/uilib/khactiondef.h
U   trunk/src/windows/identity/uilib/khalerts.h
U   trunk/src/windows/identity/uilib/khconfigui.h
U   trunk/src/windows/identity/uilib/khnewcred.h
A   trunk/src/windows/identity/uilib/khversion.h
U   trunk/src/windows/identity/uilib/trackerwnd.c
U   trunk/src/windows/identity/util/perfstat.c



More information about the cvs-krb5 mailing list