this fixes a bug where Samba would under some circumstances return
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Jul 2003 06:48:28 +0000 (06:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Jul 2003 06:48:28 +0000 (06:48 +0000)
commit14f3c7507020d77bc92ae00614b6af8f24784925
tree6faee5a2a3b52acaccb837530d5a47c04b13819f
parentfc7c1101fb2a568f6489d3e4b58c050cd2f12cb9
this fixes a bug where Samba would under some circumstances return
incomplete directory listings. The problem was the exact_match
optimisation that short circuited directory listings on exact
matches. This optimisation doesn't work when the unix filename
contains Microsoft wildcard characters.
(This used to be commit 84cee2c3fcc34fe6356e842821a5f0a361477637)
source3/smbd/trans2.c