]> git.michaelhowe.org Git - packages/o/openafs.git/commit
windows-smb-dir-search-20080802
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 5 Aug 2008 15:29:14 +0000 (15:29 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 5 Aug 2008 15:29:14 +0000 (15:29 +0000)
commitcc8e39872e1663599c1172573c75cd35b839a370
tree8837835a3d0dfdd720b2261043b4e0f7e009145a
parentb9e0ab9f5bc1d45fa5cb6ca9342d06ea29119149
windows-smb-dir-search-20080802

LICENSE MIT

Apply the bulk stat improvements to smb_ApplyDirListPatches() and
smb_ReceiveCoreSearchDir() for consistency even though
smb_ReceiveCoreSearchDir() is no longer called by any of the platforms
we support.

====================
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

Only return 50 items at a time to the caller.
Do not apply patches based on buffer boundaries.  Instead
apply patches when AFSCBMAX entries are ready to be processed
in order to minimize the number of RPCs.
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb3.c