OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 21 Sep 2004 16:05:15 EDT
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd
Modified Files:
smb3.c
Log Message:
DELTA cifs-pattern-match-20040921
AUTHOR jaltman@mit.edu
FIXES 15365
The pattern matching algorithm was failing to match strings when the
pattern terminated in a '*'. The logic was also too complex because
it failed to simply the patterns prior to processing. Any combination
of '*' and '?' == '*' according to the Windows file name pattern
matching rules.
--- DELTA config follows ---
cifs-pattern-match-20040921 openafs/src/WINNT/afsd/smb3.c 1.49 1.50