------------------------------------------------------------------------
r1385 | mgrooms | 2010-03-14 23:53:31 +0000 (Sun, 14 Mar 2010) | 1 line
Modify the Windows VPN Connect application to blank the password once a
connection attempt is in flight. Also add an installation check to
ensure the software is not being installed with compatibility settings
enabled. This can have dire consequences as incorrect kernel drivers can
be installed as a result of the OS reporting an incorrect version during
install. The software also performs runtime checks to execute the
correct code path based on the OS version reported.
------------------------------------------------------------------------
r1383 | mgrooms | 2010-03-14 21:57:10 +0000 (Sun, 14 Mar 2010) | 7 lines
Modify iked to not hold a virtual network device handle open during the
life of the connection. Instead, we now open and close device handles as
needed during tunnel setup and teardown. This allows systems to easily
transition to a low power state without iked monitoring the handle for
errors.
Correct a regression in the flt drivers which was introduced recently.
After collecting a list of fragmented packets, recreate the test buffer
using the data from the lead packet. This fixes fragment processing in
the filter code path.
Keep track of the number of active adapters when NDIS6 filter adapter
bindings are being paused or restarted. We use this count to determine
when the system will potentially transition into a low power mode or a
system shutdown. When this occurs, all bindings are paused so we use
this opportunity to proactively free resources and fail certain client
requests.
Update driver inf and resource files to reflect a version and date
change.
------------------------------------------------------------------------