------------------------------------------------------------------------
r1277 | mgrooms | 2008-11-11 21:42:03 -0600 (Tue, 11 Nov 2008) | 1 line

Branch for 2.1.4 release.
------------------------------------------------------------------------
r1276 | mgrooms | 2008-11-10 20:30:36 -0600 (Mon, 10 Nov 2008) | 1 line

Modify the Windows VPN connect application to report which peer iked has
established a tunnel with. This is useful when communicating with Cisco
gateways that perform load balancing.
------------------------------------------------------------------------
r1274 | mgrooms | 2008-11-06 20:13:42 -0600 (Thu, 06 Nov 2008) | 1 line

Correct a bug in the dptd client io thread that could lead to a hang
when the service control manager attempts to stop the process. This
could lead to issues especially during uninstall.
------------------------------------------------------------------------
r1272 | mgrooms | 2008-11-05 18:37:03 -0600 (Wed, 05 Nov 2008) | 1 line

Modify the Window VPN Connect application to only request Checkpoint
Vendor support when the site configuration has the option enabled.
------------------------------------------------------------------------
r1270 | mgrooms | 2008-11-05 18:13:31 -0600 (Wed, 05 Nov 2008) | 1 line

Add a new option to the Windows Access Manager application that allows
the Checkpoint vendor ID option to be enabled during phase1
negotiations. A similar option will be added to the Unix variant in a
follow up commit.
------------------------------------------------------------------------
r1267 | mgrooms | 2008-10-23 19:05:41 -0500 (Thu, 23 Oct 2008) | 1 line

Fix a critical bug in the libvflt forward lookup cache. The entry time
stamps were not being evaluated correctly which led to permanent entries
in the cache. These entries could only be cleared by restarting the
effected service.
------------------------------------------------------------------------
r1265 | mgrooms | 2008-10-23 18:59:01 -0500 (Thu, 23 Oct 2008) | 1 line

Minor cleanup in the dtpd recv path. Do not resolve the MAC header
manually. This is handled by the IP packet functions.
------------------------------------------------------------------------
r1263 | mgrooms | 2008-10-23 07:13:09 -0500 (Thu, 23 Oct 2008) | 1 line

Avoid the lengthy route lookup process in dtpd when receiving DNS server
add messages on windows platforms. Instead, modify the message to
include an interface address parameter which is known by the caller.
------------------------------------------------------------------------
r1261 | mgrooms | 2008-10-23 06:18:40 -0500 (Thu, 23 Oct 2008) | 1 line

Work around a really frustrating issue in dtpd where the windows
GetBestRoute function can take many seconds ( 6+ in my testing ) to
return a route after it has been properly added. Not much we can do
except to bump up the retry count and be patient while windows plays
dumb.
------------------------------------------------------------------------
r1259 | mgrooms | 2008-10-22 22:21:16 -0500 (Wed, 22 Oct 2008) | 1 line

Merge support into libvflt for Vista Dialup support from HEAD.
------------------------------------------------------------------------
r1258 | mgrooms | 2008-10-22 22:04:42 -0500 (Wed, 22 Oct 2008) | 1 line

Add support for PPP Dialup adapters on NDIS 6 platforms. This differs
somewhat from the NDIS 5 IM drivers due to differences in the private
protocol data that is passed in WANLINE messages. Instead of using the
IP address to locate the appropriate adapter, use a derivative of the
device name for matching. This was tested between Vista and a local
FreeBSD PPP server.
------------------------------------------------------------------------
r1256 | mgrooms | 2008-10-17 01:44:37 -0500 (Fri, 17 Oct 2008) | 1 line

Update the NDIS 6 inf driver date.
------------------------------------------------------------------------
r1254 | mgrooms | 2008-10-17 01:39:49 -0500 (Fri, 17 Oct 2008) | 1 line

Modify the NDIS 6 virtual network driver to support explicit link state
change messages. This functionality was added to the NDIS 5 drivers some
time ago. These changes resolved issues with DNS configuration after
connection time on 2000/XP. Hopefully this will help with similar issues
with Vista that were reported recently by Noach Sumner.
------------------------------------------------------------------------