------------------------------------------------------------------------
r1310 | mgrooms | 2009-06-28 23:02:18 +0000 (Sun, 28 Jun 2009) | 9 lines
Add support to windows gui components for importing cisco PCF files. For
PSK based modes, this is a one step process. For RSA based modes, the
certificate info must be assigned manually in a second step. Cisco PCF
files don't contain certificate data so this cannot be automated.
Modify windows gui to support a new option that allows any remote id and
value to be accepted. Although this option should generally be avoided,
it was added to help the Cisco PCF import process as they rarely contain
remote ID information.
Modify windows gui to support non-address identity types in main mode.
Although this option has been requested several times, it technically
violates RFCs so I have been reluctant to add it. Now that it is an
option, we warn the user when appropriate.
Update the windows gui components to use native windows message dialogs
for warning and error messages. We had some custom dialogs for this but
they were very inflexible.
Implement a work-around for the issue that causes multiple address to be
assigned to the virtual adapter.
------------------------------------------------------------------------
r1308 | mgrooms | 2009-05-06 05:30:30 +0000 (Wed, 06 May 2009) | 1 line
Modify the installation process to check for an available user.cfg file
that contains user preference settings. This allows a installer package
to set default preferences for an organization.
------------------------------------------------------------------------