Changelog for vpn-client-2.1.6-beta-6


------------------------------------------------------------------------
r1381 | mgrooms | 2010-03-05 07:23:37 +0000 (Fri, 05 Mar 2010) | 1 line

Modify the NDIS5 and NDIS6.2 filter drivers to validate Ethernet packets
match the adapter Ethernet address before processing. This should allow
bridged networking services ( VMware and VirtualBox bridged networking )
to co-exist with the Shrew Soft VPN client on the host computer.
------------------------------------------------------------------------
r1379 | mgrooms | 2010-03-05 06:01:57 +0000 (Fri, 05 Mar 2010) | 3 lines

Correct a bug in the vflt interface library that did not classify an
error return code properly. This caused the driver unload process to
hang because a service would not close the handle after returning from a
select call general failure ( ie, device no longer available ).

Push down the select ioctl error handling into the select function call
on windows. We want to recycle the handle in the case of an unexpected
closure.
------------------------------------------------------------------------