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)
commit84cee2c3fcc34fe6356e842821a5f0a361477637
tree0f7871ed2fd2f83201324f073f3c7444da676308
parent5cb7d92751b6da58bb3ecd97cced5c963d348bed
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.
source/smbd/trans2.c