------------------------------------------------------------------------
r1250 | mgrooms | 2008-10-12 00:01:10 -0500 (Sun, 12 Oct 2008) | 1 line

Update the documentation version to 2.1.3.
------------------------------------------------------------------------
r1249 | mgrooms | 2008-10-11 21:37:58 -0500 (Sat, 11 Oct 2008) | 1 line

Branch for 2.1.3 release.
------------------------------------------------------------------------
r1248 | mgrooms | 2008-10-11 18:47:42 -0500 (Sat, 11 Oct 2008) | 1 line

Correct a bug in the VPN Connect application where a host name is
treated as an IP address if the leading character is a numeric digit.
Issue reported by Daniel P.
------------------------------------------------------------------------
r1243 | mgrooms | 2008-10-07 08:13:10 -0500 (Tue, 07 Oct 2008) | 1 line

Remote some invalid single quotes around from the NSIS installer scripts
that were causing problems with x64 NDIS5 driver installs.
------------------------------------------------------------------------
r1241 | mgrooms | 2008-10-07 07:24:16 -0500 (Tue, 07 Oct 2008) | 1 line

When the windows NSIS installer script detects a reboot is required,
don't start the network services. They will be restarted after the
reboot.
------------------------------------------------------------------------
r1239 | mgrooms | 2008-10-07 06:58:18 -0500 (Tue, 07 Oct 2008) | 1 line

Modify the windows installation helper applications to detect when
windows thinks a system should be rebooted after installation. Update
the NSIS installer scripts to set the reboot flag accordingly. I suspect
this may resolve most of the remaining install issues that have been
reported by users.
------------------------------------------------------------------------
r1235 | mgrooms | 2008-10-01 12:12:33 -0500 (Wed, 01 Oct 2008) | 1 line

Disable a few debug printf statements in the windows libip route class
constructor.
------------------------------------------------------------------------
r1232 | mgrooms | 2008-09-29 08:13:58 -0500 (Mon, 29 Sep 2008) | 3 lines

When searching for a security policy in ipsecd, consider the policy
type. This corrects an issue where we are attempting to process a packet
using IPsec but we are returned a NONE policy which is invalid. This
problem was identified when ipsecd spoofed an ARP request for a packet
destined to our default gateway which was also an IPsec gateway.

Correct a bug in ipsecd where the source address was being logged
instead of the destination address while processing ARP packets.
------------------------------------------------------------------------