Changelog for ike-2.2.0-alpha-3


------------------------------------------------------------------------
r599 | mgrooms | 2009-01-13 23:07:55 -0600 (Tue, 13 Jan 2009) | 2 lines

Fix some build issues on unix and add the command line VPN Connect
application to the build.

------------------------------------------------------------------------
r598 | mgrooms | 2009-01-13 22:25:51 -0600 (Tue, 13 Jan 2009) | 2 lines

Commit initial version of the command line ikec application for unix.

------------------------------------------------------------------------
r596 | mgrooms | 2008-11-27 23:17:47 -0600 (Thu, 27 Nov 2008) | 1 line

Use the localtime_s instead of the localtime function in liblog on
windows platforms. This is mostly just to silence the compiler warning.
------------------------------------------------------------------------
r594 | mgrooms | 2008-11-27 22:42:49 -0600 (Thu, 27 Nov 2008) | 6 lines

Silence some build warnings that occur with newer versions of gcc. These
changes are mostly related to formated print functions that specified an
input buffer that contained no formatting sequences.

Add some statements to the main CMakeLists file. These are required by
newer versions of cmake or build warnings are displayed.

Fix a minor problem with the Qt4 topology user interface definition
file. The dialog icon was invalid.

------------------------------------------------------------------------
r592 | mgrooms | 2008-11-27 22:18:36 -0600 (Thu, 27 Nov 2008) | 1 line

Add support to iked for multiple certificate request payloads. Right now
we can only deal with X.509 certificate types but a peer may send
multiple certificate requests that specify unique certificate types. We
now store these requests in a list for inspection. Thanks to Mark
Seamans and Jay Pfeifer for identifying the problem and testing these
changes with StrongSWAN.
------------------------------------------------------------------------
r591 | mgrooms | 2008-11-24 10:02:04 -0600 (Mon, 24 Nov 2008) | 2 lines

Modify the unix shared object library naming to use an underscore
instead of a period as a separator. Suggested by David Santinoli.

------------------------------------------------------------------------
r590 | mgrooms | 2008-11-23 16:15:34 -0600 (Sun, 23 Nov 2008) | 2 lines

Rename the unix GUI applications from ikea and ikec to ikea-qt and
ikec-qt respectively. A command line version of VPN Connect application
named ikec will be added in the future.

------------------------------------------------------------------------
r589 | mgrooms | 2008-11-23 15:01:15 -0600 (Sun, 23 Nov 2008) | 4 lines

Modify all Shrew Soft libraries to build as shared objects on unix
platforms. To avoid name space conflicts, we now use a prefix for each
library target. For example, the idb library is now named libss.idb.so
and is dynamically loaded by all applications at run time.

Rename the ikea and ikec source directory paths to qikea and qikec. This
is in preperation of renaming the applications to qikea and qikec but
must be handled as a seperate commit.

------------------------------------------------------------------------
r588 | mgrooms | 2008-11-22 17:33:43 -0600 (Sat, 22 Nov 2008) | 2 lines

Various minor cleanups for the Qt4 VPN Access Manager and VPN Connect
applications.

------------------------------------------------------------------------
r587 | mgrooms | 2008-11-22 13:56:52 -0600 (Sat, 22 Nov 2008) | 2 lines

Remove some now unused files for the old Qt3 *unix VPN Access and VPN
Connect directories. Add two missing files for the new Qt4 VPN Connect
application.

------------------------------------------------------------------------
r586 | mgrooms | 2008-11-21 00:48:18 -0600 (Fri, 21 Nov 2008) | 2 lines

Finish initial port of unix GUI components to Qt4. The VPN Access
Manager and VPN Connection applications are now complete but require
more testing.

------------------------------------------------------------------------
r585 | mgrooms | 2008-11-20 21:21:50 -0600 (Thu, 20 Nov 2008) | 2 lines

Initial port of the unix VPN Access Manager to Qt4. The VPN Connect
application still needs to be ported.

------------------------------------------------------------------------