-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
191 lines (121 loc) · 5.55 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
Network Identity Manager
========================
Version 2.0.102.907 (Release)
-----------------------------
KeyStore:
- Proactively indicate password mismatches in the password change
dialog.
Bug fixes:
- Fix a potential deadlock when displaying the configuration dialog.
- Set all certificate identities as initializable to fix backward
compatibility in certificate provider plug-in.
- Fix character encoding in Kerberos v5 plug-in configuration
dialog.
- Fix race condition during notification of credential operations
that was causing some notifications to not be delivered.
- Don't show the 'Back' button during credentials acquisition.
- Don't hide the new credentials wizard if there is an error to be
displayed.
- Fix background erasing for credentials display and notification
windows.
- Modal alerts are now always displayed in a window. Previously, it
was possible for a modal alert to be displayed as a balloon.
- Prevent the desktop window from being invalidated when displaying
an alert windows.
- Suppress unnecessary alerts during new credentials acquisition.
It was possible for a credentials acquisition error to be
displayed twice to the user.
- Attempts to renew identities are now strictly limited to
identities that have renewable credentials.
- The time stamp displays in the credentials display may at times
show stale values shortly after a new credentials acquisition.
Source:
- Support building with Microsoft Windows SDK v7.
- Update the credprov template to depend on an identity provider.
- Support install-local target for Kerberos v5 and Kerberos v4
plug-ins during development.
- Fix for automatic detection of Windows SDKs. In some instances,
the setupbuild.cmd script would fail to set paths properly.
- LoadFuncs is now built as part of the Network Identity Manager
source tree to avoid mismatched runtime library dependencies.
Version 2.0.0.304 (Release)
---------------------------
Application:
- Preserve expanded state of credentials display outlines so that
newly obtained credentials aren't hidden from view.
- Suppress modal error dialogs when a plug-in can't be loaded due to
missing dependencies.
Version 1.99.27.227 (Pre v2.0 Beta 3)
--------------------------------------
Application:
- Identity and credential property sheets no longer display empty
properties.
- Debug log file includes details about the process token for the
Network Identity Manager process. This is to help identify
recurrent problems with restricted tokens on Vista and Windows 7.
- Redundant change notifications have been suppressed within in the
Network Identity Manager framework.
Kerberos v5:
- Logged Kerberos v5 errors now include the description as well as
the code.
User documentation:
- Broken links have been fixed.
- Includes explanation of Kerberos v5 proxiable tickets.
- Explains UI changes in identity icon dialog.
- Registry documentation layout and content have been revised.
Bug fixes:
- A race condition where the initial credentials listing can be
attempted before the identity provider has finished intializing
has been fixed. Earlier, the credentials listing will fail at
first and if the `--autoinit` option is used, Network Identity
Manager may display the new credentials dialog even when the user
has credentials.
Source:
- On debug builds, we now report the thread ID and name using
OutputDebugString() so that this information can appear in the
application debug log.
- On debug builds, the decoding of KMSG_CRED messages has been
fixed. Log entries for these messages used to have an incorrect
description.
- Includes a Python script for parsing and analyzing execution
contexts in a debug log.
Version 1.99.25.217 (Pre v2.0 Beta 2)
-------------------------------------
Changes since 1.99.24.128 (Pre v2.0 Beta 1)
KeyStore:
- Master key lifetime can now be configured. It can also be set
to never expire.
Application:
- Support for non-expiring identities.
- Identity icon selection dialog now makes HTTP requests
asynchronously. The UI reports any errors that may occur during
an HTTP fetch and provides a 'Stop' button to abort lengthy
operations.
Kerberos v5:
- Added UI controls for setting the 'Proxiable' flag for a new
TGT. The setting can be controlled as a global default and as a
per-identity setting.
Bug fixes:
- Handling of custom menus was fixed to avoid a situation where
the wrong submenu may be displayed for an action.
- Fixed several memory leaks.
- The generated description for the default keystore had an
unexpanded insertion sequence.
- Saved originals of an identity icon image may have a different
resolution than the source image and may not matched the saved
crop rectangle.
User documentation:
- Add missing how_to_choose_a_password.htm topic.
- Add a section describing the format of the debug log file.
Source:
- Updated copyright information.
- Updated developer documentation.
- Switch to khm_int32 for time intervals in khui_tracker controls
to preserve ABI compatibility.
- Introduce context menu notifications for credentials related
context menus. Plug-ins can now customize credentials context
menus on a per-identity or per-credential basis.
- Added LICENSE, README.xml and README.txt containing build
instructions.
- Moved to WiX 3.0 for building MSI based installers.
- Refactored installers to generate .wixlibs for each plug-in.