]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-cifs-pattern-match-20040921
authorJeffrey Altman <jaltman@mit.edu>
Tue, 21 Sep 2004 21:07:58 +0000 (21:07 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 21 Sep 2004 21:07:58 +0000 (21:07 +0000)
commit8996b91f97f143c89356d22dd08ce0a5aa2d6da2
treea26ed6274873285b36a914ede2755184fc0462da
parent02368492c4215378bd40f035eff3595fae73f993
STABLE14-cifs-pattern-match-20040921

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.

(cherry picked from commit a135e0d30c077e19c3f10f7a6ccc46fa3fb6c234)
doc/txt/winnotes/afs-changes-since-1.2.txt
doc/txt/winnotes/afs-issues.txt
src/WINNT/afsd/smb3.c