KDFS-windows-afsrdr-user-20081210
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 11 Dec 2008 04:43:34 +0000 (04:43 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 11 Dec 2008 04:43:34 +0000 (04:43 +0000)
commitd838a4ba5aa411e09c06b0d44158a2648a4d05cf
tree0fc216ce511cab09868b5b1e145e6799d8c11eb2
parentf4915d56aa488914219dd2b2fe89d452b60a9735
KDFS-windows-afsrdr-user-20081210

LICENSE MIT

do not walk the entire list of extents during a release call
trying to find dirty ones to flush if we have already flushed
them all.

Always call cm_CheckNTOpenDone on success or failure of
cm_CheckNTOpen.

Cleanup logging statements.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
LICENSE MIT

Permit _WIN32_WINNT to be defined by the build system.  Default to 0x0500
if it is unspecified.

In RDR_EnumerateDirectory(), if the ResultBufferLength is 0 there is
no room to respond with a AFSDirEnumResp structure.   Therefore,
conditionalize all assignments to that structure based upon the
ResultBufferLength.

Fix the call to cm_Gen8Dot3VolNameW which takes four arguments
not three.
src/WINNT/afsrdr/user/RDRFunction.c
src/WINNT/afsrdr/user/RDRInit.cpp